Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

deployment for openshift 3.11 fail on knative-eventing #45

Open
nmajorov opened this issue May 14, 2019 · 2 comments
Open

deployment for openshift 3.11 fail on knative-eventing #45

nmajorov opened this issue May 14, 2019 · 2 comments

Comments

@nmajorov
Copy link

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
@nmajorov
Copy link
Author

tag openshift-v0.4.0 is running fine on latest minishift.
openshift-v0.5.0 and HEAD is not

@bbrowning
Copy link
Contributor

Do you have more information on the failure? We don't regularly test any of this except for OpenShift 4 clusters, but from the log above it looks like perhaps there may be some errors in the eventing operator's pod logs that would be helpful?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants