Skip to content

Commit

Permalink
refactor: correct the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
n1Z3R committed Nov 27, 2024
1 parent fe8f2cc commit 86bc1e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/mks_nodegroup_v1.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "selectel_mks_nodegroup_v1" "nodegroup_1" {
volume_type = "fast.ru-7a"
install_nvidia_device_plugin = false
preemptible = false
preemptible = false
labels = {
"label-key0": "label-value0",
Expand Down Expand Up @@ -67,7 +67,7 @@ Boolean flag:
* `true` — for flavors with GPU enables installation of the NVIDIA Device Plugin and GPU drivers.
* `false` — for flavors without GPU and flavors with GPU disables installation of the NVIDIA Device Plugin and GPU drivers. Learn more about [manual installation of GPU drivers](https://docs.selectel.ru/en/cloud/managed-kubernetes/node-groups/install-gpu-drivers/).

* `preemptible` - (Optional) Enables or disables the use of preemptible nodes for the node group. Boolean flag, the default value is false. Learn more about [Preemptible node groups](https://docs.selectel.ru/en/cloud/managed-kubernetes/node-groups/preemptible-node-groups/).
* `preemptible` - (Optional) Enables or disables the use of preemptible nodes for the node group. Boolean flag, the default value is false. Learn more about [Preemptible node groups](https://docs.selectel.ru/en/cloud/managed-kubernetes/node-groups/preemptible-node-groups/).

* `cpus` - (Optional) Number of vCPUs for each node. Can be skipped only when `flavor_id` is set. Changing this creates a new node group. Learn more about [Configurations](https://docs.selectel.ru/en/cloud/managed-kubernetes/node-groups/configurations/).

Expand Down

0 comments on commit 86bc1e2

Please sign in to comment.