kubesphere / kubekey

Install Kubernetes/K3s only, both Kubernetes/K3s and KubeSphere, and related cloud-native add-ons, it supports all-in-one, multi-node, and HA 🔥 ⎈ 🐳
https://kubesphere.io
Apache License 2.0
2.33k stars 547 forks source link

can kk add new domain to kubeadm-config #1591

Open zj452008181 opened 1 year ago

zj452008181 commented 1 year ago

Your current KubeKey version

2.2.0

Describe this feature

i want to use a new domain to proxy my apiserver in a existing cluster,can i use kk to update this?

Describe the solution you'd like

maybe we can use multi domain in kk config like this ` controlPlaneEndpoint:

Internal loadbalancer for apiservers

internalLoadbalancer: haproxy
domain: lb.kubesphere.local, api.jus.int
address: ""      # The IP address of your load balancer.
port: 6443

`

Additional information

No response

24sama commented 1 year ago

kk can't support that. You need to do it manually.