Merge "Allow KuD installer to specify Kubespray 2.14.1 or 2.16.0"
[multicloud/k8s.git] / kud / tests / plugin_fw_v2.sh
index 86ef97f..6c8d842 100755 (executable)
@@ -222,6 +222,10 @@ else
         KUBECONFIG=$file kubectl get providernetwork emco-private-net -o name
         KUBECONFIG=$file kubectl get providernetwork unprotected-private-net -o name
     done
+    # Give some time for the Pods to show up on the clusters.  kubectl
+    # wait may return with "error: no matching resources found" if the
+    # Pods have not started yet.
+    sleep 30s
     for name in $(cluster_names); do
         print_msg "Wait for all pods to start on cluster $name"
         file=$(cluster_file "$name")