Advertisement
Guest User

Untitled

a guest
Sep 27th, 2019
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.66 KB | None | 0 0
  1. Before deployment:
  2. C:\Users\RiccardoVailati>kubectl get pods
  3. NAME                                     READY   STATUS    RESTARTS   AGE
  4. igoodi-rest-deployment-79d99c9f6-f4bpn   1/1     Running   0          38s
  5. igoodi-rest-deployment-79d99c9f6-g2qt9   1/1     Running   0          38s
  6.  
  7. After deployment:
  8. C:\Users\RiccardoVailati>kubectl get pods
  9. NAME                                      READY   STATUS        RESTARTS   AGE
  10. igoodi-rest-deployment-54c59f8bd8-hq26d   0/1     Pending       0          115s
  11. igoodi-rest-deployment-79d99c9f6-f4bpn    1/1     Terminating   0          5m42s
  12. igoodi-rest-deployment-79d99c9f6-g2qt9    1/1     Running       0          5m42s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement