-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
currently, when rollout CR is deleted, rollout controller will recover the deployment to its original spec, which also including the spec.paused field. However this may result in deployment rolling release, which is unexpected for many users.
It is desirable to have the ability to keep the deployment as is when rollout is deleted, that is
- still recover the deployment strategy to its original setting but leave the pause remain to be true.
- add a featuregate to switch the behavior when rollout is deleted.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed