Open
Description
The sample assumes Dapr in already installed on the Kubernetes cluster. The prerequisites do mention "Kubernetes cluster with Dapr" but point to installing Dapr locally.
Proposed fix:
- Change the link to point to: https://docs.dapr.io/operations/hosting/kubernetes/kubernetes-deploy/
- Mention Dapr needs to be installed under the section Kubernetes (https://github.com/dapr/samples/tree/master/dapr-apim-integration#kubernetes)
The install steps are:
Install Dapr CLI: https://docs.dapr.io/getting-started/install-dapr-cli/
e.g. on Linux:
wget -q https://raw.githubusercontent.com/dapr/cli/master/install/install.sh -O - | /bin/bash
Then install Dapr in the cluster:
dapr init -k
My environment:
- Dapr 1.5.1
- Kubernetes: v1.21.2
Metadata
Metadata
Assignees
Labels
No labels