|
76 | 76 | * [host](#etcdnodeshost)
|
77 | 77 | * [ip](#etcdnodesip)
|
78 | 78 | * [internalip](#etcdnodesinternalip)
|
| 79 | + * [labels](#etcdnodeslabels) |
79 | 80 | * [master](#master)
|
80 | 81 | * [expected_count](#masterexpected_count)
|
81 | 82 | * [load_balanced_fqdn](#masterload_balanced_fqdn)
|
|
84 | 85 | * [host](#masternodeshost)
|
85 | 86 | * [ip](#masternodesip)
|
86 | 87 | * [internalip](#masternodesinternalip)
|
| 88 | + * [labels](#masternodeslabels) |
87 | 89 | * [worker](#worker)
|
88 | 90 | * [expected_count](#workerexpected_count)
|
89 | 91 | * [nodes](#workernodes)
|
90 | 92 | * [host](#workernodeshost)
|
91 | 93 | * [ip](#workernodesip)
|
92 | 94 | * [internalip](#workernodesinternalip)
|
| 95 | + * [labels](#workernodeslabels) |
93 | 96 | * [ingress](#ingress)
|
94 | 97 | * [expected_count](#ingressexpected_count)
|
95 | 98 | * [nodes](#ingressnodes)
|
96 | 99 | * [host](#ingressnodeshost)
|
97 | 100 | * [ip](#ingressnodesip)
|
98 | 101 | * [internalip](#ingressnodesinternalip)
|
| 102 | + * [labels](#ingressnodeslabels) |
99 | 103 | * [storage](#storage)
|
100 | 104 | * [expected_count](#storageexpected_count)
|
101 | 105 | * [nodes](#storagenodes)
|
102 | 106 | * [host](#storagenodeshost)
|
103 | 107 | * [ip](#storagenodesip)
|
104 | 108 | * [internalip](#storagenodesinternalip)
|
| 109 | + * [labels](#storagenodeslabels) |
105 | 110 | * [nfs](#nfs)
|
106 | 111 | * [nfs_volume](#nfsnfs_volume)
|
107 | 112 | * [nfs_host](#nfsnfs_volumenfs_host)
|
|
717 | 722 | | **Required** | No |
|
718 | 723 | | **Default** | ` ` |
|
719 | 724 |
|
| 725 | +### etcd.nodes.labels |
| 726 | + |
| 727 | + Labels to add when installing the node in the cluster. If a node is defined under multiple roles, the labels for that node will be merged. If a label is repeated for the same node, only one will be used in this order: etcd,master,worker,ingress,storage roles where 'storage' has the highest precedence. It is recommended to use reverse-DNS notation to avoid collision with other labels. |
| 728 | + |
| 729 | +| | | |
| 730 | +|----------|-----------------| |
| 731 | +| **Kind** | map[string]string | |
| 732 | +| **Required** | No | |
| 733 | +| **Default** | ` ` | |
| 734 | + |
720 | 735 | ## master
|
721 | 736 |
|
722 | 737 | Master nodes of the cluster
|
|
785 | 800 | | **Required** | No |
|
786 | 801 | | **Default** | ` ` |
|
787 | 802 |
|
| 803 | +### master.nodes.labels |
| 804 | + |
| 805 | + Labels to add when installing the node in the cluster. If a node is defined under multiple roles, the labels for that node will be merged. If a label is repeated for the same node, only one will be used in this order: etcd,master,worker,ingress,storage roles where 'storage' has the highest precedence. It is recommended to use reverse-DNS notation to avoid collision with other labels. |
| 806 | + |
| 807 | +| | | |
| 808 | +|----------|-----------------| |
| 809 | +| **Kind** | map[string]string | |
| 810 | +| **Required** | No | |
| 811 | +| **Default** | ` ` | |
| 812 | + |
788 | 813 | ## worker
|
789 | 814 |
|
790 | 815 | Worker nodes of the cluster
|
|
833 | 858 | | **Required** | No |
|
834 | 859 | | **Default** | ` ` |
|
835 | 860 |
|
| 861 | +### worker.nodes.labels |
| 862 | + |
| 863 | + Labels to add when installing the node in the cluster. If a node is defined under multiple roles, the labels for that node will be merged. If a label is repeated for the same node, only one will be used in this order: etcd,master,worker,ingress,storage roles where 'storage' has the highest precedence. It is recommended to use reverse-DNS notation to avoid collision with other labels. |
| 864 | + |
| 865 | +| | | |
| 866 | +|----------|-----------------| |
| 867 | +| **Kind** | map[string]string | |
| 868 | +| **Required** | No | |
| 869 | +| **Default** | ` ` | |
| 870 | + |
836 | 871 | ## ingress
|
837 | 872 |
|
838 | 873 | Ingress nodes of the cluster
|
|
881 | 916 | | **Required** | No |
|
882 | 917 | | **Default** | ` ` |
|
883 | 918 |
|
| 919 | +### ingress.nodes.labels |
| 920 | + |
| 921 | + Labels to add when installing the node in the cluster. If a node is defined under multiple roles, the labels for that node will be merged. If a label is repeated for the same node, only one will be used in this order: etcd,master,worker,ingress,storage roles where 'storage' has the highest precedence. It is recommended to use reverse-DNS notation to avoid collision with other labels. |
| 922 | + |
| 923 | +| | | |
| 924 | +|----------|-----------------| |
| 925 | +| **Kind** | map[string]string | |
| 926 | +| **Required** | No | |
| 927 | +| **Default** | ` ` | |
| 928 | + |
884 | 929 | ## storage
|
885 | 930 |
|
886 | 931 | Storage nodes of the cluster.
|
|
929 | 974 | | **Required** | No |
|
930 | 975 | | **Default** | ` ` |
|
931 | 976 |
|
| 977 | +### storage.nodes.labels |
| 978 | + |
| 979 | + Labels to add when installing the node in the cluster. If a node is defined under multiple roles, the labels for that node will be merged. If a label is repeated for the same node, only one will be used in this order: etcd,master,worker,ingress,storage roles where 'storage' has the highest precedence. It is recommended to use reverse-DNS notation to avoid collision with other labels. |
| 980 | + |
| 981 | +| | | |
| 982 | +|----------|-----------------| |
| 983 | +| **Kind** | map[string]string | |
| 984 | +| **Required** | No | |
| 985 | +| **Default** | ` ` | |
| 986 | + |
932 | 987 | ## nfs
|
933 | 988 |
|
934 | 989 | NFS volumes of the cluster.
|
|
0 commit comments