Last active
October 4, 2024 11:49
-
-
Save szydan/073d913b75399faf6273d013bd5d2057 to your computer and use it in GitHub Desktop.
How to redeploy the deployment with new image
This file contains hidden or 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
Before running the commands make sure you are on correct cluster | |
kubectl config use-context gke_siren-cicd_europe-west1-c_cicd-volatile | |
kubectl -n branch-er set image deployment/branch-er-er \ | |
platform-bundle-demo-data-snapshot=eu.gcr.io/siren-cicd/siren-platform-demo-data-snapshot:branch-er-75 | |
kubectl -n branch-er rollout status deployment/branch-er-er | |
kubectl -n branch-er rollout undo deployment/branch-er-er |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment