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.
1 parent 351b9a6 commit 890c472Copy full SHA for 890c472
cmd/tke-installer/app/installer/installer.go
@@ -1188,9 +1188,7 @@ func (t *TKE) createGlobalCluster(ctx context.Context) error {
1188
}
1189
t.completeWithProvider()
1190
1191
- if len(t.Cluster.Spec.Features.ContainerRuntime) == 0 {
1192
- t.Cluster.Spec.Features.ContainerRuntime = platformv1.Containerd
1193
- }
+ t.Cluster.Spec.Features.ContainerRuntime = platformv1.Containerd
1194
1195
if t.Cluster.Spec.ClusterCredentialRef == nil {
1196
credential := &platformv1.ClusterCredential{
0 commit comments