Skip to content

Commit

Permalink
Allow to drop useExperimentalRetryJoin field from KubeadmControlPlane…
Browse files Browse the repository at this point in the history
….kubeadmConfigSpec
  • Loading branch information
MaxFedotov committed Aug 11, 2023
1 parent ce33c29 commit 60b1cb7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ func (in *KubeadmControlPlane) ValidateUpdate(old runtime.Object) (admission.War
// For example, {"spec", "*"} will allow any path under "spec" to change.
allowedPaths := [][]string{
{"metadata", "*"},
{spec, kubeadmConfigSpec, "useExperimentalRetryJoin"},
{spec, kubeadmConfigSpec, clusterConfiguration, "etcd", "local", "imageRepository"},
{spec, kubeadmConfigSpec, clusterConfiguration, "etcd", "local", "imageTag"},
{spec, kubeadmConfigSpec, clusterConfiguration, "etcd", "local", "extraArgs"},
Expand Down

0 comments on commit 60b1cb7

Please sign in to comment.