Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
clarenceb opened this issue Dec 11, 2021 · 0 comments

Comments

@clarenceb
Copy link

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

dapr init -k

My environment:

  • Dapr 1.5.1
  • Kubernetes: v1.21.2
@clarenceb 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant