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

Improvement: Scale Deployment #80

Closed
SeriousM opened this issue May 28, 2020 · 4 comments · Fixed by #86
Closed

Improvement: Scale Deployment #80

SeriousM opened this issue May 28, 2020 · 4 comments · Fixed by #86
Labels
enhancement New feature or request

Comments

@SeriousM
Copy link

The k8s dashboard (which is horrible imho) has a neat feature which is showing a scaling button for deployments which easily changes the replica count on deployments.

image

would you mind to add such a button? this would also help to support scaling deployments from mobile as editing the yaml on the smartphone is not very pleasing.

@ricoberger ricoberger added the enhancement New feature or request label May 30, 2020
@ricoberger
Copy link
Member

Hi, I like the idea and implement this similar to the Kubernetes dashboard (#86). The option will be available with the next release.

Bildschirmfoto 2020-05-31 um 23 42 45

@SeriousM
Copy link
Author

SeriousM commented Jun 1, 2020

Wohooo, perfect! Thank you

@SeriousM
Copy link
Author

SeriousM commented Jun 1, 2020

What does restart do to a deployment?

@ricoberger
Copy link
Member

Restart adds/replaces an annotation kubenav.kubernetes.io/restartedAt to spec.template.metadata.annotations like kubectl rollout restart. It can be used to restart the rollout of a Deployment, StatefulSet or DaemonSet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants