-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Unable to access openshift master via URL #16946
Comments
I noticed the controller-manager pos is keeping restarting, and here is the log of the controller-manager pod: Thank you! |
I ran into this same problem today. I believe this is caused by service catalog (servicecatalog.k8s.io) API recently changing from "v1alpha1" to "v1beta1". |
Hi
Thanks for your reply, so how can I change it? How many settings should I modify?
Any advice will be appreciated
Thanks.
- Carol
…________________________________
From: Michael Kibbe <[email protected]>
Sent: Wednesday, October 25, 2017 5:29:05 AM
To: openshift/origin
Cc: Carol Li; Mention
Subject: Re: [openshift/origin] Unable to access openshift master via URL (#16946)
@Carolhug<https://github.com/carolhug> Are any of your YAML files referencing servicecatalog.k8s.io/v1alpha1? We've moved the Service Catalog API to v1beta1 in the last few weeks, so the controller-manager should not be looking for the v1alpha1 API resource.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#16946 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AQ_30C5lKL4XWWYAzFX_nSrd-cOA82fTks5svlahgaJpZM4P--YQ>.
|
Hey, I am having the same problem. Any updates? |
@Carolhug @lalib You should search your Service Catalog installation YAML files for |
Hi Michael,
So how can I update the service catalog version? I removed the origin-service-catalog pods from my master when I debugging....
Then I downloaded docker.io/openshift/origin-service-catalog:latest version and pushed it to my local repo, use oc new-app to install it, now the status is
dc/origin-service-catalog deploys ooc-registry.anim.com.cn:5000/openshift/origin-service-catalog:latest
deployment #1 waiting on update
It is already the latest version, but it's waiting for the update, I'm not quite understood why it is "waiting" status, usually, after I use "oc new-app" command, it should automatically deploy the new app.
- Carol
…________________________________
From: Michael Kibbe <[email protected]>
Sent: Friday, October 27, 2017 8:12:52 AM
To: openshift/origin
Cc: Carol Li; Mention
Subject: Re: [openshift/origin] Unable to access openshift master via URL (#16946)
@Carolhug<https://github.com/carolhug> @lalib<https://github.com/lalib> You should search your Service Catalog installation YAML files for servicecatalog.k8s.io/v1alpha1. If that is present, your YAMLs are stale compared to your images and you should update to the latest versions in the Service Catalog repo.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#16946 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AQ_30BJLxzsBYWtZ5UmB1C_-J9hicoX1ks5swSAEgaJpZM4P--YQ>.
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
[unable to access openshift master after I reboot the clusters in a one day, one time only one machine will be restated in the cluster(include all the masters and nodes]
Version
[oc v3.6.0+c4dd4cf
kubernetes v1.6.1+5115d708d7
features: Basic-Auth GSSAPI Kerberos SPNEGO
Server https://ooc-lb.com.cn:8443
kubernetes v1.6.1+5115d708d7
]
####My environment
3 masters
1 load balance
3 nodes
###in kube-service-catalog project there is only one pod is running, there should also have manger-contorller pod running under this project
Steps To Reproduce
Current Result
When I access my master in URL I got below error I'll provide the log in the attach file.
master.log
Error
Unable to load details about the server. If the problem continues, please contact your system administrator.
Check Server Connection
Return to the console.
``
Expected Result
If any suggestion to how to fix it that would be appreciated
Additional Information
[
$ oc adm diagnostics
]
I debbug for couple of days, but I really don't know how to fix it, and I can't beleive this is broken because I reboot the cluster...
The text was updated successfully, but these errors were encountered: