Skip to content

Commit 6487bfb

Browse files
authored
feat(k8s): change default runtime to containerd (#810)
BREAKING CHANGE: default runtime for k8s pool is now containerd instead of docker Signed-off-by: Patrik Cyvoct <[email protected]>
1 parent 1650b19 commit 6487bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaleway/resource_k8s_pool.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func resourceScalewayK8SPool() *schema.Resource {
8383
"container_runtime": {
8484
Type: schema.TypeString,
8585
Optional: true,
86-
Default: k8s.RuntimeDocker.String(),
86+
Default: k8s.RuntimeContainerd.String(),
8787
ForceNew: true,
8888
Description: "Container runtime for the pool",
8989
ValidateFunc: validation.StringInSlice([]string{

0 commit comments

Comments
 (0)