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

no matches for kind "DaemonSet" in version "extensions/v1beta #14

Open
cdesch opened this issue Jan 28, 2021 · 1 comment
Open

no matches for kind "DaemonSet" in version "extensions/v1beta #14

cdesch opened this issue Jan 28, 2021 · 1 comment

Comments

@cdesch
Copy link

cdesch commented Jan 28, 2021

I get this when running the deployment.yaml:

cjsMBP15:kuberneteth cj1$ minikube start
πŸ˜„  minikube v1.16.0 on Darwin 10.14.6
✨  Using the docker driver based on existing profile
πŸ‘  Starting control plane node minikube in cluster minikube
πŸ”„  Restarting existing docker container for "minikube" ...
rm🐳  Preparing Kubernetes v1.20.0 on Docker 20.10.0 ...
πŸ”Ž  Verifying Kubernetes components...
🌟  Enabled addons: storage-provisioner, default-storageclass
πŸ„  Done! kubectl is now configured to use "minikube" cluster and "default" namespace by default
cjsMBP15:kuberneteth cj1$ ./kuberneteth 
cjsMBP15:kuberneteth cj1$ kubectl apply -f deployment.yaml
configmap/keystore-config unchanged
configmap/gethconfig-miner unchanged
configmap/monitor-config unchanged
configmap/genesis-config unchanged
service/miner-svc unchanged
service/geth-bootnode-svc unchanged
pod/geth-boot-node-pod configured
service/monitor-svc unchanged
unable to recognize "deployment.yaml": no matches for kind "DaemonSet" in version "extensions/v1beta1"
unable to recognize "deployment.yaml": no matches for kind "Deployment" in version "extensions/v1beta1"
unable to recognize "deployment.yaml": no matches for kind "Deployment" in version "extensions/v1beta1"
cjsMBP15:kuberneteth cj1$ 

@mdabdulrazzaq
Copy link

Instead of extensions/v1 try apps/v1 this should resolve the issue

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

2 participants