-
Notifications
You must be signed in to change notification settings - Fork 328
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 Register New Nodes in HostedCluster When Adding API Server Certificate #3985
Comments
I resolved this by setting The certificate-authority-data in bootstrap-kubeconfig is then trusted. |
Reopening this issue Ideally we would like to use the external apiserver fqdn in Is there any way to modify the bootstrap-kubeconfig? I also found this issue that seems to be the same issue I am experiencing |
We have the same issue.. |
Same issue here, does anyone solved it? |
@jparrill Same with a brand new cluster or an update to an existing one. |
@jparrill This happens with newly created clusters. And existing clusters when adding APIServerCertificate at a later stage. |
Thanks for the info folks, that really helped. I will try to take a look to the issue. |
/assign @jparrill |
Hello, There is an open Jira with Redhat now I know which is planned to be fixed in 4.18 I think. "In hosted control plane clusters, you cannot replace self-signed certificates from the API." |
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 |
Hello! When adding API server certificate to the HostedCluster
The bootstrap-kubeconfig is no longer trusted
This seems to be a issue when adding new nodes (using kubevirt) to the cluster. They dont register/show up on the HostedCluster.
When not adding certificate to the apiServer the nodes register fine.
The text was updated successfully, but these errors were encountered: