Last active
October 10, 2017 13:20
-
-
Save 0xAhmed/7e94a3bec76abfad64e86bfa7487a9cf to your computer and use it in GitHub Desktop.
Check k8s Deployment progress
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
| $ kubectl --namespace=production rollout status deployment/kubeapp-production | |
| Waiting for rollout to finish: 1 of 3 updated replicas are available... | |
| Waiting for rollout to finish: 2 of 3 updated replicas are available... | |
| deployment "kubeapp-production" successfully rolled out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment