feat: bump k8s to v1.25.0-beta.0

Bump k8s to v1.25.0-beta.0

Update most kubernetes `master` references to `controlplane`

Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
Noel Georgi
2022-07-09 02:20:19 +05:30
parent 7b80a747bc
commit b62b18a972
55 changed files with 680 additions and 599 deletions

View File

@@ -99,7 +99,7 @@ func Generate(ctx context.Context, in *machine.GenerateConfigurationRequest) (re
}
}
options = append(options, generate.WithAllowSchedulingOnMasters(in.ClusterConfig.AllowSchedulingOnMasters))
options = append(options, generate.WithAllowSchedulingOnControlPlanes(in.ClusterConfig.AllowSchedulingOnControlPlanes))
var (
input *generate.Input