lensapp/lens

Rollout Support

Open

#498 opened on Jun 18, 2020

View on GitHub
 (6 comments) (10 reactions) (0 assignees)TypeScript (1,433 forks)batch import
area/uienhancementhacktoberfest

Repository metrics

Stars
 (22,003 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

What would you like to be added:

Support for rollouts for deployments, statefulsets, and daemonsets.

A minimal implementation could be additional context/kebab menu items for deployments/etc with restart; pause; resume; undo rollout entries.

Why is this needed:

  • Pause/resume/undo rollouts (including making changes without applying them immediately)
  • Do a rolling restart of a deployment/statefulset/daemonset.
  • See status for in-progress rollouts — this is mostly in place already.

Environment you are Lens application on:

  • Kubernetes distribution: Kops
  • Desktop OS: macOS

Contributor guide