Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rafaelfelix/73fe6ee0839a7ce7da730a5910d04903 to your computer and use it in GitHub Desktop.
Save rafaelfelix/73fe6ee0839a7ce7da730a5910d04903 to your computer and use it in GitHub Desktop.
spark-on-k8s-sample-kubectl-get-pods-output.txt
$ kubectl get pods -w
NAME READY STATUS RESTARTS AGE
registry-docker-registry-59dbb85998-rhl5j 1/1 Running 0 25m
spark-pi-1573667443103-exec-1 0/1 Pending 0 0s
spark-pi-1573667443103-exec-1 0/1 Pending 0 0s
spark-pi-1573667443103-exec-1 0/1 ContainerCreating 0 0s
spark-pi-1573667443658-exec-2 0/1 Pending 0 0s
spark-pi-1573667443658-exec-2 0/1 Pending 0 0s
spark-pi-1573667443103-exec-1 1/1 Running 0 18s
spark-pi-1573667443103-exec-1 1/1 Terminating 0 31s
spark-pi-1573667443658-exec-2 0/1 Terminating 0 31s
spark-pi-1573667443658-exec-2 0/1 Terminating 0 31s
spark-pi-1573667443103-exec-1 0/1 Terminating 0 33s
spark-pi-1573667443103-exec-1 0/1 Terminating 0 38s
spark-pi-1573667443103-exec-1 0/1 Terminating 0 38s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment