Skip to content

Instantly share code, notes, and snippets.

@zshi-redhat
Created January 23, 2019 04:25
Show Gist options
  • Save zshi-redhat/00426cdd8f22caffd21b17f8f3719c44 to your computer and use it in GitHub Desktop.
Save zshi-redhat/00426cdd8f22caffd21b17f8f3719c44 to your computer and use it in GitHub Desktop.
[zshi@192 templates]$ oc describe pod multus-test-deployment-694d7d698c-bf52x
Name: multus-test-deployment-694d7d698c-bf52x
Namespace: default
Priority: 0
PriorityClassName: <none>
Node: ip-10-0-128-153.ec2.internal/10.0.128.153
Start Time: Wed, 23 Jan 2019 12:23:41 +0800
Labels: app=multus-test-app
pod-template-hash=2508382547
Annotations: k8s.v1.cni.cncf.io/networks-status=[{
"name": "openshift-sdn",
"ips": [
"10.128.3.202"
],
"default": true,
"dns": {}
}]
openshift.io/scc=restricted
Status: Running
IP: 10.128.3.202
Controlled By: ReplicaSet/multus-test-deployment-694d7d698c
Containers:
multus-app:
Container ID: cri-o://10b73525e324692d33fdd3fc372221dd3d1eb6e23c37db37766e78ddb800524b
Image: centos/tools
Image ID: docker.io/centos/tools@sha256:81159542603c2349a276a30cc147045bc642bd84a62c1b427a8d243ef1893e2f
Port: <none>
Host Port: <none>
Command:
/bin/bash
-c
--
Args:
while true; do sleep 300000; done;
State: Running
Started: Wed, 23 Jan 2019 12:24:04 +0800
Ready: True
Restart Count: 0
Environment: <none>
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from default-token-hghtc (ro)
Conditions:
Type Status
Initialized True
Ready True
ContainersReady True
PodScheduled True
Volumes:
default-token-hghtc:
Type: Secret (a volume populated by a Secret)
SecretName: default-token-hghtc
Optional: false
QoS Class: BestEffort
Node-Selectors: <none>
Tolerations: <none>
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 28s default-scheduler Successfully assigned default/multus-test-deployment-694d7d698c-bf52x to ip-10-0-128-153.ec2.internal
Warning FailedCreatePodSandBox 27s kubelet, ip-10-0-128-153.ec2.internal Failed create pod sandbox: rpc error: code = Unknown desc = failed to create pod network sandbox k8s_multus-test-deployment-694d7d698c-bf52x_default_a9fc0d58-1ec6-11e9-8d44-0a04f4646128_0(a4a8826552f31a1950ba59d6ebf6b801bd22bb2bdd66d21e6b2a3d9eb1dc6f8d): fork/exec /var/lib/cni/bin/multus: text file busy
Normal Pulled 6s kubelet, ip-10-0-128-153.ec2.internal Container image "centos/tools" already present on machine
Normal Created 5s kubelet, ip-10-0-128-153.ec2.internal Created container
Normal Started 5s kubelet, ip-10-0-128-153.ec2.internal Started container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment