Skip to content

Commit

Permalink
This PR is fixing issue 4437. Webhook defaulting in v0.3.15 causing a…
Browse files Browse the repository at this point in the history
…n error during KCP upgrade after upgrading cluster from v0.3.x to v0.3.15. This PR is changing every field under

spec.rolloutStrategy mutable.
  • Loading branch information
jan-est committed Apr 7, 2021
1 parent e74836f commit b4e4461
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func (in *KubeadmControlPlane) ValidateUpdate(old runtime.Object) error {
{spec, "version"},
{spec, "upgradeAfter"},
{spec, "nodeDrainTimeout"},
{spec, "rolloutStrategy"},
{spec, "rolloutStrategy", "*"},
}

allErrs := in.validateCommon()
Expand Down

0 comments on commit b4e4461

Please sign in to comment.