Cloud Pak for Data

Cloud Pak for Data

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  ICP4D after assembly lite installation

    Posted 03/03/20 04:18 PM
    Hi 

    I installed demo environment of ICP4D. Assembly lite.

    After login as a admin I can only add connection to external data source.
    Nothing more.

    Installation of additional services finish with crash - pod's are usual in status pending, some of them runing.

    What I should do next.

    Thx
    Andrzej

    ------------------------------
    Andrzej Bugowski
    ------------------------------

    #CloudPakforDataGroup


  • 2.  RE: ICP4D after assembly lite installation

    Posted 03/03/20 07:14 PM
    Hi Andrzej,
    Could you please share the ouptut of following:
    1.oc get nodes
    2.oc get pods --all-namespace| grep -Ev '1/1|2/2|3/3|4/4' | grep -v 'Completed'
    3.oc describe pods -n <cpd-namesapace> <pending-podname>



    ------------------------------
    Sidrah Junaid
    ------------------------------



  • 3.  RE: ICP4D after assembly lite installation

    Posted 03/05/20 08:15 AM
    Hi Sidrah,

    oc get nodes:
    ab-master.icp4ddemo.local    Ready     infra,master   11d       v1.11.0+d4cacc0
    ab-worker1.icp4ddemo.local   Ready     compute        11d       v1.11.0+d4cacc0
    ab-worker2.icp4ddemo.local   Ready     compute        11d       v1.11.0+d4cacc0

    oc get pods --all-namespace| grep -Ev '1/1|2/2|3/3|4/4' | grep -v 'Completed'
    icp4d                               spark-hb-create-confidential-properties-2ch4q   0/1       Pending     0          2d

    Only pods in pending mode, I revert installation of cardriges
    oc describe pods -n <cpd-namesapace> <pending-podname>
    Name:               spark-hb-create-confidential-properties-2ch4q
    Namespace:          icp4d
    Priority:           0
    PriorityClassName:  <none>
    Node:               ab-worker2.icp4ddemo.local/
    Labels:             app=spark-hb-create-confidential-properties
                        chart=ibm-spark-prod
                        controller-uid=2bfedbcb-5d03-11ea-abae-0050568e0e6f
                        heritage=Tiller
                        job-name=spark-hb-create-confidential-properties
                        release=ibm-spark-prod
    Annotations:        openshift.io/scc=cpd-user-scc
    Status:             Pending
    IP:                
    Controlled By:      Job/spark-hb-create-confidential-properties
    Containers:
      spark-hb-create-confidential-properties:
        Image:      docker-registry.default.svc:5000/default/spark-hb-truststore-util:1.0.1-cp4d
        Port:       <none>
        Host Port:  <none>
        Command:
          /bin/bash
          -c
        Args:
          bash /opt/hb/scripts/create-confidential-properties-secret.sh spark-hb-confidential-properties
        Limits:
          cpu:     100m
          memory:  128Mi
        Requests:
          cpu:        100m
          memory:     128Mi
        Environment:  <none>
        Mounts:
          /opt/hb/confidential_config from spark-hb-confidential-properties-secret (ro)
          /opt/hb/scripts from spark-hb-create-confidential-secret-script (rw)
          /var/run/secrets/kubernetes.io/serviceaccount from cpd-editor-sa-token-nf8xt (ro)
    Conditions:
      Type           Status
      PodScheduled   True
    Volumes:
      spark-hb-confidential-properties-secret:
        Type:        Secret (a volume populated by a Secret)
        SecretName:  spark-hb-confidential-properties-temp-secret
        Optional:    false
      spark-hb-create-confidential-secret-script:
        Type:      ConfigMap (a volume populated by a ConfigMap)
        Name:      spark-hb-create-confidential-secret-script
        Optional:  false
      cpd-editor-sa-token-nf8xt:
        Type:        Secret (a volume populated by a Secret)
        SecretName:  cpd-editor-sa-token-nf8xt
        Optional:    false
    QoS Class:       Guaranteed
    Node-Selectors:  node-role.kubernetes.io/compute=true
    Tolerations:     node.kubernetes.io/memory-pressure:NoSchedule
    Events:          <none>

    Thx
    Andrzej

    ------------------------------
    Andrzej Bugowski
    ------------------------------