Skip to content

Instantly share code, notes, and snippets.

@0xAhmed
Last active October 10, 2017 13:20
Show Gist options
  • Select an option

  • Save 0xAhmed/7e94a3bec76abfad64e86bfa7487a9cf to your computer and use it in GitHub Desktop.

Select an option

Save 0xAhmed/7e94a3bec76abfad64e86bfa7487a9cf to your computer and use it in GitHub Desktop.
Check k8s Deployment progress
$ 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