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

x.5 increment replicas #584

Open
matthieu-robin opened this issue Jan 16, 2025 · 2 comments
Open

x.5 increment replicas #584

matthieu-robin opened this issue Jan 16, 2025 · 2 comments
Labels
question Further information is requested

Comments

@matthieu-robin
Copy link

Hello team,
Does it make sense to have x.5 increment on relicas? Not sure it's normal

Image

Let me know if I'm wrong
Thanks a lot

Copy link

dosubot bot commented Jan 16, 2025

The replicas field should be an integer value, as Kubernetes requires the replicas field in a Deployment specification to be an integer. The UI component for configuring the number of replicas is implemented in the packages/system/dashboard/charts/kubeapps/values.schema.json file, where the replicaCount property is defined as an integer, indicating that there should be validation logic to ensure integer values [1][2]. The appearance of a non-integer value like 2.5 suggests there might be an issue with the slider component's validation or configuration.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@dosubot dosubot bot added the question Further information is requested label Jan 16, 2025
@kvaps
Copy link
Member

kvaps commented Jan 20, 2025

Yeah, we're going to fix that soon, thank you for report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants