-
Notifications
You must be signed in to change notification settings - Fork 207
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
ctl script should handle "onPrem" as well as "onPremise" #474
Comments
Personally, I would not prefer to add |
I should have pressed on this further in the original PR. What benefit is there in doing The fact that the code in the ctl script used to contain:
makes me think that we should have never touched this. If we don't expect customers to run the translator themselves, there was no reason for us to touch any of these flags. |
I would disagree with that. Because we expect customers to not run the translator themselves; therefore, we should change the internal flow as smooth as possible. Such as the mentioned PR, why it should change mode from |
It's not the same though. Kubernetes announced that they were deprecating Dockershim support in k8s in a blog on December 2, 2020. https://kubernetes.io/blog/2020/12/02/dont-panic-kubernetes-and-docker/ They gave almost 1.5 years since the announcement in 2020 until the v1.24 release of k8s which actually removes the Docker support. https://kubernetes.io/releases/#release-v1-24 What we did was completely pull out the old flag without any announcement or transition period. This is bad user experience all across the board and is not an acceptable way to introduce a breaking change. |
Done as part of #543 |
Describe the bug
Changing to use
onPremise
is a breaking change introduced in #417. The agent should accept the existingonPrem
flag as well.The text was updated successfully, but these errors were encountered: