Skip to content
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

Open
tiwarishrijan opened this issue Dec 5, 2019 · 5 comments
Open

Not Supported with Kubernetes v1.16.2 #81

tiwarishrijan opened this issue Dec 5, 2019 · 5 comments

Comments

@tiwarishrijan
Copy link

With Kubernetes v1.16.2 on CentOS 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"]

@ogni90
Copy link

ogni90 commented Dec 28, 2019

I got the same problem on Kubernetes Version v1.16.3 using helm v3.0.2.

Any ideas on what causes this?

@ogni90
Copy link

ogni90 commented Dec 29, 2019

This is fixed by #79

@tiwarishrijan
Copy link
Author

This is fixed by #79

Still not working. Compilation is done but datanode shows error.

@luisr103
Copy link

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
Error: unable to build kubernetes objects from release manifest: [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"]

it looks like the API for helm install changed because the suggested commands on your README will produce the following error:
kube@kube-master:~/kubernetes-HDFS$ helm install -n 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
Error: must either provide a name or specify --generate-name

Any Suggestions?

@L-maple
Copy link

L-maple commented Nov 20, 2020

I also came accross this problem in k8s 1.19.0, SO:
(1) What should I do for solving this problem fast?
(2) Will the maintainer will address this problem soon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants