Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 397 forks source link

Support for client.authentication.k8s.io/v1beta1 #942

Closed issotina closed 4 years ago

issotina commented 4 years ago

Command $ draft up

Errors : $ Error: Could not get a kube client: could not get Kubernetes client: exec plugin: invalid apiVersion "client.authentication.k8s.io/v1beta1"

Comments:

It seems that the implementation of your Kube client does not support the new v1beta1 authentication method.

jfmatth commented 4 years ago

I get the same error with Digital Ocean's K8s, but works fine with Minikube

jfmatth commented 4 years ago

I was able to get around this error. Seems like the method that DigitalOcean uses isn't compatible for the v1beta.

I got around by specifying a kube.yml file via the KUBECONFIG variable.

bacongobbler commented 4 years ago

duplicate of #956