Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/resources/k8s_pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The following arguments are supported:
- `max_size` - (Defaults to `size`) The maximum size of the pool, used by the autoscaling feature.

- `tags` - (Optional) The tags associated with the pool.
> Note: As mentionned in (this document)[https://github.com/scaleway/scaleway-cloud-controller-manager/blob/master/docs/tags.md#taints], taints of a pool's nodes are applied using tags. (Example: "taint=taintName=taineValue:Effect")
> Note: As mentionned in [this document](https://github.com/scaleway/scaleway-cloud-controller-manager/blob/master/docs/tags.md#taints), taints of a pool's nodes are applied using tags. (Example: "taint=taintName=taineValue:Effect")

- `placement_group_id` - (Optional) The [placement group](https://developers.scaleway.com/en/products/instance/api/#placement-groups-d8f653) the nodes of the pool will be attached to.
~> **Important:** Updates to this field will recreate a new resource.
Expand Down