Difference between revisions of "Kubectl set image"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
* <code>[[kubectl set]] image</code> | * <code>[[kubectl set]] image</code> | ||
+ | |||
+ | 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 | ||
+ | deployment "tiller-deploy" image updated | ||
== Related terms == | == Related terms == |
Revision as of 08:08, 30 June 2022
kubectl set image
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
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: