-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Supported with Kubernetes v1.16.2 #81
Comments
I got the same problem on Kubernetes Version v1.16.3 using helm v3.0.2. Any ideas on what causes this? |
This is fixed by #79 |
Still not working. Compilation is done but datanode shows error. |
I just tried it using K8s version 1.17 and Helm version v3.0.2 on Ubuntu server 18.04.3 with the following results: kube@kube-master:~/kubernetes-HDFS$ helm install sa-hdfs charts/hdfs-k8s --set tags.ha=false --set tags.simple=true --set global.namenodeHAEnabled=false --set hdfs-simple-namenode-k8s.nodeSelector.hdfs-namenode-selector=hdfs-namenode-0 it looks like the API for helm install changed because the suggested commands on your README will produce the following error: Any Suggestions? |
I also came accross this problem in k8s 1.19.0, SO: |
With Kubernetes
v1.16.2
onCentOS Linux release 7.7.1908 (Core)
, Getting below 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"]
The text was updated successfully, but these errors were encountered: