cli
cli copied to clipboard
Installing Dapr on a Kubernetes cluster without Internet access
We are trying to install Dapr on a Kubernetes cluster in a private network. The environment does not have public Internet access (or ACR access). I'm wondering are there any ways we could install Darp offline without access to the public Internet. Thanks. (In https://github.com/RicardoNiepel/dapr-docs/blob/master/getting-started/environment-setup.md#installing-dapr-on-a-kubernetes-cluster, either Dapr CLI or Helm requires Internet access)
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.
@sol-lee Did you ever find out how to do that? I need this too...
Found this: DAPR in airgap environment
But it seems to be an installation for a docker environment, not kubernetes.
Tried also with
./dapr init -k --from-dir .
But that needs internet connection for helm charts.
I have the same issue, anyone solved it ?
having the same error