Open kerthcet opened 7 months ago
Are you asking for a CLI to handle roll outs? Or should we explore kubectl rollout
with lws?
I guess it's not possible to support custom resources with kubectl rollout? https://kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/#synopsis
If we can, wonderful!
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
/lifecycle frozen
What would you like to be added:
This is a regular need for workloads, we can see similar capacity with deployment, statefulset, daemonset, it generally looks like:
lws rollout xxx
.See https://kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/
Why is this needed:
When rolling update failed, we can rollback or rollout to specific versions.
Completion requirements:
/priority important-longterm
This enhancement requires the following artifacts:
The artifacts should be linked in subsequent comments.