Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/config-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ spec:
worker:
- node1
- node[10:100] # All the nodes in your cluster that serve as the worker nodes.
## Specify the node role as registry. Only one node can be set as registry. For more information check docs/registry.md
registry:
- node1
controlPlaneEndpoint:
# Internal loadbalancer for apiservers. Support: haproxy, kube-vip [Default: ""]
internalLoadbalancer: haproxy
Expand Down
Loading