Difference between revisions of "Kubectl set"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
* <code>[[kubectl]] set</code> | * <code>[[kubectl]] set</code> | ||
* <code>[[kubectl set image]]</code> | * <code>[[kubectl set image]]</code> | ||
+ | |||
+ | kubectl set | ||
+ | Configure application resources. | ||
+ | |||
+ | These commands help you make changes to existing application resources. | ||
+ | |||
+ | Available Commands: | ||
+ | env Update environment variables on a pod template | ||
+ | image Update the image of a pod template | ||
+ | resources Update resource requests/limits on objects with pod templates | ||
+ | selector Set the selector on a resource | ||
+ | serviceaccount Update the service account of a resource | ||
+ | subject Update the user, group, or service account in a role binding or cluster role binding | ||
+ | |||
+ | Usage: | ||
+ | kubectl set SUBCOMMAND [options] | ||
+ | |||
+ | Use "kubectl <command> --help" for more information about a given command. | ||
+ | Use "kubectl options" for a list of global command-line options (applies to all commands). | ||
Revision as of 12:21, 21 July 2022
This article is a Draft. Help us to complete it.
kubectl set Configure application resources. These commands help you make changes to existing application resources. Available Commands: env Update environment variables on a pod template image Update the image of a pod template resources Update resource requests/limits on objects with pod templates selector Set the selector on a resource serviceaccount Update the service account of a resource subject Update the user, group, or service account in a role binding or cluster role binding Usage: kubectl set SUBCOMMAND [options] Use "kubectl <command> --help" for more information about a given command. Use "kubectl options" for a list of global command-line options (applies to all commands).
Related terms
See also
kubectl set [ image | selector | env ]
kubectl
: [cp | config | create
|delete
|edit | explain |
apply
|exec
|get
|set
|drain | uncordon | rolling-update
|rollout
|logs
|run
|auth
|label | annotate
|version
|top
|diff
|debug
|replace
|describe
|port-forward | proxy
|scale
|rollout
|api-resources
| expose deployment | expose | patch | attach | get endpoints | ~/.kube/config | kubectl logs --help | kubectl --help, kubectl-convert, kubectl autoscale, kubectl.kubernetes.io
Advertising: