Skip to content

Commit

Permalink
Fixes for broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Vernholio committed Jul 25, 2024
1 parent 9af01d0 commit 2cd05b0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ Make sure you review [Placement groups and compliance](#placement-groups-and-com

- **Label**. Give your placement group an easily recognizable name.
- **Region**. Select the [core compute region](#availability) that includes the compute instances you want to add.
- **Placement Group Type**. Select the [affinity](#affinity-enforcement-and-compliance) that meets your model.
- **Placement Group Policy**. Pick how you want to [enforce](#affinity-enforcement-and-compliance) compliance for your placement group, when adding compute instances to it in the future.
- **Placement Group Type**. Select the [affinity](#placement-group-type) that meets your model.
- **Placement Group Policy**. Pick how you want to [enforce](#placement-group-policy) compliance for your placement group, when adding compute instances to it in the future.

{{< note >}}
- Currently, only **Anti-affinity** is available for Placement Group Type.
Expand Down Expand Up @@ -165,8 +165,8 @@ Run this request to create a new placement group. Store the `id` value that's ge

- `label`. Give your placement group an easily recognizable name.
- `region`. Set this to the `label` you stored for your region.
- `placement_group_type`. Set this to the [affinity](#affinity-enforcement-and-compliance) that meets your model.
- `placement_group_policy`. Define how to [enforce](#affinity-enforcement-and-compliance) compliance for your placement group, when adding compute instances to it in the future. Set to `strict` for strict enforcement or `flexible` for flexible enforcement.
- `placement_group_type`. Set this to the [affinity](#placement-group-type) that meets your model.
- `placement_group_policy`. Define how to [enforce](#placement-group-policy) compliance for your placement group, when adding compute instances to it in the future. Set to `strict` for strict enforcement or `flexible` for flexible enforcement.

{{< note >}}
- Currently, only anti-affinity (`anti-affinity:local`) is available for `placement_group_type`.
Expand Down

0 comments on commit 2cd05b0

Please sign in to comment.