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

Support rolling back Deployments to previous revisions #2889

Open
timoreimann opened this issue Mar 12, 2018 · 8 comments
Open

Support rolling back Deployments to previous revisions #2889

timoreimann opened this issue Mar 12, 2018 · 8 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature. lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness.

Comments

@timoreimann
Copy link

Environment
Dashboard version: 1.8.0
Kubernetes version: v1.8.7-gke.1
Operating system: 
Node.js version:
Go version:
Steps to reproduce

Try to roll back a Deployment to a previous revision (i.e., what kubectl rollout undo does).

Observed result

No such UI interaction is available.

Expected result

A UI element is available that allows me to select from a list of recent revisions and roll back to any of them.

Motivation

Rolling back to a previous release is a fairly important operation as it allows to remedy critical situations quickly. While the functionality is accessible in kubectl as well, I find an integration into the Dashboard very desirable given that it's easier to use, especially for users that are not that familiar with kubectl.

Comments

I asked for the availability of this feature some time ago on Slack and got the response that it's worthwhile creating an issue. So I'm doing this now. :-)

@floreks floreks added priority/P2 kind/feature Categorizes issue or PR as related to a new feature. labels Mar 14, 2018
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jun 12, 2018
@timoreimann
Copy link
Author

This issue still seems pretty relevant -- unstaling.

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jun 13, 2018
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Sep 11, 2018
@maciaszczykm
Copy link
Member

/lifecycle frozen

@k8s-ci-robot k8s-ci-robot added lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Sep 12, 2018
@shu-mutou
Copy link
Contributor

Ref: #4542

@huweihuang
Copy link
Contributor

Is the rolling back function currently supported on the dashboard page?

@shu-mutou
Copy link
Contributor

No, it's not supported yet.

@shu-mutou
Copy link
Contributor

This is a function that kubectl implements by adding its own annotations, and it is necessary to maintain data structures that are not directly supported by the K8s API. In Dashboard, we are considering how to handle data that extends the K8s API, and the implementation has stopped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants