Skip to content

Instantly share code, notes, and snippets.

@yaacov
Created August 5, 2019 11:53
Show Gist options
  • Save yaacov/085c03d890192278e6422b8e1cb4dc68 to your computer and use it in GitHub Desktop.
Save yaacov/085c03d890192278e6422b8e1cb4dc68 to your computer and use it in GitHub Desktop.
openshift qe jenkins hiccups
# 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
@yaacov
Copy link
Author

yaacov commented Aug 5, 2019

job deploy-ocp-4.1-cnv-2.0-on-libvirt-pbrila
job 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment