You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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$
The text was updated successfully, but these errors were encountered:
I get this when running the
deployment.yaml
:The text was updated successfully, but these errors were encountered: