This repository was archived by the owner on Jul 7, 2020. It is now read-only.
@kubectl@ --show-all option is defaulted to true and deprecated since 1.11 and removed since 1.14 - #576
Open
fbarco wants to merge 6 commits into
Open
@kubectl@ --show-all option is defaulted to true and deprecated since 1.11 and removed since 1.14#576fbarco wants to merge 6 commits into
fbarco wants to merge 6 commits into
Conversation
… 1.11 and removed since 1.14 * deploy/gk-deploy : remove @--show-all@ option to @kubectl@ command line
Collaborator
|
Can one of the admins verify this patch? |
Contributor
|
This might be needed in previous versions? It would probably be good to add the @jarrpa what do you think? |
Author
|
Since version 1.11, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
~$ kubectl versionClient Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.0", GitCommit:"641856db18352033a0d96dbc99153fa3b27298e5", GitTreeState:"clean", BuildDate:"2019-03-25T15:53:57Z", GoVersion:"go1.12.1", Compiler:"gc", Platform:"linux/amd64"}Server Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.0", GitCommit:"641856db18352033a0d96dbc99153fa3b27298e5", GitTreeState:"clean", BuildDate:"2019-03-25T15:45:25Z", GoVersion:"go1.12.1", Compiler:"gc", Platform:"linux/amd64"}~$ kubectl get pods --show-all --no-headers -l job-name=heketi-storage-copy-jobError: unknown flag: --show-all....
Use "kubectl options" for a list of global command-line options (applies to all commands).unknown flag: --show-allThis change is