We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c0879 commit af599d8Copy full SHA for af599d8
content/en/docs/tasks/configure-pod-container/configure-service-account.md
@@ -47,7 +47,7 @@ kubectl get pods/<podname> -o yaml
47
```
48
49
In the output, you see a field `spec.serviceAccountName`.
50
-Kubernetes [automatically](/docs/concepts/overview/working-with-objects/object-management/)
+Kubernetes automatically
51
sets that value if you don't specify it when you create a Pod.
52
53
An application running inside a Pod can access the Kubernetes API using
0 commit comments