dapr-apim-integration sample: No prompt or instructions to install Dapr in Kubernetes
- Dominant language
- Shell
- Stars
- 443
- Forks
- 180
- PR merge metrics
- No merged PRs in 30d
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:
```sh
wget -q https://raw.githubusercontent.com/dapr/cli/master/install/install.sh -O - | /bin/bash
```
Then install Dapr in the cluster:
```sh
dapr init -k
```
My environment:
* Dapr 1.5.1
* Kubernetes: v1.21.2
Contributor guide
Assessment
This issue has not been assessed yet.