This repository was archived by the owner on Jul 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ CABPK will fill in some values if they are left empty with sensible defaults:
136
136
137
137
| `KubeadmConfig` field | Default |
138
138
| ----------------------------------------------- | ------------------------------------------------------------ |
139
+ | `clusterConfiguration.KubernetesVersion` | `Machine.Spec.Version` [1] |
139
140
| `clusterConfiguration.clusterName` | `Cluster.metadata.name` |
140
141
| `clusterConfiguration.controlPlaneEndpoint` | `Cluster.status.apiEndpoints[0]` |
141
142
| `clusterConfiguration.networking.dnsDomain` | `Cluster.spec.clusterNetwork.serviceDomain` |
@@ -145,6 +146,9 @@ CABPK will fill in some values if they are left empty with sensible defaults:
145
146
146
147
> IMPORTANT! overriding above defaults could lead to broken Clusters.
147
148
149
+ [1] if both `clusterConfiguration.KubernetesVersion` and `Machine.Spec.Version` are empty, the latest Kubernetes
150
+ version will be installed (as defined by the default kubeadm behavior).
151
+
148
152
# ### Examples
149
153
Valid combinations of configuration objects are :
150
154
- at least one of `InitConfiguration` and `ClusterConfiguration` for the first control plane node only
You can’t perform that action at this time.
0 commit comments