mirror of
https://github.com/lingble/talos.git
synced 2025-12-01 13:23:52 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user