Skip to content

Instantly share code, notes, and snippets.

@lucasponce
Created August 7, 2019 09:36
Show Gist options
  • Save lucasponce/c12537b50c6aac0527f72eb22b403492 to your computer and use it in GitHub Desktop.
Save lucasponce/c12537b50c6aac0527f72eb22b403492 to your computer and use it in GitHub Desktop.
[lponce@recopolis ~]$ oc describe pod istio-citadel-77df78fd9-jkzpj
Name: istio-citadel-77df78fd9-jkzpj
Namespace: istio-system
Priority: 0
PriorityClassName: <none>
Node: localhost/192.168.1.34
Start Time: Wed, 07 Aug 2019 11:21:22 +0200
Labels: app=security
chart=security
heritage=Tiller
istio=citadel
maistra-control-plane=istio-system
maistra-version=1.0.0
pod-template-hash=338934985
release=istio
Annotations: openshift.io/scc=restricted
sidecar.istio.io/inject=false
Status: Pending
IP: 172.17.0.12
Controlled By: ReplicaSet/istio-citadel-77df78fd9
Containers:
citadel:
Container ID:
Image: docker.io/dgrimm/citadel-rhel8:1.0.0
Image ID:
Port: <none>
Host Port: <none>
Args:
--append-dns-names=true
--grpc-port=8060
--grpc-hostname=citadel
--citadel-storage-namespace=istio-system
--custom-dns-names=istio-pilot-service-account.istio-system:istio-pilot.istio-system
--monitoring-port=15014
--self-signed-ca=true
--member-roll-name=default
State: Waiting
Reason: ImagePullBackOff
Ready: False
Restart Count: 0
Requests:
cpu: 10m
Liveness: http-get http://:15014/version delay=5s timeout=1s period=5s #success=1 #failure=3
Environment: <none>
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from istio-citadel-service-account-token-xwfdn (ro)
Conditions:
Type Status
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
istio-citadel-service-account-token-xwfdn:
Type: Secret (a volume populated by a Secret)
SecretName: istio-citadel-service-account-token-xwfdn
Optional: false
QoS Class: Burstable
Node-Selectors: <none>
Tolerations: node.kubernetes.io/memory-pressure:NoSchedule
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 14m default-scheduler Successfully assigned istio-system/istio-citadel-77df78fd9-jkzpj to localhost
Normal Pulling 12m (x4 over 14m) kubelet, localhost pulling image "docker.io/dgrimm/citadel-rhel8:1.0.0"
Warning Failed 12m (x4 over 14m) kubelet, localhost Failed to pull image "docker.io/dgrimm/citadel-rhel8:1.0.0": rpc error: code = Unknown desc = repository docker.io/dgrimm/citadel-rhel8 not found: does not exist or no pull access
Warning Failed 12m (x4 over 14m) kubelet, localhost Error: ErrImagePull
Warning Failed 12m (x6 over 14m) kubelet, localhost Error: ImagePullBackOff
Normal BackOff 4m (x36 over 14m) kubelet, localhost Back-off pulling image "docker.io/dgrimm/citadel-rhel8:1.0.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment