Difference between revisions of "Kubectl set image"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
  
 
  export TILLER_TAG=v2.0.0-beta.1        # Or whatever version you want
 
  export TILLER_TAG=v2.0.0-beta.1        # Or whatever version you want
  $ [[kubectl]] --namespace=[[kube-system]] [[kubectl set image|set image]] deployments/tiller-deploy tiller=ghcr.io/helm/tiller:$TILLER_TAG
+
  $ [[kubectl]] --namespace=[[kube-system]] set image deployments/tiller-deploy tiller=ghcr.io/helm/tiller:$TILLER_TAG
 
  deployment "tiller-deploy" image updated
 
  deployment "tiller-deploy" image updated
  

Revision as of 08:09, 30 June 2022

export TILLER_TAG=v2.0.0-beta.1        # Or whatever version you want
$ kubectl --namespace=kube-system set image deployments/tiller-deploy tiller=ghcr.io/helm/tiller:$TILLER_TAG
deployment "tiller-deploy" image updated

Related terms

See also

Advertising: