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

decouple generated kubeconfig server url from ha registration ip #23

Open
poblin-orange opened this issue Jun 19, 2023 · 0 comments
Open
Labels
bug Something isn't working enhancement New feature or request

Comments

@poblin-orange
Copy link
Member

poblin-orange commented Jun 19, 2023

As of v124.7, when using multi master ha mode.
The bosh release has a single setting property to set registration ip.

In particular uses cases, we want to have a separate setting for fixed registration ip (use when a node is added, live translated as a set of ip by k3s), and a property for api access (typically a dns name, hosted by an external loadbalancer un related to fixed registraion ip)

Moreover, the fixed registration ip is unclear with ha embeded etcd.

  • bootstrap k3s server start with --cluster-init
  • other k3s server reference https://:6443
  • k3s agent use https://<master_vip>:6443

Need to untangle wrt the different role, and have a clear mapping

@poblin-orange poblin-orange added the enhancement New feature or request label Jun 19, 2023
@poblin-orange poblin-orange changed the title decouple geneated kubeconfig server url from ha registration ip decouple generated kubeconfig server url from ha registration ip Jun 19, 2023
@poblin-orange poblin-orange added the bug Something isn't working label Jun 19, 2023
@gberche-orange gberche-orange transferred this issue from orange-cloudfoundry/k3s-boshrelease Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant