-
Notifications
You must be signed in to change notification settings - Fork 16.7k
Adding chart for cluster-autoscaler overprovisioning #10100
Adding chart for cluster-autoscaler overprovisioning #10100
Conversation
# This is the 1st commit message: Initial commit Signed-off-by: Max Williams <[email protected]> # This is the commit message helm#2: updating sources
6046717
to
85e1ac6
Compare
Signed-off-by: Miguel Angel Mingorance Fernandez <[email protected]>
85e1ac6
to
8694437
Compare
/assign @foxish |
Signed-off-by: Miguel Angel Mingorance Fernandez <[email protected]>
Any update @foxish ? Or @unguiculus or maybe @paulczar ? Thanks! |
Or @prydonius or @sameersbn or @seanknox ? Thanks! |
apiVersion: scheduling.k8s.io/{{ template "PriorityClass.apiVersion" . }} | ||
kind: PriorityClass | ||
metadata: | ||
name: {{ .Values.priorityClassDefault.name }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you apply the same naming logic for PriorityClasses as we suggest for service accounts using helper templates?
See https://github.com/helm/helm/blob/master/docs/chart_best_practices/rbac.md#using-rbac-resources
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nevermind. I guess this doesn't make sense here.
/ok-to-test |
Could this issue be related with |
Might be due to our K8s version, which is still at 1.10. I'll try and get the test cluster updated soon. |
We are currently running 1.10.6 with PodPriority feature enabled (as it's still on beta) |
As per the README: |
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mmingorance-dh, unguiculus The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* # This is a combination of 2 commits. # This is the 1st commit message: Initial commit Signed-off-by: Max Williams <[email protected]> # This is the commit message helm#2: updating sources * Commit Sign-off Signed-off-by: Miguel Angel Mingorance Fernandez <[email protected]> * Updating README table Signed-off-by: Miguel Angel Mingorance Fernandez <[email protected]> Signed-off-by: Victor Boissiere <[email protected]>
What this PR does / why we need it:
This chart creates an easy way to overprovision a cluster.
Special notes for your reviewer:
This approach is the current recommended method to achieve overprovisioning.
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]