Skip to content
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

fix(diff): refuse to diff on kubectl 1.18 #254

Merged
merged 1 commit into from
Apr 7, 2020
Merged

Conversation

sh0rez
Copy link
Member

@sh0rez sh0rez commented Apr 7, 2020

Kubectl 1.18 includes an unfixed issue that causes diff to apply as well – which
is a very bad thing. To avoid this, we now check and abort on that specific
version, prompting the user to downgrade as no fix is yet available.

kubernetes/kubernetes#89762

Kubectl 1.18 includes an unfixed issue that causes diff to apply as well – which
is a very bad thing. To avoid this, we now check and abort on that specific
version, prompting the user to downgrade as no fix is yet available.

kubernetes/kubernetes#89762
@sh0rez sh0rez added kind/bug Something isn't working priority/high labels Apr 7, 2020
@sh0rez sh0rez requested review from gouthamve and rfratto April 7, 2020 16:54
@sh0rez sh0rez merged commit 2c66eba into master Apr 7, 2020
@sh0rez sh0rez deleted the kubectl118-hotfix branch April 7, 2020 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working priority/high
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants