The Dapr + Drasi tutorial instructs users to apply Drasi resources using kubectl apply. However, Drasi resources are not Kubernetes CRDs and must be applied using drasi apply
Following the documented commands results in errors such as:
kubectl apply -f drasi/sources/
resource mapping not found for name: "" namespace: "" from "drasi/sources/customers.yaml": no matches for kind "Source" in version "v1"
ensure CRDs are installed first
resource mapping not found for name: "" namespace: "" from "drasi/sources/orders.yaml": no matches for kind "Source" in version "v1"
ensure CRDs are installed first
resource mapping not found for name: "" namespace: "" from "drasi/sources/products.yaml": no matches for kind "Source" in version "v1"
ensure CRDs are installed first
resource mapping not found for name: "" namespace: "" from "drasi/sources/reviews.yaml": no matches for kind "Source" in version "v1"
ensure CRDs are installed first
The Dapr + Drasi tutorial instructs users to apply Drasi resources using kubectl apply. However, Drasi resources are not Kubernetes CRDs and must be applied using drasi apply
Following the documented commands results in errors such as:
kubectl apply -f drasi/sources/
resource mapping not found for name: "" namespace: "" from "drasi/sources/customers.yaml": no matches for kind "Source" in version "v1"
ensure CRDs are installed first
resource mapping not found for name: "" namespace: "" from "drasi/sources/orders.yaml": no matches for kind "Source" in version "v1"
ensure CRDs are installed first
resource mapping not found for name: "" namespace: "" from "drasi/sources/products.yaml": no matches for kind "Source" in version "v1"
ensure CRDs are installed first
resource mapping not found for name: "" namespace: "" from "drasi/sources/reviews.yaml": no matches for kind "Source" in version "v1"
ensure CRDs are installed first