mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-26 16:09:45 -05:00
Update scalingroup resource
This commit is contained in:
parent
ba6e41ed5c
commit
a29289c188
@ -47,11 +47,13 @@ spec:
|
|||||||
a scaling group.
|
a scaling group.
|
||||||
type: string
|
type: string
|
||||||
max:
|
max:
|
||||||
description: Max is the maximum number of nodes in the scaling group.
|
description: Max is the maximum number of autoscaled nodes in the
|
||||||
|
scaling group (used by cluster-autoscaler).
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
type: integer
|
||||||
min:
|
min:
|
||||||
description: Min is the minimum number of nodes in the scaling group.
|
description: Min is the minimum number of nodes in the scaling group
|
||||||
|
(used by cluster-autoscaler).
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
type: integer
|
||||||
nodeImage:
|
nodeImage:
|
||||||
|
Loading…
Reference in New Issue
Block a user