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 3d3dcc6 + 3107028 commit e55c6bfCopy full SHA for e55c6bf
controlplane/kubeadm/internal/webhooks/kubeadm_control_plane.go
@@ -177,10 +177,12 @@ func (webhook *KubeadmControlPlane) ValidateUpdate(_ context.Context, oldObj, ne
177
{spec, kubeadmConfigSpec, initConfiguration, nodeRegistration},
178
{spec, kubeadmConfigSpec, initConfiguration, nodeRegistration, "*"},
179
{spec, kubeadmConfigSpec, initConfiguration, patches, directory},
180
+ {spec, kubeadmConfigSpec, initConfiguration, patches},
181
{spec, kubeadmConfigSpec, initConfiguration, skipPhases},
182
{spec, kubeadmConfigSpec, joinConfiguration, nodeRegistration},
183
{spec, kubeadmConfigSpec, joinConfiguration, nodeRegistration, "*"},
184
{spec, kubeadmConfigSpec, joinConfiguration, patches, directory},
185
+ {spec, kubeadmConfigSpec, joinConfiguration, patches},
186
{spec, kubeadmConfigSpec, joinConfiguration, skipPhases},
187
{spec, kubeadmConfigSpec, preKubeadmCommands},
188
{spec, kubeadmConfigSpec, postKubeadmCommands},
0 commit comments