Last active
July 2, 2020 09:14
-
-
Save velotiotech/35062df4a7d6c4e11505b6bccc854fa5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ kubectl patch statefulset cassandra --type='json' -p='[{"op": "replace", "path": "/spec/template/spec/containers/0/image", "value":"gcr.io/google-samples/cassandra:v14"}]' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment