Created
August 5, 2019 11:53
-
-
Save yaacov/085c03d890192278e6422b8e1cb4dc68 to your computer and use it in GitHub Desktop.
openshift qe jenkins hiccups
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# If can't create worker check iptables rulls: | |
iptables -I INPUT -p tcp -s 192.168.126.0/24 -d 192.168.122.1 --dport 16509 -j ACCEPT -m comment --comment "Allow insecure libvirt clients" | |
# When stuck on samples.operator run: | |
oc delete configs.samples.operator.openshift.io cluster |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
job deploy-ocp-4.1-cnv-2.0-on-libvirt-pbrilajob deploy-ocp-4.1-cnv-2.0-on-libvirt
oc wait pods -n openshift-operator-lifecycle-manager -l olm.catalogSource=hco-catalogsource --for condition=Ready --timeout=360s
14:58:20 error: timed out waiting for the condition
https://bugzilla.redhat.com/show_bug.cgi?id=1726077