-
Notifications
You must be signed in to change notification settings - Fork 2k
add horizontalpodautoscaler #3276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Broke the last branch because of merges. I will rebase my branch back on to master. I squash the commits when doing the rebasing. |
I'm including a link to the old (closed) PR of this so we don't lose the discussions: #3249 |
@coolbry95 Can you follow-up this discussion thread? #3249 (comment) |
I want everyone to be mindful here. Which I think is too close to the current release of K8s for many of our customers. Pulling in the current supported K8s version to 1.21 is as close as I want to go. |
@brianehlert since |
As long as that is somehow non-breaking for customers that might install the next version of NIC on 1.22 or 1.21 |
This won't pull the minimum version to 1.23. The HPA will only be available for clusters in 1.23 and above. |
Confirmed that the HPA resource doesn't get install on a server version less than 1.23 👍 |
Fixes #3174 |
Proposed changes
Adds the horizontalpodautoscaler for the ingress controller
Checklist
Before creating a PR, run through this checklist and mark each as complete.