Skip to content

Commit 5f42a09

Browse files
jtherinJerome Malinge
authored and
Jerome Malinge
committed
doc: fix default runtime on k8s_pool (#873)
1 parent e5da8c3 commit 5f42a09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/resources/k8s_pool.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ resource "scaleway_k8s_pool" "bill" {
2828
max_size = 10
2929
autoscaling = true
3030
autohealing = true
31-
container_runtime = "docker"
31+
container_runtime = "containerd"
3232
placement_group_id = "1267e3fd-a51c-49ed-ad12-857092ee3a3d"
3333
}
3434
```
@@ -63,7 +63,7 @@ The following arguments are supported:
6363

6464
- `autohealing` - (Defaults to `false`) Enables the autohealing feature for this pool.
6565

66-
- `container_runtime` - (Defaults to `docker`) The container runtime of the pool.
66+
- `container_runtime` - (Defaults to `containerd`) The container runtime of the pool.
6767
~> **Important:** Updates to this field will recreate a new resource.
6868

6969
- `kubelet_args` - (Optional) The Kubelet arguments to be used by this pool

0 commit comments

Comments
 (0)