CentOS 7 kubectl is too old for the --output argument #7350
Labels
cmd/kubectl
Issues with the "kubectl" command
kind/support
Categorizes issue or PR as a support question.
os/linux
CentOS 8 with
kubernetes-client-1.5.2-0.7.git269f928.el7.x86_64.rpm
installs a kubectl that does NOT include an "--output" argument. So,
and
minikube start
ends withSince start.go is viewable, I go look at
start.go
line 383. That points me to the functionshowKubectlInfo
at line 423 , and theexec.Command
at line 436. From that, I'm concluding that the error is a false positive due to attempting a deprecated command argument.The text was updated successfully, but these errors were encountered: