Skip to content

Commit e3cfa8a

Browse files
authored
Update config-example.md (#2458)
1 parent ee1cf9b commit e3cfa8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/config-example.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ spec:
2323
worker:
2424
- node1
2525
- 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
2629
controlPlaneEndpoint:
2730
# Internal loadbalancer for apiservers. Support: haproxy, kube-vip [Default: ""]
2831
internalLoadbalancer: haproxy

0 commit comments

Comments
 (0)