serve icon indicating copy to clipboard operation
serve copied to clipboard

fix: upgrade hpa with v2beta2 api version

Open jagadeeshi2i opened this issue 3 years ago • 1 comments

Signed-off-by: jagadeesh [email protected]

Description

Kubernetes hpa object API version upgrade from v2beta1 to v2beta2. V1beta1 will be deprecated from 1.22+ Kubernetes version.

Gif of pod autoscaling hpa

Type of change

Please delete options that are not relevant.

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] This change requires a documentation update

Feature/Issue validation/testing

Please describe the Unit or Integration tests that you ran to verify your changes and relevant result summary. Provide instructions so it can be reproduced. Please also list any relevant details for your test configuration.

  • [ ] Test A Logs for Test A

  • [ ] Test B Logs for Test B

Checklist:

  • [ ] Did you have fun?
  • [ ] Have you added tests that prove your fix is effective or that this feature works?
  • [ ] Has code been commented, particularly in hard-to-understand areas?
  • [ ] Have you made corresponding changes to the documentation?

jagadeeshi2i avatar Jul 24 '22 18:07 jagadeeshi2i

Codecov Report

Merging #1760 (8f67bf9) into master (23a7671) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1760   +/-   ##
=======================================
  Coverage   44.95%   44.95%           
=======================================
  Files          63       63           
  Lines        2609     2609           
  Branches       56       56           
=======================================
  Hits         1173     1173           
  Misses       1436     1436           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar Jul 24 '22 18:07 codecov[bot]