-
Story
-
Resolution: Done
-
Medium
-
None
-
None
Hi, everyone
I'm new comer of ONAP and this is my firt post .
I can't run the aai-graphgraph at master branch because of failed to pull image and ended up CrashLoopBackOff state.
Is there any idea to be able to pull the right image or any measure?
ubuntu@control:~$ kubectl -n onap get pod dev-aai-aai-graphgraph-74f5c64784-dspr7 NAME READY STATUS RESTARTS AGE dev-aai-aai-graphgraph-74f5c64784-dspr7 0/1 ErrImagePull 0 4m6s ubuntu@control:~$ kubectl -n onap describe pod dev-aai-aai-graphgraph-74f5c64784-dspr7 Name: dev-aai-aai-graphgraph-74f5c64784-dspr7 Namespace: onap Priority: 0 Node: worker-6/10.10.20.38 Start Time: Tue, 26 Nov 2019 03:18:34 +0000 Labels: app=aai-graphgraph pod-template-hash=74f5c64784 release=dev-aai Annotations: checksum/config: 2903e2433997c14e1ae546bf3480dee650e84c61ea711004532c097edccade42 cni.projectcalico.org/podIP: 10.42.7.118/32 Status: Pending IP: 10.42.7.118 Controlled By: ReplicaSet/dev-aai-aai-graphgraph-74f5c64784 Init Containers: aai-graphgraph-readiness: Container ID: docker://d1e16c08898fd162620bf00bd2988d03995cc346553d8fa297a6a7f8f2fdfaa1 Image: oomk8s/readiness-check:2.0.2 Image ID: docker-pullable://oomk8s/readiness-check@sha256:875814cc853d7d9b3227165740584c347884bc8c0d831b4148cb5f7952e4cbff Port: <none> Host Port: <none> Command: /root/ready.py Args: --container-name aai-schema-service State: Terminated Reason: Completed Exit Code: 0 Started: Tue, 26 Nov 2019 03:18:35 +0000 Finished: Tue, 26 Nov 2019 03:21:30 +0000 Ready: True Restart Count: 0 Environment: NAMESPACE: onap (v1:metadata.namespace) Mounts: /var/run/secrets/kubernetes.io/serviceaccount from default-token-lmj75 (ro) Containers: aai-graphgraph: Container ID: Image: nexus3.onap.org:10001/onap/aai-graphgraph:1.5 Image ID: Port: 8453/TCP Host Port: 0/TCP State: Waiting Reason: ImagePullBackOff Ready: False Restart Count: 0 Environment: LOCAL_USER_ID: 1000 LOCAL_GROUP_ID: 1000 Mounts: /etc/localtime from localtime (ro) /graphgraph/application.properties from springapp-conf (rw,path="application.properties") /graphgraph/etc/auth/aai_keystore from auth-truststore-sec (rw,path="aai_keystore") /var/run/secrets/kubernetes.io/serviceaccount from default-token-lmj75 (ro) Conditions: Type Status Initialized True Ready False ContainersReady False PodScheduled True Volumes: aai-common-aai-auth-mount: Type: Secret (a volume populated by a Secret) SecretName: aai-common-aai-auth Optional: false localtime: Type: HostPath (bare host directory volume) Path: /etc/localtime HostPathType: springapp-conf: Type: ConfigMap (a volume populated by a ConfigMap) Name: dev-aai-aai-graphgraph-springapp-configmap Optional: false auth-truststore-sec: Type: Secret (a volume populated by a Secret) SecretName: aai-common-truststore Optional: false default-token-lmj75: Type: Secret (a volume populated by a Secret)
SecretName: default-token-lmj75 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 5m15s default-scheduler Successfully assigned onap/dev-aai-aai-graphgraph-74f5c64784-dspr7 to worker-6 Normal Pulled 5m14s kubelet, worker-6 Container image "oomk8s/readiness-check:2.0.2" already present on machine Normal Created 5m14s kubelet, worker-6 Created container aai-graphgraph-readiness Normal Started 5m14s kubelet, worker-6 Started container aai-graphgraph-readiness Normal Pulling 45s (x4 over 2m19s) kubelet, worker-6 Pulling image "nexus3.onap.org:10001/onap/aai-graphgraph:1.5" Warning Failed 43s (x4 over 2m16s) kubelet, worker-6 Failed to pull image "nexus3.onap.org:10001/onap/aai-graphgraph:1.5": rpc error: code = Unknown desc = Error response from daemon: manifest for nexus3.onap.org:10001/onap/aai-graphgraph:1.5 not found Warning Failed 43s (x4 over 2m16s) kubelet, worker-6 Error: ErrImagePull Warning Failed 17s (x5 over 105s) kubelet, worker-6 Error: ImagePullBackOff