Skip to content

Instantly share code, notes, and snippets.

@pcarver
Created March 22, 2018 14:16
Show Gist options
  • Save pcarver/61cc842d9685ee5788d5338c3ca29371 to your computer and use it in GitHub Desktop.
Save pcarver/61cc842d9685ee5788d5338c3ca29371 to your computer and use it in GitHub Desktop.
pcarver@contraildrop3:~$ kubectl get pods -n contrail -o wide
NAME READY STATUS RESTARTS AGE IP NODE
ingress-84dfdb9476-hlpwr 1/1 Running 0 1h 192.168.100.134 contraildrop3
ingress-error-pages-788cd4b5f6-7c4s2 1/1 Running 0 1h 192.168.100.135 contraildrop3
pcarver@contraildrop3:~$ kubectl get pods -n openstack-o wide
Error from server (NotFound): namespaces "openstack-o" not found
pcarver@contraildrop3:~$ kubectl get pods -n openstack -o wide
NAME READY STATUS RESTARTS AGE IP NODE
glance-api-6fd54f7997-rwcr6 1/1 Running 0 1h 192.168.100.153 contraildrop3
glance-registry-5cd54f9d64-xxjlp 1/1 Running 0 1h 192.168.100.152 contraildrop3
horizon-75dd7d6fb-frg5k 1/1 Running 0 1h 192.168.100.149 contraildrop3
ingress-65448c8968-2rb2w 1/1 Running 0 1h 192.168.100.132 contraildrop3
ingress-error-pages-699795c484-fx2z9 1/1 Running 0 1h 192.168.100.133 contraildrop3
keystone-api-675fc5559b-cz4qw 1/1 Running 0 1h 192.168.100.144 contraildrop3
libvirt-fphtq 1/1 Running 0 1h 172.17.0.1 contraildrop3
mariadb-0 1/1 Running 0 1h 192.168.100.137 contraildrop3
memcached-memcached-5c5dc6d887-n6m8r 1/1 Running 0 1h 192.168.100.139 contraildrop3
neutron-server-57978d6d4f-fx89r 1/1 Running 0 1h 192.168.100.184 contraildrop3
nova-api-metadata-5c64d7c945-5fbgx 1/1 Running 1 1h 192.168.100.162 contraildrop3
nova-api-osapi-df6f97d84-v8w7j 1/1 Running 0 1h 192.168.100.165 contraildrop3
nova-cell-setup-4qc2b 0/1 CrashLoopBackOff 17 1h 192.168.100.167 contraildrop3
nova-compute-default-jsff8 0/1 CrashLoopBackOff 17 1h 172.17.0.1 contraildrop3
nova-conductor-778858bf65-qcvw5 1/1 Running 0 1h 192.168.100.164 contraildrop3
nova-consoleauth-78486859cc-2qv2x 1/1 Running 0 1h 192.168.100.163 contraildrop3
nova-novncproxy-f4b568566-8v8dv 0/1 CrashLoopBackOff 18 1h 172.17.0.1 contraildrop3
nova-placement-api-655d7f849f-hmpc4 1/1 Running 0 1h 192.168.100.170 contraildrop3
nova-scheduler-5f97b778d9-h68xf 1/1 Running 0 1h 192.168.100.169 contraildrop3
rabbitmq-rabbitmq-0 1/1 Running 0 1h 192.168.100.138 contraildrop3
pcarver@contraildrop3:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment