Skip to content

Instantly share code, notes, and snippets.

@krotkiewicz

krotkiewicz/9.sh Secret

Created October 10, 2017 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krotkiewicz/f01fb31be1604b5c4b8ee753c845ebbc to your computer and use it in GitHub Desktop.
Save krotkiewicz/f01fb31be1604b5c4b8ee753c845ebbc to your computer and use it in GitHub Desktop.
root@node:~$ kubectl create -f nginx.yaml
pod "nginx" created
root@node:~$ kubectl get pods
NAME READY STATUS RESTARTS AGE
nginx 0/1 Pending 0 6m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment