apache-spark-on-k8s / kubernetes-HDFS

Repository holding configuration files for running an HDFS cluster in Kubernetes
Apache License 2.0
397 stars 185 forks source link

Remove deprecated api versions "extensions/v1beta1" #85

Closed sjgiri closed 4 years ago

sjgiri commented 4 years ago

"v1beta1" has been deprecated since K8s version 1.16. https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/

There are still references to this version in hdfs charts. Deploying the hdfs helm chart throws the following error:

Error: validation failed: [unable to recognize "": no matches for kind "DaemonSet" in version "extensions/v1beta1", unable to recognize "": no matches for kind "Deployment" in version "extensions/v1beta1", unable to recognize "": no matches for kind "StatefulSet" in version "apps/v1beta1"]

sjgiri commented 4 years ago

duplicate of https://github.com/apache-spark-on-k8s/kubernetes-HDFS/issues/81