Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gocli: Add wait for cri-o service to be ready after proxy settings ap…
…plied There was previously a wait for the cri-o service to be ready[1] after applying the docker proxy settings but this was not included with the introduction of the opts package[2]. This can lead to kubeadm failing its preflight checks as cri-o is not ready[3] [1] https://github.com/kubevirt/kubevirtci/blob/03aa94e9da974b0e37dc8f180a4f700d47020c08/cluster-provision/k8s/1.31/nodes.sh#L43 [2] kubevirt#1217 [3] https://prow.ci.kubevirt.io/view/gs/kubevirt-prow/pr-logs/pull/kubevirt_kubevirt/13020/pull-kubevirt-e2e-k8s-1.31-sig-network/1843292337933914112#1:build-log.txt%3A343 Signed-off-by: Brian Carey <[email protected]>
- Loading branch information