Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openshift installer hangs waiting for marketplace operator #321

Open
guillaumerose opened this issue Jul 23, 2020 · 0 comments
Open

openshift installer hangs waiting for marketplace operator #321

guillaumerose opened this issue Jul 23, 2020 · 0 comments

Comments

@guillaumerose
Copy link
Contributor

I ran the installer several times a day for CodeReady Containers and I notice this afternoon that the marketplace operator was stuck. It blocked the whole installation process. Deleting the pod to force the recreation fixed the issue.

kubectl --kubeconfig crc-tmp-install-data/auth/kubeconfig -n openshift-sdn get co             
NAME                                       VERSION      AVAILABLE   PROGRESSING   DEGRADED   SINCE                                 
...
machine-config                             4.5.0-rc.6   True        False         False      19m
marketplace                                                                       False      
monitoring                                 4.5.0-rc.6   True        False         False      15m
...

I searched for error in the log before the restart:

time="2020-07-23T13:39:18Z" level=error msg="no matches for kind \"CatalogSourceConfig\" in version \"operators.coreos.com/v2\"[migration] Error in migrating Marketplace away from CatalogSourceConfig API"
time="2020-07-23T13:42:08Z" level=error msg="Could not determine operator upgradeablity. Error: Get https://172.25.0.1:443/apis/operators.coreos.com/v1/operatorsources: http2: server sent GOAWAY and closed the connection; LastStreamID=75, ErrCode=NO_ERROR, debug=\"\""

Perhaps the operator doesn't like when the apiserver restarts ? It happens very frequently during the install.

(It was using 4.5.0-rc.6 but the marketplace operator code didn't change since then I believe)

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

No branches or pull requests

1 participant