Go to file
salaboy c75391f00d updating env varis 2023-08-10 11:15:27 +01:00
.github updating env varis 2023-08-10 11:15:27 +01:00
config chore: switch container registry from quay.io/lburgazzoli to docker.io/daprio 2023-07-31 17:50:35 +02:00
hack initial commit, all code provided by @lburgazzoli 2023-07-31 16:10:53 +01:00
helm-charts/dapr initial commit, all code provided by @lburgazzoli 2023-07-31 16:10:53 +01:00
.gitignore initial commit, all code provided by @lburgazzoli 2023-07-31 16:10:53 +01:00
Dockerfile initial commit, all code provided by @lburgazzoli 2023-07-31 16:10:53 +01:00
LICENSE touch 2023-07-31 15:49:30 +01:00
Makefile chore: switch container registry from quay.io/lburgazzoli to docker.io/daprio 2023-07-31 17:50:35 +02:00
PROJECT initial commit, all code provided by @lburgazzoli 2023-07-31 16:10:53 +01:00
README.md Update README.md 2023-07-31 16:24:41 +01:00
bundle.Dockerfile initial commit, all code provided by @lburgazzoli 2023-07-31 16:10:53 +01:00
watches.yaml initial commit, all code provided by @lburgazzoli 2023-07-31 16:10:53 +01:00

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:

installation via UI

image image image image image image image image image