|
||
---|---|---|
.github | ||
config | ||
hack | ||
helm-charts/dapr | ||
.gitignore | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
PROJECT | ||
README.md | ||
bundle.Dockerfile | ||
watches.yaml |
README.md
Dapr Kubernetes Operator
This project was created by @lburgazzoli in this repository and donated to the Dapr Sandbox organization.
Setup
# install the catalog
make openshift/deploy/catalog
installation via cli
# waith for the catalog to be installed,
# then install the subsription
make openshift/deploy/subscritpion
# wait thil the subscription is ready,
# then deploy a dapr instance
make openshift/deploy/dapr
- Cleanup:
# cleanup
make openshift/undeploy: