Commit 5f42a09 1 parent e5da8c3 commit 5f42a09 Copy full SHA for 5f42a09
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ resource "scaleway_k8s_pool" "bill" {
28
28
max_size = 10
29
29
autoscaling = true
30
30
autohealing = true
31
- container_runtime = "docker "
31
+ container_runtime = "containerd "
32
32
placement_group_id = "1267e3fd-a51c-49ed-ad12-857092ee3a3d"
33
33
}
34
34
```
@@ -63,7 +63,7 @@ The following arguments are supported:
63
63
64
64
- ` autohealing ` - (Defaults to ` false ` ) Enables the autohealing feature for this pool.
65
65
66
- - ` container_runtime ` - (Defaults to ` docker ` ) The container runtime of the pool.
66
+ - ` container_runtime ` - (Defaults to ` containerd ` ) The container runtime of the pool.
67
67
~ > ** Important:** Updates to this field will recreate a new resource.
68
68
69
69
- ` kubelet_args ` - (Optional) The Kubelet arguments to be used by this pool
You can’t perform that action at this time.
0 commit comments