Skip to content

Instantly share code, notes, and snippets.

@get2arun
Created November 5, 2019 21:52
Show Gist options
  • Save get2arun/75e233f2a834e9d7492315ec75d18829 to your computer and use it in GitHub Desktop.
Save get2arun/75e233f2a834e9d7492315ec75d18829 to your computer and use it in GitHub Desktop.
helm-install-consul-describe-output
consul-helm# kubectl describe pod consul-1572990101-ui-test-kds7u
Name: consul-1572990101-ui-test-kds7u
Namespace: dev-poc-namespace
Priority: 0
Node: 6b8db184-1f0c-4660-906f-e6d99e123890/172.15.0.5
Start Time: Tue, 05 Nov 2019 18:41:54 -0300
Labels: <none>
Annotations: helm.sh/hook: test-success
Status: Pending
IP:
Init Containers:
test-framework:
Container ID:
Image: dduportal/bats:0.4.0
Image ID:
Port: <none>
Host Port: <none>
Command:
bash
-c
set -ex
# copy bats to tools dir
cp -R /usr/local/libexec/ /tools/bats/
State: Waiting
Reason: ErrImagePull
Ready: False
Restart Count: 0
Environment: <none>
Mounts:
/tools from tools (rw)
/var/run/secrets/kubernetes.io/serviceaccount from default-token-d7ktp (ro)
Containers:
consul-1572990101-ui-test:
Container ID:
Image: lachlanevenson/k8s-kubectl:v1.4.8-bash
Image ID:
Port: <none>
Host Port: <none>
Command:
/tools/bats/bats
-t
/tests/run.sh
State: Waiting
Reason: PodInitializing
Ready: False
Restart Count: 0
Environment: <none>
Mounts:
/tests from tests (ro)
/tools from tools (rw)
/var/run/secrets/kubernetes.io/serviceaccount from default-token-d7ktp (ro)
Conditions:
Type Status
Initialized False
Ready False
ContainersReady False
PodScheduled True
Volumes:
tests:
Type: ConfigMap (a volume populated by a ConfigMap)
Name: consul-1572990101-tests
Optional: false
tools:
Type: EmptyDir (a temporary directory that shares a pod's lifetime)
Medium:
SizeLimit: <unset>
default-token-d7ktp:
Type: Secret (a volume populated by a Secret)
SecretName: default-token-d7ktp
Optional: false
QoS Class: BestEffort
Node-Selectors: <none>
Tolerations: node.kubernetes.io/not-ready:NoExecute for 300s
node.kubernetes.io/unreachable:NoExecute for 300s
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 17s default-scheduler Successfully assigned dev-poc-namespace/consul-1572990101-ui-test-kds7u to 6b8db184-1f0c-4660-906f-e6d99e123890
Normal Pulling 16s kubelet, 6b8db184-1f0c-4660-906f-e6d99e123890 pulling image "dduportal/bats:0.4.0"
Warning Failed 1s kubelet, 6b8db184-1f0c-4660-906f-e6d99e123890 Failed to pull image "dduportal/bats:0.4.0": rpc error: code = Unknown desc = Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Warning Failed 1s kubelet, 6b8db184-1f0c-4660-906f-e6d99e123890 Error: ErrImagePull
Normal SandboxChanged 0s kubelet, 6b8db184-1f0c-4660-906f-e6d99e123890 Pod sandbox changed, it will be killed and re-created.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment