dapr / installer-bundle

Dapr bundled installer containing CLI and runtime packaged together. This eliminated the need to download Docker images when initializing Dapr locally.
Apache License 2.0
37 stars 8 forks source link

How to init Kubernetes from local registry / file system #8

Closed shaibarlev closed 1 year ago

shaibarlev commented 2 years ago

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.

  1. what to download (Helm chart , other yaml files)
  2. What is the right parameters to the command ?

Please provide the information so I can test it.

shivamkm07 commented 2 years 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.

shivamkm07 commented 2 years ago

@shaibarlev can this be closed now? You should be able to test these using 1.9.0-rc.1 release.

shivamkm07 commented 1 year ago

Closing due to no activity