Skip to content

Commit

Permalink
doc(k8s): fix reversed link syntax error (scaleway#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeansebastienh authored Jul 9, 2021
1 parent 85490a9 commit 268c3cc
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 268c3cc

Please sign in to comment.