You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement as a new kind to continue to support users that want to define their own pools.
kind: PoolGroupPolicymetadata:
name: k8s-pool-namespec:
cluster: demominimumInstances: 10maximumInstance: 100percentPreemptible: 50# 50% of what? cpu or pod count or memory or mix???percentMetric: cpu # preemptibleTypes, onDemandTypes ~optionalpreemptibleTypes: # preemptible can use these types
- n1-standard-1
- n1-standard-2onDemandTypes: # ondemand can use these types
- n1-standard-1
- n1-standard-2 locations: # specify the regions/zones to use
- us-central-1a
- us-central-1
Need support other fields for taints, labels, etc.
The text was updated successfully, but these errors were encountered:
coryodaniel
changed the title
crd v2
CRD v2 - Support dynamically creating and managing pools
Jul 31, 2019
Implement as a new
kind
to continue to support users that want to define their own pools.Need support other fields for taints, labels, etc.
The text was updated successfully, but these errors were encountered: