Difference between revisions of "Kubectl set image"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
  
 
* <code>[[kubectl set]] image</code>
 
* <code>[[kubectl set]] image</code>
 +
 +
kubectl set image deployment/frontend www=image:v2 
  
 
  export TILLER_TAG=v2.0.0-beta.1        # Select your version to install
 
  export TILLER_TAG=v2.0.0-beta.1        # Select your version to install

Revision as of 17:04, 1 December 2022

kubectl set image deployment/frontend www=image:v2  
export TILLER_TAG=v2.0.0-beta.1        # Select your version to install
$ 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: