File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
content/en/docs/reference/access-authn-authz Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -205,12 +205,10 @@ spec:
205
205
` ` `
206
206
207
207
Service account bearer tokens are perfectly valid to use outside the cluster and
208
-
209
208
can be used to create identities for long standing jobs that wish to talk to the
210
- Kubernetes API. To manually create a service account, simply use the ` kubectl`
211
-
212
- create serviceaccount (NAME)` command. This creates a service account in the
213
- current namespace and an associated secret.
209
+ Kubernetes API. To manually create a service account, use the ` kubectl create
210
+ serviceaccount (NAME)` command. This creates a service account in the current
211
+ namespace and an associated secret.
214
212
215
213
` ` ` bash
216
214
kubectl create serviceaccount jenkins
You can’t perform that action at this time.
0 commit comments