-
Notifications
You must be signed in to change notification settings - Fork 42
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
Custom cluster domain #436
Comments
Hi @xeon22 Thanks for opening this issue. I don't think we support customized cluster domain name and there is not a setting which can make the domain configurable currently. The error looks like it failed to reach out to brupop api. Can you provide more information so we can try to reproduce this issue? what cluster domain name you were using and what Thanks :) |
And the custom cluster domain is: ue2.green.aws If the url is contructed without the FQDN eg. https://brupop-apiserver.brupop-bottlerocket-aws.svc this woudn't be an an issue. Or provide the facility to define the hostname. Nothing to reproduce. The condition occurs with a vanilla install of the operator in the pre-set namespace in a cluster with a custom domain defined. I went through the code and realized the uri is hardcoded to that default value above. |
I'm not confident that this is all that's needed, but in order to support this we'd at the very least need to:
|
The chart can address both items by way of setting an env var for the code to respect the fqdn or otherwise and the cert templates with the correct list of dnsNames to match. |
We have a cluster with a customized cluster domain name. The agent insists on connecting to https://brupop-apiserver.brupop-bottlerocket-aws.svc.cluster.local/bottlerocket-node-resource which does not resolve in that cluster. Here is the error:
Is there a setting I am missing that can make the domain configurable? Or is this something that will need to change to accommodate?
The text was updated successfully, but these errors were encountered: