Created
July 26, 2019 15:46
-
-
Save markito/2696dc2b42dd3bdd47284b21a80901d1 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
| oc describe pods/kafka-controller-manager-0 -n knative-sources | |
| Name: kafka-controller-manager-0 | |
| Namespace: knative-sources | |
| Priority: 0 | |
| PriorityClassName: <none> | |
| Node: ip-10-0-141-102.us-west-2.compute.internal/10.0.141.102 | |
| Start Time: Thu, 25 Jul 2019 17:13:14 -0500 | |
| Labels: control-plane=kafka-controller-manager | |
| controller-revision-hash=kafka-controller-manager-79cf79ffdf | |
| statefulset.kubernetes.io/pod-name=kafka-controller-manager-0 | |
| Annotations: k8s.v1.cni.cncf.io/networks-status: | |
| [{ | |
| "name": "openshift-sdn", | |
| "interface": "eth0", | |
| "ips": [ | |
| "10.131.0.55" | |
| ], | |
| "default": true, | |
| "dns": {} | |
| }] | |
| openshift.io/scc: anyuid | |
| Status: Pending | |
| IP: 10.131.0.55 | |
| Controlled By: StatefulSet/kafka-controller-manager | |
| Containers: | |
| manager: | |
| Container ID: | |
| Image: github.com/knative/eventing-contrib/kafka/source/cmd/controller | |
| Image ID: | |
| Port: <none> | |
| Host Port: <none> | |
| State: Waiting | |
| Reason: ImagePullBackOff | |
| Ready: False | |
| Restart Count: 0 | |
| Requests: | |
| cpu: 20m | |
| memory: 20Mi | |
| Environment: | |
| KAFKA_RA_IMAGE: github.com/knative/eventing-contrib/kafka/source/cmd/receive_adapter | |
| Mounts: | |
| /var/run/secrets/kubernetes.io/serviceaccount from kafka-controller-manager-token-bljrt (ro) | |
| Conditions: | |
| Type Status | |
| Initialized True | |
| Ready False | |
| ContainersReady False | |
| PodScheduled True | |
| Volumes: | |
| kafka-controller-manager-token-bljrt: | |
| Type: Secret (a volume populated by a Secret) | |
| SecretName: kafka-controller-manager-token-bljrt | |
| Optional: false | |
| QoS Class: Burstable | |
| Node-Selectors: <none> | |
| Tolerations: node.kubernetes.io/memory-pressure:NoSchedule | |
| node.kubernetes.io/not-ready:NoExecute for 300s | |
| node.kubernetes.io/unreachable:NoExecute for 300s | |
| Events: | |
| Type Reason Age From Message | |
| ---- ------ ---- ---- ------- | |
| Normal BackOff 37m (x4468 over 17h) kubelet, ip-10-0-141-102.us-west-2.compute.internal Back-off pulling image "github.com/knative/eventing-contrib/kafka/source/cmd/controller" | |
| Warning Failed 2m21s (x4622 over 17h) kubelet, ip-10-0-141-102.us-west-2.compute.internal Error: ImagePullBackOff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment