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

Horizontal Pod Autoscaler #319

Open
TheDarkula opened this issue Apr 14, 2024 · 1 comment · May be fixed by #335
Open

Horizontal Pod Autoscaler #319

TheDarkula opened this issue Apr 14, 2024 · 1 comment · May be fixed by #335
Assignees

Comments

@TheDarkula
Copy link

I am not certain if this is something that is not currently implemented, or if I do not know which section to place it in, but I see no example of using a HorizontalPodAutoscaler as mentioned here.

I thought I would be able to add something like this to a controller:

replicas: null
autoScaling:
  horizontal:
    minReplicas: 1
    maxReplicas: 10

Is there an example somewhere I am missing?

@TheDarkula TheDarkula added the bug Something isn't working label Apr 14, 2024
@bjw-s bjw-s removed the bug Something isn't working label Apr 14, 2024
@onedr0p
Copy link
Contributor

onedr0p commented Apr 15, 2024

This could be solved by #314 ?

@bjw-s bjw-s linked a pull request Jun 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants