Hi Jessica,

I was able to deploy SDC and portal yesterday.. thank you so much!

Jennie

-----Original Message-----
From: Jessica Wagantall via RT [mailto:onap-helpd...@rt.linuxfoundation.org] 
Sent: Friday, October 12, 2018 4:52 PM
Cc: Jennie Jia <jennie....@amdocs.com>; onap-discuss@lists.onap.org
Subject: [ONAP Helpdesk #62098] Issue on Failed to pull image from ONAP Nexus 3

Dear Jennie, 

Can you please check if you still have this issue?

We have restarted the server since and expecting things to be better. 

Thanks so much!
Jess

On Wed Oct 10 22:11:18 2018, jennie....@amdocs.com wrote:
> Hi All,
> 
> This issue happened since yesterday. I have not seen a fix yet. I also 
> CC to helpdesk.
> 
> I cloned the latest oom,  and I am trying to deploy the SDC and SDC 
> UI.
> 
> root@jen-vm1:/home/ubuntu/oom/kubernetes/sdc# kubectl get pods --all- 
> namespaces
> NAMESPACE     NAME                                         READY
> STATUS             RESTARTS   AGE
> kube-system   heapster-76b8cd7b5-hrd69                     1/1
> Running            2          111d
> kube-system   kube-dns-5d7b4487c9-dcng7                    3/3
> Running            6          111d
> kube-system   kubernetes-dashboard-f9577fffd-lz9lf         1/1
> Running            3          111d
> kube-system   monitoring-grafana-997796fcf-ddmcp           1/1
> Running            2          111d
> kube-system   monitoring-influxdb-56fdcd96b-648z4          1/1
> Running            2          111d
> kube-system   tiller-deploy-7f7d4b5967-q5twt               1/1
> Running            0          1d
> onap          dev-sdc-be-867985dddf-f44dn                  0/2
> Init:0/2           0          1m
> onap          dev-sdc-be-config-backend-gc4dx              0/1
> Init:0/1           0          1m
> onap          dev-sdc-cs-5f8b655b4f-clsx6                  0/1
> ImagePullBackOff   0          1m
> onap          dev-sdc-cs-config-cassandra-czdtl            0/1
> Init:0/1           0          1m
> onap          dev-sdc-es-67bd554cc5-ttqqk                  0/1
> ImagePullBackOff   0          1m
> onap          dev-sdc-es-config-elasticsearch-292vh        0/1
> Init:0/1           0          1m
> onap          dev-sdc-fe-f7dbc6fb8-fn44r                   0/2
> Init:0/2           0          1m
> onap          dev-sdc-kb-854f96658-9lp7l                   0/1
> Init:0/1           0          1m
> onap          dev-sdc-onboarding-be-596c554bfd-4hh6f       0/2
> Init:0/1           0          1m
> onap          dev-sdc-onboarding-be-cassandra-init-c6czt   0/1
> Init:0/1           0          1m
> onap          dev-sdc-wfd-be-5b5c9fdf94-ph62l              0/1
> Init:0/1           0          1m
> onap          dev-sdc-wfd-be-workflow-init-znbg4           0/1
> Init:0/1           0          1m
> onap          dev-sdc-wfd-fe-55dc64bbc7-w756w              0/2
> Init:0/1           0          1m
> 
> # kubectl describe pods dev-sdc-cs-5f8b655b4f-clsx6 -n onap
> Name:           dev-sdc-cs-5f8b655b4f-clsx6
> Namespace:      onap
> Node:           jen-vm1/10.69.100.143
> Start Time:     Thu, 11 Oct 2018 01:45:43 +0000
> Labels:         app=sdc-cs
>                 pod-template-hash=1946211609
>                 release=dev
> Annotations:    kubernetes.io/created-
> by={"kind":"SerializedReference","apiVersion":"v1","reference":{"kind"
> :"ReplicaSet","namespace":"onap","name":"dev-
> sdc-cs-5f8b655b4f","uid":"5d7773dc-ccf7-11e8-a3d1-021bcc6bfe00"...
> Status:         Pending
> IP:             10.42.179.195
> Controlled By:  ReplicaSet/dev-sdc-cs-5f8b655b4f
> Containers:
>   sdc-cs:
>     Container ID:
>    Image:          nexus3.onap.org:10001/onap/sdc-cassandra:1.3-
> STAGING-latest
>     Image ID:
>     Ports:          9160/TCP, 9042/TCP
>     Host Ports:     0/TCP, 0/TCP
>     State:          Waiting
>       Reason:       ImagePullBackOff
>     Ready:          False
>     Restart Count:  0
>     Limits:
>       cpu:     1
>       memory:  4Gi
>     Requests:
>       cpu:      10m
>       memory:   1Gi
>     Liveness:   tcp-socket :9160 delay=60s timeout=1s period=10s
> #success=1 #failure=3
>     Readiness:  exec [/var/lib/ready-probe.sh] delay=60s timeout=1s 
> period=10s #success=1 #failure=3
>     Environment:
>       ENVNAME:        AUTO
>       RELEASE:        latest
>       MAX_HEAP_SIZE:  1536M
>       HEAP_NEWSIZE:   512M
>       HOST_IP:         (v1:status.podIP)
>       CS_PASSWORD:    <set to the key 'cs_password' in secret 'dev-
> sdc-cs-secrets'>  Optional: false
>     Mounts:
>       /etc/localtime from dev-sdc-cs-localtime (ro)
>       /root/chef-solo/environments/ from dev-sdc-cs-environments (rw)
>       /var/lib/cassandra/ from dev-sdc-cs-data (rw)
>       /var/run/secrets/kubernetes.io/serviceaccount from default- 
> token-wbz5r (ro)
> Conditions:
>   Type           Status
>   Initialized    True
>   Ready          False
>   PodScheduled   True
> Volumes:
>   dev-sdc-cs-localtime:
>     Type:          HostPath (bare host directory volume)
>     Path:          /etc/localtime
>     HostPathType:
>   dev-sdc-cs-data:
>     Type:       PersistentVolumeClaim (a reference to a
> PersistentVolumeClaim in the same namespace)
>     ClaimName:  dev-sdc-cs
>     ReadOnly:   false
>   dev-sdc-cs-environments:
>     Type:      ConfigMap (a volume populated by a ConfigMap)
>     Name:      dev-sdc-environments-configmap
>     Optional:  false
>   default-token-wbz5r:
>     Type:        Secret (a volume populated by a Secret)
>     SecretName:  default-token-wbz5r
>     Optional:    false
> QoS Class:       Burstable
> Node-Selectors:  <none>
> Tolerations:     node.alpha.kubernetes.io/notReady:NoExecute for 300s
>                  node.alpha.kubernetes.io/unreachable:NoExecute for 
> 300s
> Events:
>   Type     Reason                 Age              From
> Message
>   ----     ------                 ----             ----
> -------
>   Normal   Scheduled              3m               default-scheduler
> Successfully assigned dev-sdc-cs-5f8b655b4f-clsx6 to jen-vm1
>   Normal   SuccessfulMountVolume  3m               kubelet, jen-vm1
> MountVolume.SetUp succeeded for volume "dev-sdc-cs-localtime"
>   Normal   SuccessfulMountVolume  3m               kubelet, jen-vm1
> MountVolume.SetUp succeeded for volume "dev-sdc-cs"
>   Normal   SuccessfulMountVolume  3m               kubelet, jen-vm1
> MountVolume.SetUp succeeded for volume "dev-sdc-cs-environments"
>   Normal   SuccessfulMountVolume  3m               kubelet, jen-vm1
> MountVolume.SetUp succeeded for volume "default-token-wbz5r"
>   Normal   SandboxChanged         2m (x5 over 2m)  kubelet, jen-vm1
> Pod sandbox changed, it will be killed and re-created.
>   Normal   Pulling                2m (x2 over 3m)  kubelet, jen-vm1
> pulling image "nexus3.onap.org:10001/onap/sdc-cassandra:1.3-STAGING-
> latest"
>   Warning  Failed                 1m (x2 over 2m)  kubelet, jen-vm1
> Failed to pull image "nexus3.onap.org:10001/onap/sdc-cassandra:1.3-
> STAGING-latest": rpc error: code = Unknown desc = Error response from
> daemon: Get https://nexus3.onap.org:10001/v1/_ping: net/http: TLS 
> handshake timeout
>   Warning  FailedSync             1m (x7 over 2m)  kubelet, jen-vm1
> Error syncing pod
>   Normal   BackOff                1m (x5 over 2m)  kubelet, jen-vm1
> Back-off pulling image "nexus3.onap.org:10001/onap/sdc-cassandra:1.3-
> STAGING-latest"
> 
> Thanks
> Jennie
> 
> This message and the information contained herein is proprietary and 
> confidential and subject to the Amdocs policy statement,
> 
> you may review at https://www.amdocs.com/about/email-disclaimer
> <https://www.amdocs.com/about/email-disclaimer>



This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,

you may review at https://www.amdocs.com/about/email-disclaimer 
<https://www.amdocs.com/about/email-disclaimer>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#12995): https://lists.onap.org/g/onap-discuss/message/12995
Mute This Topic: https://lists.onap.org/mt/27292368/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to