You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
clarenceb
changed the title
No prompt or instructions to install Dapr in Kubernetes
dapr-apim-integration sample: No prompt or instructions to install Dapr in Kubernetes
Dec 11, 2021
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:
My environment:
The text was updated successfully, but these errors were encountered: