mirror of https://github.com/kubernetes/kops.git
update CapacityRebalance comments
This commit is contained in:
parent
85898cba0b
commit
4929ef3e65
|
@ -92,8 +92,9 @@ spec:
|
|||
this instance group if cluster autoscaler is enabled
|
||||
type: boolean
|
||||
capacityRebalance:
|
||||
description: CapacityRebalance configures capacity rebalancing for
|
||||
an AWS ASG (AWS Only)
|
||||
description: CapacityRebalance makes ASGs proactively replace spot
|
||||
instances when the ASG receives a rebalance recommendation (AWS
|
||||
Only).
|
||||
type: boolean
|
||||
cloudLabels:
|
||||
additionalProperties:
|
||||
|
|
|
@ -155,7 +155,7 @@ type InstanceGroupSpec struct {
|
|||
Taints []string `json:"taints,omitempty"`
|
||||
// MixedInstancesPolicy defined a optional backing of an AWS ASG by a EC2 Fleet (AWS Only)
|
||||
MixedInstancesPolicy *MixedInstancesPolicySpec `json:"mixedInstancesPolicy,omitempty"`
|
||||
// CapacityRebalance configures capacity rebalancing for an AWS ASG (AWS Only)
|
||||
// CapacityRebalance makes ASGs proactively replace spot instances when the ASG receives a rebalance recommendation (AWS Only).
|
||||
CapacityRebalance *bool `json:"capacityRebalance,omitempty"`
|
||||
// AdditionalUserData is any additional user-data to be passed to the host
|
||||
AdditionalUserData []UserData `json:"additionalUserData,omitempty"`
|
||||
|
|
|
@ -121,7 +121,7 @@ type InstanceGroupSpec struct {
|
|||
Taints []string `json:"taints,omitempty"`
|
||||
// MixedInstancesPolicy defined a optional backing of an AWS ASG by a EC2 Fleet (AWS Only)
|
||||
MixedInstancesPolicy *MixedInstancesPolicySpec `json:"mixedInstancesPolicy,omitempty"`
|
||||
// CapacityRebalance configures capacity rebalancing for an AWS ASG (AWS Only)
|
||||
// CapacityRebalance makes ASGs proactively replace spot instances when the ASG receives a rebalance recommendation (AWS Only).
|
||||
CapacityRebalance *bool `json:"capacityRebalance,omitempty"`
|
||||
// AdditionalUserData is any additional user-data to be passed to the host
|
||||
AdditionalUserData []UserData `json:"additionalUserData,omitempty"`
|
||||
|
|
|
@ -118,7 +118,7 @@ type InstanceGroupSpec struct {
|
|||
Taints []string `json:"taints,omitempty"`
|
||||
// MixedInstancesPolicy defined a optional backing of an AWS ASG by a EC2 Fleet (AWS Only)
|
||||
MixedInstancesPolicy *MixedInstancesPolicySpec `json:"mixedInstancesPolicy,omitempty"`
|
||||
// CapacityRebalance configures capacity rebalancing for an AWS ASG (AWS Only)
|
||||
// CapacityRebalance makes ASGs proactively replace spot instances when the ASG receives a rebalance recommendation (AWS Only).
|
||||
CapacityRebalance *bool `json:"capacityRebalance,omitempty"`
|
||||
// AdditionalUserData is any additional user-data to be passed to the host
|
||||
AdditionalUserData []UserData `json:"additionalUserData,omitempty"`
|
||||
|
|
Loading…
Reference in New Issue