Skip to content
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

Helm: relax HPA v2 version check to allow Kubernetes 1.23 #4285

Merged
merged 2 commits into from
Feb 25, 2023
Merged

Helm: relax HPA v2 version check to allow Kubernetes 1.23 #4285

merged 2 commits into from
Feb 25, 2023

Conversation

z0rc
Copy link
Contributor

@z0rc z0rc commented Feb 23, 2023

This follows helm recommendation. The best practice is to upgrade releases using deprecated API versions to supported API versions, prior to upgrading to a kubernetes cluster that removes those API versions.

See https://helm.sh/docs/topics/kubernetes_apis/ for reference.

What this PR does

Which issue(s) this PR fixes or relates to

None

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

This follows helm recommendation. The best practice is to upgrade
releases using deprecated API versions to supported API versions, prior
to upgrading to a kubernetes cluster that removes those API versions.

Signed-off-by: Ihor Urazov <[email protected]>
@z0rc z0rc requested a review from a team as a code owner February 23, 2023 18:12
@CLAassistant
Copy link

CLAassistant commented Feb 23, 2023

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@krajorama krajorama left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM based on https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#scaling-on-multiple-metrics
Quote: "FEATURE STATE: Kubernetes v1.23 [stable]"

Please add PR number to CHANGELOG entry next time. I'll fix this up in #4299

@krajorama krajorama merged commit adb9ae6 into grafana:main Feb 25, 2023
@z0rc z0rc deleted the hpa-v2-1.23 branch February 25, 2023 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants