Skip to content

Fix: Use drasi apply instead of kubectl apply in Dapr + darsi tutorial #85

@sahajdeepsingh651

Description

@sahajdeepsingh651

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions