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

deployment for openshift 3.11 fail on knative-eventing  #45

@nmajorov

Description

@nmajorov

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions