I'm currently unable to use it. Performed the install, and:
$ ls -l ~/.kube/plugins/pvc/
total 8
-rw-rw-r-- 1 olivier olivier 146 avril 29 12:51 plugin.yaml
-rwxrwxr-x 1 olivier olivier 3410 avril 29 12:51 pvc
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
$ kubectl plugin list
error: unable to find any kubectl plugins in your PATH
export PATH=~/.kube/plugins/pvc/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
kubectl -v 5 plugin list
F0429 13:37:55.337781 32331 helpers.go:114] error: unable to find any kubectl plugins in your PATH
kubectl version
Client Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.1", GitCommit:"b7394102d6ef778017f2ca4046abbaa23b88c290", GitTreeState:"clean", BuildDate:"2019-04-08T17:11:31Z", GoVersion:"go1.12.1", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.1", GitCommit:"b7394102d6ef778017f2ca4046abbaa23b88c290", GitTreeState:"clean", BuildDate:"2019-04-08T17:02:58Z", GoVersion:"go1.12.1", Compiler:"gc", Platform:"linux/amd64"}
I'm currently unable to use it. Performed the install, and:
Uh, what's the kubectl version compatible ?