-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
uShift Sprint 252
Description of problem:
When microshift cluster is deployed from iso file we check for k8s livez check and then oc wait for pods. But oc wait pods command fails because not pods exist yet.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
Rerun https://mastern-jenkins-csb-openshift-qe.apps.ocp-c1.prod.psi.redhat.com/job/microshift/job/microshift-deploy-iso/5822/console
Actual results:
04-19 15:35:08.410 + ssh -F /home/jenkins/ws/workspace/microshift/microshift-deploy-iso@tmp/ssh_config 192.168.124.24 'oc get all -A' 04-19 15:35:08.410 Warning: Permanently added '10.1.235.117' (ECDSA) to the list of known hosts. 04-19 15:35:08.410 Warning: Permanently added '192.168.124.24' (ECDSA) to the list of known hosts. 04-19 15:35:08.667 NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE 04-19 15:35:08.667 default service/kubernetes ClusterIP 10.43.0.1 <none> 443/TCP 40s 04-19 15:35:08.667 kube-system service/csi-snapshot-webhook ClusterIP 10.43.164.220 <none> 443/TCP 17s 04-19 15:35:08.667 04-19 15:35:08.667 NAMESPACE NAME READY UP-TO-DATE AVAILABLE AGE 04-19 15:35:08.667 kube-system deployment.apps/csi-snapshot-controller 0/1 0 0 17s 04-19 15:35:08.668 openshift-service-ca deployment.apps/service-ca 0/1 0 0 27s 04-19 15:35:08.668 04-19 15:35:08.668 NAMESPACE NAME DESIRED CURRENT READY AGE 04-19 15:35:08.668 openshift-service-ca replicaset.apps/service-ca-7c9f4f59c8 1 0 0 17s
Expected results:
all pods are ready
Additional info: