This repository was archived by the owner on Aug 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
deployment for openshift 3.11 fail on knative-eventing #45
Copy link
Copy link
Open
Description
I can't deploy knative with this operator to openshift 3.11 and minishift latest
(minishift v1.33.0+ba29431)
it always breaks at same point:
+++ grep -E '[1-9]\d*\s+\S+$'
+++ grep -c eventing-controller
++ [[ 0 -eq 1 ]]
+ sleep 5
+ [[ 282 -gt 300 ]]
+ eval oc get deploy -n knative-eventing '&&' '[[' '$(oc' get deploy -n knative-eventing '|' grep -E ''\''[1-9]\d*\s+\S+$'\''' '|' grep -c 'eventing-controller)' -eq 1 ']]'
++ oc get deploy -n knative-eventing
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
knative-eventing-operator 1 1 1 1 6m
+++ oc get deploy -n knative-eventing
+++ grep -E '[1-9]\d*\s+\S+$'
+++ grep -c eventing-controller
++ [[ 0 -eq 1 ]]
+ sleep 5
+ [[ 287 -gt 300 ]]
+ eval oc get deploy -n knative-eventing '&&' '[[' '$(oc' get deploy -n knative-eventing '|' grep -E ''\''[1-9]\d*\s+\S+$'\''' '|' grep -c 'eventing-controller)' -eq 1 ']]'
++ oc get deploy -n knative-eventing
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
knative-eventing-operator 1 1 1 1 6m
+++ oc get deploy -n knative-eventing
+++ grep -E '[1-9]\d*\s+\S+$'
+++ grep -c eventing-controller
++ [[ 0 -eq 1 ]]
+ sleep 5
+ [[ 293 -gt 300 ]]
+ eval oc get deploy -n knative-eventing '&&' '[[' '$(oc' get deploy -n knative-eventing '|' grep -E ''\''[1-9]\d*\s+\S+$'\''' '|' grep -c 'eventing-controller)' -eq 1 ']]'
++ oc get deploy -n knative-eventing
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
knative-eventing-operator 1 1 1 1 6m
+++ oc get deploy -n knative-eventing
+++ grep -E '[1-9]\d*\s+\S+$'
+++ grep -c eventing-controller
++ [[ 0 -eq 1 ]]
+ sleep 5
+ [[ 298 -gt 300 ]]
+ eval oc get deploy -n knative-eventing '&&' '[[' '$(oc' get deploy -n knative-eventing '|' grep -E ''\''[1-9]\d*\s+\S+$'\''' '|' grep -c 'eventing-controller)' -eq 1 ']]'
++ oc get deploy -n knative-eventing
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
knative-eventing-operator 1 1 1 1 6m
+++ oc get deploy -n knative-eventing
+++ grep -E '[1-9]\d*\s+\S+$'
+++ grep -c eventing-controller
++ [[ 0 -eq 1 ]]
+ sleep 5
+ [[ 303 -gt 300 ]]
+ echo 'ERROR: Timed out'
ERROR: Timed out
+ exit -1
Metadata
Metadata
Assignees
Labels
No labels