Closed shaibarlev closed 1 year ago
Merge this to https://github.com/dapr/cli/pull/895#issue-1139602197
Duplicate of #https://github.com/dapr/cli/pull/895#issue-1139602197
Duplicate of #dapr/cli#895 (comment)
@shaibarlev That PR has been triaged for 1.8 release ...
Thanks @mukundansundar . Is there a workaround to make this work via manual steps now , before its hit 1.8 ?
Closing due to no activity
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.
Hope there is easy solution ?