-
Notifications
You must be signed in to change notification settings - Fork 16.7k
[Documentation] Add HPA best practices to review guidelines. #7562
Conversation
After reviewing the nginx-ingress and spark charts which both have HPA's defined I am making the following recommendations based on the nginx-ingress chart specifically (after helm#7560) be added to the review guidelines. Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
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.
Waiting to hear about deleted PVC example
REVIEW_GUIDELINES.md
Outdated
@@ -112,32 +112,51 @@ volumes: | |||
{{- end -}} | |||
``` | |||
|
|||
* Example pvc.yaml | |||
## AutoScaling / HorizontalPodAutoscaler |
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.
@paulczar The autoscaling addition looks good 👍 But did you mean to delete the example PVC YAML?
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.
lulz wtf how did I manage that. I can't even copy and paste good!
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
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.
Nice 👍
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: paulczar, scottrigby 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 |
* [Documentation] Add HPA best practices to review guidelines. After reviewing the nginx-ingress and spark charts which both have HPA's defined I am making the following recommendations based on the nginx-ingress chart specifically (after helm#7560) be added to the review guidelines. Signed-off-by: Paul Czarkowski <username.taken@gmail.com> * fixed accidental deletion of pvc.yaml Signed-off-by: Paul Czarkowski <username.taken@gmail.com> Signed-off-by: jenkin-x <jicowan@hotmail.com>
* [Documentation] Add HPA best practices to review guidelines. After reviewing the nginx-ingress and spark charts which both have HPA's defined I am making the following recommendations based on the nginx-ingress chart specifically (after helm#7560) be added to the review guidelines. Signed-off-by: Paul Czarkowski <username.taken@gmail.com> * fixed accidental deletion of pvc.yaml Signed-off-by: Paul Czarkowski <username.taken@gmail.com> Signed-off-by: Jakob Niggel <info@jakobniggel.de>
So I am working on helm/helm#5110, where an hpa template is generated with the |
After reviewing the nginx-ingress and spark charts which both have HPA's
defined I am making the following recommendations based on the
nginx-ingress chart specifically (after #7560) be added to the
review guidelines.
Signed-off-by: Paul Czarkowski username.taken@gmail.com