Created
August 2, 2017 19:31
-
-
Save dav1x/1e6b87b79347c3c12fe8312c9ad2270b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@master-0 ~]# oc describe pod test-vmdk | |
Name: test-vmdk | |
Namespace: default | |
Security Policy: privileged | |
Node: app-0/10.19.114.227 | |
Start Time: Wed, 02 Aug 2017 19:29:57 +0000 | |
Labels: <none> | |
Annotations: openshift.io/scc=privileged | |
Status: Running | |
IP: 172.16.2.8 | |
Controllers: <none> | |
Containers: | |
test-container: | |
Container ID: docker://d2c17efb8f8aaa0ee9e71bec92872814cb12e325ac64025e03353d775bb3d656 | |
Image: gcr.io/google_containers/test-webserver | |
Image ID: docker-pullable://gcr.io/google_containers/test-webserver@sha256:f63e365c13646f231ec4a16791c6133ddd7b80fcd1947f41ab193968e02b0745 | |
Port: | |
State: Running | |
Started: Wed, 02 Aug 2017 19:31:09 +0000 | |
Ready: True | |
Restart Count: 0 | |
Environment: <none> | |
Mounts: | |
/test-vmdk from test-volume (rw) | |
/var/run/secrets/kubernetes.io/serviceaccount from default-token-16ql4 (ro) | |
Conditions: | |
Type Status | |
Initialized True | |
Ready True | |
PodScheduled True | |
Volumes: | |
test-volume: | |
Type: vSphereVolume (a Persistent Disk resource in vSphere) | |
VolumePath: [ose3-vmware] volumes/myDisk | |
FSType: ext4 | |
default-token-16ql4: | |
Type: Secret (a volume populated by a Secret) | |
SecretName: default-token-16ql4 | |
Optional: false | |
QoS Class: BestEffort | |
Node-Selectors: <none> | |
Tolerations: <none> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment