Skip to content

v1.2.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 08:27
· 1640 commits to master since this release
009c0d6

Support deploy high availability clusters by the internal load balancer.

Use the command:

./kk create config -f sample.yaml

Customize the config file and uncomment this line:

controlPlaneEndpoint:
    ##Internal loadbalancer for apiservers
    internalLoadbalancer: haproxy

    domain: lb.kubesphere.local
    address: ""
    port: 6443