Open clarenceb opened 2 years ago
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:
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:
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:
The install steps are:
Install Dapr CLI: https://docs.dapr.io/getting-started/install-dapr-cli/ e.g. on Linux:
Then install Dapr in the cluster:
My environment: