pixie icon indicating copy to clipboard operation
pixie copied to clipboard

Check pre-check has failed

Open pinghe opened this issue 4 years ago • 0 comments

>px version
Pixie CLI
0.7.2+Distribution.91e72cd.20211218031238.1

>which kubectl
/usr/local/bin/kubectl

>kubectl version --client
Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.1", GitCommit:"86ec240af8cbd1b60bcc4c03c20da9b98005b92e", GitTreeState:"clean", BuildDate:"2021-12-16T11:41:01Z", GoVersion:"go1.17.5", Compiler:"gc", Platform:"linux/amd64"}

>px deploy --check_only --kubeconfig ./configs/kubeconfig.conf
Pixie CLI

Running Cluster Checks:
 ✔    Kernel version > 4.14.0 
 ✔    Cluster type is supported 
 ✔    K8s version > 1.16.0 
 ✕    Kubectl > 1.10.0 is present  ERR: exit status 1
Check pre-check has failed. To bypass pass in --check=false. error=exit status 1

pinghe avatar Jan 07 '22 16:01 pinghe