You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
Portainer has scaling functionality for Docker Swarm services, but this feature is completely missing for Kubernetes deployments. There is no way to change the number of replicas for Kubernetes deployments through the Portainer UI.
Describe the solution you'd like
Add scaling functionality for Kubernetes deployments similar to what exists for Docker Swarm services.
This should include:
Ability to change replica count from the deployment details view
Scale buttons or input field to quickly adjust the number of replicas
This feature should be available for Deployment resources in Kubernetes environments
Describe alternatives you've considered
Using kubectl CLI: kubectl scale deployment --replicas=
Using alternative UI tools like Lens, Headlamp.
Additional context
Note: English is not my first language, I used a translator. Sorry for any errors.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe
Portainer has scaling functionality for Docker Swarm services, but this feature is completely missing for Kubernetes deployments. There is no way to change the number of replicas for Kubernetes deployments through the Portainer UI.
Describe the solution you'd like
Add scaling functionality for Kubernetes deployments similar to what exists for Docker Swarm services.
This should include:
Ability to change replica count from the deployment details view
Scale buttons or input field to quickly adjust the number of replicas
This feature should be available for Deployment resources in Kubernetes environments
Describe alternatives you've considered
Using kubectl CLI: kubectl scale deployment --replicas=
Using alternative UI tools like Lens, Headlamp.
Additional context
Note: English is not my first language, I used a translator. Sorry for any errors.
Beta Was this translation helpful? Give feedback.
All reactions