Skip to content

Commit

Permalink
Make CRDs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Markus With committed Aug 21, 2020
1 parent f397ac0 commit 49bd474
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions k8s/crds/kops.k8s.io_clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,16 +404,28 @@ spec:
description: The CloudProvider to use (aws or gce)
type: string
clusterAutoscaler:
description: ClusterAutoscaler defines the cluaster autoscaler configuration
properties:
balanceSimilarNodeGroups:
description: 'BalanceSimilarNodeGroups makes cluster autoscaler
treat similar node groups as one Default: false'
type: boolean
expander:
description: 'Expander determines the strategy for which instance
group gets expanded Supported values: least-waste, most-pods,
random Default: least-waste'
type: string
scaleDownUtilizationThreshold:
description: 'ScaleDownUtilizationThreshold determines the utilization
threshold for node scale-down Default: 0.5'
type: string
skipNodesWithLocalStorage:
description: 'SkipNodesWithLocalStorage makes cluster autoscaler
skip scale-down of nodes with local storage Default: true'
type: boolean
skipNodesWithSystemPods:
description: 'SkipNodesWithSystemPods makes cluster autoscaler
skip scale-down of nodes with system pods Default: true'
type: boolean
type: object
clusterDNSDomain:
Expand Down

0 comments on commit 49bd474

Please sign in to comment.