Dear Friends,
did you try to set up Sedna on Kubeedge?
https://sedna.readthedocs.io/en/latest/index/quickstart.html
I am getting the following errors:
Error: error: unable to recognize "STDIN": no matches for kind "model" in version "sedna.io/v1alpha1"
Step1:
curl
https://raw.githubusercontent.com/kubeedge/sedna/master/scripts/installation/all-in-one.sh
| NUM_EDGE_NODES=1 bash -
Step 2: Run the steps as given in
https://sedna.readthedocs.io/en/latest/index/quickstart.html
Then run Step3:
kubectl create -f - <<EOF
apiVersion: sedna.io/v1alpha1
kind: Model
metadata:
name: helmet-detection-inference-big-model
namespace: default
spec:
url: "/data/big-model/yolov3_darknet.pb"
format: "pb"
EOF
STEP 4: is Error:
error: unable to
recognize "STDIN": no matches for kind "model" in version
"sedna.io/v1alpha1"
I checked on the machine:
kubectl api-versions
there is no api version by the name:sedna.io/v1alpha1
Please can you help?
Regards
Arunkumar Nair