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.
2 parents 0457d29 + fc4c4a2 commit 67aed8fCopy full SHA for 67aed8f
controlplane/kubeadm/api/v1beta1/kubeadm_control_plane_webhook.go
@@ -156,10 +156,12 @@ func (in *KubeadmControlPlane) ValidateUpdate(old runtime.Object) error {
156
{spec, kubeadmConfigSpec, initConfiguration, nodeRegistration},
157
{spec, kubeadmConfigSpec, initConfiguration, nodeRegistration, "*"},
158
{spec, kubeadmConfigSpec, initConfiguration, patches, directory},
159
+ {spec, kubeadmConfigSpec, initConfiguration, patches},
160
{spec, kubeadmConfigSpec, initConfiguration, skipPhases},
161
{spec, kubeadmConfigSpec, joinConfiguration, nodeRegistration},
162
{spec, kubeadmConfigSpec, joinConfiguration, nodeRegistration, "*"},
163
{spec, kubeadmConfigSpec, joinConfiguration, patches, directory},
164
+ {spec, kubeadmConfigSpec, joinConfiguration, patches},
165
{spec, kubeadmConfigSpec, joinConfiguration, skipPhases},
166
{spec, kubeadmConfigSpec, preKubeadmCommands},
167
{spec, kubeadmConfigSpec, postKubeadmCommands},
0 commit comments