Skip to content

Instantly share code, notes, and snippets.

@amontalban
Created August 21, 2019 20:25
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 amontalban/f14d65880bd3e2bccdf5179ab85e4e86 to your computer and use it in GitHub Desktop.
Save amontalban/f14d65880bd3e2bccdf5179ab85e4e86 to your computer and use it in GitHub Desktop.
Andres-MBP2019:~ andres$ kubectl describe pod virt-handler-rhw7v -n kubevirt
Name: virt-handler-rhw7v
Namespace: kubevirt
Priority: 0
Node: minikube/10.0.2.15
Start Time: Wed, 21 Aug 2019 16:09:25 -0300
Labels: app.kubernetes.io/managed-by=kubevirt-operator
controller-revision-hash=75d5544dd
kubevirt.io=virt-handler
pod-template-generation=1
prometheus.kubevirt.io=
Annotations: kubevirt.io/install-strategy-identifier: c455b01a4e8683b3c32a3cbd736afc34d55c4e2c
kubevirt.io/install-strategy-registry: index.docker.io/kubevirt
kubevirt.io/install-strategy-version: v0.20.2
scheduler.alpha.kubernetes.io/critical-pod:
scheduler.alpha.kubernetes.io/tolerations: [{"key":"CriticalAddonsOnly","operator":"Exists"}]
Status: Running
IP: 172.17.0.11
Controlled By: DaemonSet/virt-handler
Containers:
virt-handler:
Container ID: docker://cc23871f53529c2b0fc8e99a8ef93198cc46bbff969dc514900e54bccb29c857
Image: index.docker.io/kubevirt/virt-handler@sha256:f385db3313205713d991d481f9c66308b922e54a3c21f091131d6f275abae447
Image ID: docker-pullable://kubevirt/virt-handler@sha256:f385db3313205713d991d481f9c66308b922e54a3c21f091131d6f275abae447
Port: 8443/TCP
Host Port: 0/TCP
Command:
virt-handler
--port
8443
--hostname-override
$(NODE_NAME)
--pod-ip-address
$(MY_POD_IP)
--max-metric-requests
3
--console-server-port
8186
-v
2
State: Waiting
Reason: RunContainerError
Last State: Terminated
Reason: ContainerCannotRun
Message: OCI runtime create failed: open /var/run/docker/runtime-runc/moby/cc23871f53529c2b0fc8e99a8ef93198cc46bbff969dc514900e54bccb29c857/state.json: no such file or directory: unknown
Exit Code: 128
Started: Wed, 21 Aug 2019 16:10:58 -0300
Finished: Wed, 21 Aug 2019 16:10:58 -0300
Ready: False
Restart Count: 0
Environment:
NODE_NAME: (v1:spec.nodeName)
MY_POD_IP: (v1:status.podIP)
Mounts:
/var/lib/kubelet/device-plugins from device-plugin (rw)
/var/lib/kubevirt from virt-lib-dir (rw)
/var/run/kubevirt from virt-share-dir (rw)
/var/run/kubevirt-libvirt-runtimes from libvirt-runtimes (rw)
/var/run/kubevirt-private from virt-private-dir (rw)
/var/run/secrets/kubernetes.io/serviceaccount from kubevirt-handler-token-ss5q2 (ro)
Conditions:
Type Status
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
libvirt-runtimes:
Type: HostPath (bare host directory volume)
Path: /var/run/kubevirt-libvirt-runtimes
HostPathType:
virt-share-dir:
Type: HostPath (bare host directory volume)
Path: /var/run/kubevirt
HostPathType:
virt-lib-dir:
Type: HostPath (bare host directory volume)
Path: /var/lib/kubevirt
HostPathType:
virt-private-dir:
Type: HostPath (bare host directory volume)
Path: /var/run/kubevirt-private
HostPathType:
device-plugin:
Type: HostPath (bare host directory volume)
Path: /var/lib/kubelet/device-plugins
HostPathType:
kubevirt-handler-token-ss5q2:
Type: Secret (a volume populated by a Secret)
SecretName: kubevirt-handler-token-ss5q2
Optional: false
QoS Class: BestEffort
Node-Selectors: <none>
Tolerations: node.kubernetes.io/disk-pressure:NoSchedule
node.kubernetes.io/memory-pressure:NoSchedule
node.kubernetes.io/not-ready:NoExecute
node.kubernetes.io/pid-pressure:NoSchedule
node.kubernetes.io/unreachable:NoExecute
node.kubernetes.io/unschedulable:NoSchedule
Events: <none>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment