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

Add menu for details page #86

Merged
merged 5 commits into from May 31, 2020
Merged

Add menu for details page #86

merged 5 commits into from May 31, 2020

Conversation

ricoberger
Copy link
Member

@ricoberger ricoberger commented May 31, 2020

  • Reuse TActivator for logs and shell.
  • Move edit and delete option to a menu on the details page.
  • Add scale option to the menu for Deployments, StatefulSets, ReplicationControllers and ReplicaSets. Closes Improvement: Scale Deployment #80.
  • Add restart option for Deployments, StatefulSets and Daemonsets. The command is similar to the kubectl rollout restart command.
  • Fix DaemonSet status.

Via the new details menu it is now possible to scale Deployments,
StatefulSets, ReplicationControllers and ReplicaSets.
Deployments, DaemonSets and StatefulSets can now be restarted via the
details menu. This option is simular to the kubectl rollout restart
command.
@ricoberger ricoberger merged commit 0a8aea9 into master May 31, 2020
@ricoberger ricoberger deleted the improve-scaling branch May 31, 2020 22:26
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 this pull request may close these issues.

Improvement: Scale Deployment
1 participant