We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1cf9b commit e3cfa8aCopy full SHA for e3cfa8a
docs/config-example.md
@@ -23,6 +23,9 @@ spec:
23
worker:
24
- node1
25
- node[10:100] # All the nodes in your cluster that serve as the worker nodes.
26
+ ## Specify the node role as registry. Only one node can be set as registry. For more information check docs/registry.md
27
+ registry:
28
+ - node1
29
controlPlaneEndpoint:
30
# Internal loadbalancer for apiservers. Support: haproxy, kube-vip [Default: ""]
31
internalLoadbalancer: haproxy
0 commit comments