You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Hello! Trying to install Kabanero 0.6 on OCP 4.4.16. From the docs it seems very trivial to run the installer.sh script. But once I do this the script gets stuck in a loop. Any ideas?
+ echo'Waiting for CatalogSource kabanero-catalog pod to be ready.'
Waiting for CatalogSource kabanero-catalog pod to be ready.
++ oc -n openshift-marketplace get pod -l olm.catalogSource=kabanero-catalog '--output=jsonpath={.items[*].status.phase}'
+ STATUSES=Pending
+ forSTATUSin'${STATUSES[@]}'
+ '[' Pending '!=' Running ']'
+ STATUSALL=Pending
+ break
+ sleep 2
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello! Trying to install Kabanero 0.6 on OCP 4.4.16. From the docs it seems very trivial to run the installer.sh script. But once I do this the script gets stuck in a loop. Any ideas?
The text was updated successfully, but these errors were encountered: