dapr / samples

Community driven repository for Dapr samples
Apache License 2.0
416 stars 174 forks source link

dapr-apim-integration sample: No prompt or instructions to install Dapr in Kubernetes #88

Open clarenceb opened 2 years ago

clarenceb commented 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: