Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sks_nodepool: use egoscale v3 + add support for dual pane #409

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
1 change: 1 addition & 0 deletions docs/data-sources/sks_nodepool.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ description: |-
- `instance_pool_id` (String) The underlying [exoscale_instance_pool](./instance_pool.md) ID.
- `instance_prefix` (String) The string used to prefix the managed instances name (default `pool`).
- `instance_type` (String) The managed compute instances type (`<family>.<size>`, e.g. `standard.medium`; use the [Exoscale CLI](https://github.com/exoscale/cli/) - `exo compute instance-type list` - for the list of available types).
- `ipv6` (Boolean) Enable IPV6 for the nodepool nodes
- `kubelet_image_gc` (Block Set) Configuration for this nodepool's kubelet image garbage collector (see [below for nested schema](#nestedblock--kubelet_image_gc))
- `labels` (Map of String) A map of key/value labels.
- `name` (String)
Expand Down
2 changes: 2 additions & 0 deletions docs/data-sources/sks_nodepool_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ description: |-
- `instance_pool_id` (String) Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
- `instance_prefix` (String) Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
- `instance_type` (String) Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
- `ipv6` (Boolean) Match against this bool
- `labels` (Map of String) Match against key/values. Keys are matched exactly, while values may be matched as a regex if you supply a string that begins and ends with "/"
- `name` (String) Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
- `size` (Number) Match against this int
Expand Down Expand Up @@ -58,6 +59,7 @@ Read-Only:
- `instance_pool_id` (String)
- `instance_prefix` (String)
- `instance_type` (String)
- `ipv6` (Boolean)
- `kubelet_image_gc` (Set of Object) (see [below for nested schema](#nestedobjatt--nodepools--kubelet_image_gc))
- `labels` (Map of String)
- `name` (String)
Expand Down
1 change: 1 addition & 0 deletions docs/resources/sks_nodepool.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ directory for complete configuration examples.
- `description` (String) A free-form text describing the pool.
- `disk_size` (Number) The managed instances disk size (GiB; default: `50`).
- `instance_prefix` (String) The string used to prefix the managed instances name (default `pool`).
- `ipv6` (Boolean) Enable IPV6 for the nodepool nodes
- `kubelet_image_gc` (Block Set) Configuration for this nodepool's kubelet image garbage collector (see [below for nested schema](#nestedblock--kubelet_image_gc))
- `labels` (Map of String) A map of key/value labels.
- `private_network_ids` (Set of String) A list of [exoscale_private_network](./private_network.md) (IDs) to be attached to the managed instances.
Expand Down
Loading
Loading