databricks / click

The "Command Line Interactive Controller for Kubernetes"
Apache License 2.0
1.49k stars 84 forks source link

Support k8s versions 0.16 and above. #150

Open Omegaice opened 4 years ago

Omegaice commented 4 years ago

As described in the Deprecated APIs Removed In 1.16: Here’s What You Need To Know blog post, some of the APIs on newer versions have been removed. This manifested on my cluster by being unable to list deployments, with it giving the error Server Error: the server could not find the requested resource.

maver1ck commented 4 years ago

I think it's time to move this app to kube-rs https://github.com/clux/kube-rs

nicklan commented 3 years ago

note that in master we're now using k8s_openapi, so I think this should be fixed