Merge pull request #342 from janetkuo/fix-broken-link

Fix broken resources-are-automatically-modified link
pull/347/head
Brian Grant 2016-04-08 07:07:15 -07:00
commit 736890d924
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ When you create a pod, you do not need to specify a service account. It is
automatically assigned the `default` service account of the same namespace. If
you get the raw json or yaml for a pod you have created (e.g. `kubectl get
pods/podname -o yaml`), you can see the `spec.serviceAccount` field has been
[automatically set](working-with-resources/#resources-are-automatically-modified).
[automatically set](/docs/user-guide/working-with-resources/#resources-are-automatically-modified).
You can access the API using a proxy or with a client library, as described in
[Accessing the Cluster](/docs/user-guide/accessing-the-cluster/#accessing-the-api-from-a-pod).
@ -190,4 +190,4 @@ spec:
TODO: Test and explain how to use additional non-K8s secrets with an existing service account.
TODO explain:
- The token goes to: "/var/run/secrets/kubernetes.io/serviceaccount/$WHATFILENAME"
- The token goes to: "/var/run/secrets/kubernetes.io/serviceaccount/$WHATFILENAME"