Difference between revisions of "Kubectl set"

From wikieduonline
Jump to navigation Jump to search
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Draft}}
 
{{Draft}}
 +
{{lc}}
  
 
* <code>[[kubectl]] set</code>
 
* <code>[[kubectl]] set</code>
 
* <code>[[kubectl set image]]</code>
 
* <code>[[kubectl set image]]</code>
 +
* <code>[[kubectl set env]]</code>
 +
* <code>[[kubectl set selector]]</code>
  
 +
== Help ==
 +
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).
 +
 +
== Activities ==
 +
* [[Update your deployment with a new image version]]
  
 
== Related terms ==
 
== Related terms ==
* [[kubectl scale]]
+
* <code>[[kubectl scale]]</code>
 +
* <code>[[kubectl autoscale]]</code>
  
 
== See also ==
 
== See also ==
 
* {{kubectl set}}
 
* {{kubectl set}}
* {{kubectl}}
 
 
  
 
[[Category:K8s]]
 
[[Category:K8s]]

Latest revision as of 14:56, 15 February 2024

This article is a Draft. Help us to complete it.

Help[edit]

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).

Activities[edit]

Related terms[edit]

See also[edit]

Advertising: