Feature: allow system components on nodepools (#591)
* feat: allow system components on nodepools * docs: generated docs for ske * lint: sort imports * revert changes
This commit is contained in:
parent
2bf6a8dce7
commit
3ac1d50253
6 changed files with 155 additions and 59 deletions
|
|
@ -114,6 +114,7 @@ Read-Only:
|
|||
|
||||
Read-Only:
|
||||
|
||||
- `allow_system_components` (Boolean) Allow system components to run on this node pool.
|
||||
- `availability_zones` (List of String) Specify a list of availability zones.
|
||||
- `cri` (String) Specifies the container runtime.
|
||||
- `labels` (Map of String) Labels to add to each node.
|
||||
|
|
|
|||
|
|
@ -79,6 +79,7 @@ Required:
|
|||
|
||||
Optional:
|
||||
|
||||
- `allow_system_components` (Boolean) Allow system components to run on this node pool.
|
||||
- `cri` (String) Specifies the container runtime. Defaults to `containerd`
|
||||
- `labels` (Map of String) Labels to add to each node.
|
||||
- `max_surge` (Number) Maximum number of additional VMs that are created during an update. If set (larger than 0), then it must be at least the amount of zones configured for the nodepool. The `max_surge` and `max_unavailable` fields cannot both be unset at the same time.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue