Closed shaibarlev closed 1 year ago
@shaibarlev If you want to deploy dapr to kubernetes pulling images from private registry, you can use the method described here: https://github.com/dapr/cli/pull/984 If you want to deploy a privately hosted helm charts to kubernetes, PR for that is open but has been moved to 1.9: https://github.com/dapr/cli/pull/895
However, in both cases as a pre-requisite, you would need to copy the images from Docker Hub/GHCR to your private registry for the deployment to be successful.
@shaibarlev can this be closed now? You should be able to test these using 1.9.0-rc.1 release.
Closing due to no activity
I downloaded https://github.com/dapr/installer-bundle/releases/tag/v1.8.0-rc.3 , and run the basic init "dapr init --from-dir ." and it's work fine.
Now I want to deploy it to Kubernetes also as airgap environment, but there is no documentation , how to do this.
Please provide the information so I can test it.