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
Hi, I was trying to test the kubeedge-counter-model example on my kubeedge master node, my cluster has got 3 ndoes. I followed the instructions on the README.md. But when I executed the following command kubectl create -f kubeedge-counter-model.yaml
I got this error: error: unable to recognize "kubeedge-counter-model.yaml": no matches for kind "DeviceModel" in version "devices.kubeedge.io/v1alpha2"
I tried to search it in Google but not even found one answer.
This is the output of kubectl get nodes -o wide
Hi, I was trying to test the kubeedge-counter-model example on my kubeedge master node, my cluster has got 3 ndoes. I followed the instructions on the README.md. But when I executed the following command
kubectl create -f kubeedge-counter-model.yaml
I got this error:
error: unable to recognize "kubeedge-counter-model.yaml": no matches for kind "DeviceModel" in version "devices.kubeedge.io/v1alpha2"
I tried to search it in Google but not even found one answer.
This is the output of
kubectl get nodes -o wide
This is the output of
kubectl get pods -o wide -A
My system is ubuntu21.04, kubernetes v1.18.0, kubedge v1.6.0, docker 20.10.8.
The text was updated successfully, but these errors were encountered: