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
whenever we execute yurtctl convert or yurtctl revert
no matter how many times we execute (same command)
it shall succeed, has no side effect.
Why is this needed:
reduce user mind pressure when try and execute
try yurtctl with different params when last is wrong and failed, without execute yurtctl revert and delete failed k8s job manually.
others
/kind feature
for example:
yurtctl-disable-node-controller using sed, multiple execute leads to multiple `-nodelifecycle`
when user want to convert a native k8s cluster to OpenYurt, yurtctl convert/revert is not a cloud native solution. so another solution(add an yurtcluster operator) has been raised by @gnunu and @SataQiu . you can reference the following issues and docs:
What would you like to be added:
whenever we execute
yurtctl convert
oryurtctl revert
no matter how many times we execute (same command)
it shall succeed, has no side effect.
Why is this needed:
reduce user mind pressure when try and execute
try yurtctl with different params when last is wrong and failed, without execute
yurtctl revert
and delete failed k8s job manually.others
/kind feature
for example:
nsenter -t 1 -m -u -n -i -- sed -i 's/--controllers=/--controllers=-nodelifecycle,/g' {{.pod_manifest_path}}/kube-controller-manager.yaml
The text was updated successfully, but these errors were encountered: