Set image on deployment kubectl

Rolling-update the container image without editing YAML

kubectl set image deployment/<name> <container>=image:tag -n <ns>
more kubectl all 73 commands →