Skip to content

Commit 0ad1887

Browse files
authored
fix layout (#99)
1 parent b856bd8 commit 0ad1887

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • docs/_managedk8s/clusterlifecycle/machinedeployments

docs/_managedk8s/clusterlifecycle/machinedeployments/index.en.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ If you need any other changes in the configuration, please mention them when req
5050
Please be aware that we only accept this format for role and restriction: `node-role.kubernetes.io/NAME: ""`
5151

5252
* Taints can be applied to nodes in a worker pool (`workers[].taints`). Each taint requires a `key` and an `effect`, and optionally a `value`. Supported effects are `NoSchedule`, `PreferNoSchedule`, and `NoExecute`. This is useful for dedicating worker pools to specific workloads, for example GPU nodes. Example:
53+
5354
```yaml
5455
workers:
5556
- name: <worker-pool-name>

0 commit comments

Comments
 (0)