Remove duplicated contents for accessing the API server

The topic of accessing the API server can be found in two places. This
is not good.
This commit is contained in:
Qiming Teng
2022-03-25 18:48:27 +08:00
parent 3013adb039
commit 58a00cfb36
2 changed files with 5 additions and 29 deletions
@@ -48,7 +48,8 @@ While running in a Pod, the Kubernetes apiserver is accessible via a Service nam
do this automatically.
The recommended way to authenticate to the API server is with a
[service account](/docs/tasks/configure-pod-container/configure-service-account/) credential. By default, a Pod
[service account](/docs/tasks/configure-pod-container/configure-service-account/)
credential. By default, a Pod
is associated with a service account, and a credential (token) for that
service account is placed into the filesystem tree of each container in that Pod,
at `/var/run/secrets/kubernetes.io/serviceaccount/token`.