mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 11:18:16 +00:00
kubectl: add create pdb subcommand
This commit is contained in:
@@ -33,7 +33,7 @@ var (
|
||||
|
||||
serviceAccountExample = templates.Examples(`
|
||||
# Create a new service account named my-service-account
|
||||
$ kubectl create serviceaccount my-service-account`)
|
||||
kubectl create serviceaccount my-service-account`)
|
||||
)
|
||||
|
||||
// NewCmdCreateServiceAccount is a macro command to create a new service account
|
||||
|
||||
Reference in New Issue
Block a user