informatics-lab / s3-fuse-flex-volume

A Kubernetes flex volume driver for a custom s3 fuse adapter
BSD 3-Clause "New" or "Revised" License
31 stars 11 forks source link

Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "DaemonSet" in version "extensions/v1beta1" #17

Open jhallen978 opened 3 years ago

jhallen978 commented 3 years ago

Using EKS version 1.17:

Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "DaemonSet" in version "extensions/v1beta1"

Seems the plugin uses deprecated APIs and will not work with k8s >= 1.16

jhallen978 commented 3 years ago

I currently downgraded to EKS k8s 1.15 and it seems to install fine.

Are there any plans to upgrade this for 1.17?

TheRenato commented 3 years ago

I get the same error. I haven't decided if I am going to downgrade K8.