You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Kubernetes upgrade task can have simpler flow. Currently we are using 3 factors (kubelet version, cluster version and upgrade flag file status) to decide if we need to upgrade - but truly we can decide only based on kubelet version and upgrade flag file existence.
Describe the solution you'd like
Brief solution is described in comment for k8s upgrade flag PR and will be enhanced by adding comment about code structure under this ticket.
DoD checklist
Changelog
updated
not needed
COMPONENTS.md
updated
not needed
Schema
updated
not needed
Backport tasks
created
not needed
Documentation
added
updated
not needed
Feature has automated tests
Automated tests passed (QA pipelines)
apply
upgrade
backup/restore
Idempotency tested
All conversations in PR resolved
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Kubernetes upgrade task can have simpler flow. Currently we are using 3 factors (kubelet version, cluster version and upgrade flag file status) to decide if we need to upgrade - but truly we can decide only based on kubelet version and upgrade flag file existence.
Describe the solution you'd like
Brief solution is described in comment for k8s upgrade flag PR and will be enhanced by adding comment about code structure under this ticket.
DoD checklist
The text was updated successfully, but these errors were encountered: