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

dapr fail to init Kubernetes in limited network #4

Closed shaibarlev closed 1 year ago

shaibarlev commented 2 years ago

I used the new installer-bundle and download the bits , extract the bits and called :dapr init for self hosting , and its worked fine , thank you. Now I wanted to : dapr init -k it on my local Kubernetes (Tanzu by VMWare) and getting this errors:

dapr init -k Making the jump to hyperspace... Note: To install Dapr using Helm, see here: https://docs.dapr.io/getting-started/install-dapr-kubernetes/#install-with-helm-advanced

Deploying the Dapr control plane to your cluster... looks like "https://dapr.github.io/helm-charts" is not a valid chart repository or cannot be reached: Get "https://dapr.github.io/helm-charts/index.yaml": dial tcp 185.199.108.153:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

  1. Is there a way to get the Helm-charts Locally ?
  2. Can this be part of the installer-bundle ?
  3. How can init dapr control plane on Kubernetes , from local files on local Helm Repository ?

Hope there is easy solution ?

shaibarlev commented 2 years ago

Merge this to https://github.com/dapr/cli/pull/895#issue-1139602197

shaibarlev commented 2 years ago

Duplicate of #https://github.com/dapr/cli/pull/895#issue-1139602197

mukundansundar commented 2 years ago

Duplicate of #dapr/cli#895 (comment)

@shaibarlev That PR has been triaged for 1.8 release ...

shaibarlev commented 2 years ago

Thanks @mukundansundar . Is there a workaround to make this work via manual steps now , before its hit 1.8 ?

shivamkm07 commented 2 years ago

Please see https://github.com/dapr/installer-bundle/issues/8#issuecomment-1168801047

shivamkm07 commented 1 year ago

Closing due to no activity