kubesphere / ks-installer

Install KubeSphere on existing Kubernetes cluster
https://kubesphere.io
Apache License 2.0
532 stars 745 forks source link

Load balancer configuration #1129

Open emctl opened 4 years ago

emctl commented 4 years ago

Still testing out this product but it looks like the console service defaults to NodePort - Can this be configurable rather than needing a manual change?

https://github.com/kubesphere/ks-installer/blob/master/roles/ks-core/ks-core/templates/ks-console-svc.yml.j2#L16-L18

wansir commented 4 years ago

You need to modify it manually after installation, usually only takes a few minutes.

emctl commented 4 years ago

I understand you can, my question is why? Isn't a configurable value much more efficient for a pipeline rather than manual steps?