Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install Dapr in Kubernetes cluster #7711

Open
kiranagalpady83 opened this issue Apr 30, 2024 · 4 comments
Open

Unable to install Dapr in Kubernetes cluster #7711

kiranagalpady83 opened this issue Apr 30, 2024 · 4 comments

Comments

@kiranagalpady83
Copy link

cloud you please help me to install Dapr in Kubernetes cluster. I am facing following issue when i install Dapr. please find the below error logs.
dapr-operator:
C:>kubectl logs -n dapr-system dapr-operator-56bc49cb8f-h5fdc
time="2024-04-30T11:39:22.687059137Z" level=info msg="Starting Dapr Operator -- version 1.13.2 -- commit f09b193" instance=dapr-operator-56bc49cb8f-h5fdc scope=dapr.operator type=log ver=1.13.2
time="2024-04-30T11:39:22.68719036Z" level=info msg="Log level set to: info" instance=dapr-operator-56bc49cb8f-h5fdc scope=dapr.operator type=log ver=1.13.2
time="2024-04-30T11:39:22.736925968Z" level=fatal msg="error creating operator: unable to load configuration, config: daprsystem, err: configurations.dapr.io "daprsystem" not found" instance=dapr-operator-56bc49cb8f-h5fdc scope=dapr.operator type=log ver=1.13.2

dapr-sentry:
C:>kubectl logs -n dapr-system dapr-sentry-6b99b99b75-4rmjl
time="2024-04-30T11:40:15.193884689Z" level=info msg="Starting Dapr Sentry certificate authority -- version 1.13.2 -- commit f09b193" instance=dapr-sentry-6b99b99b75-4rmjl scope=dapr.sentry type=log ver=1.13.2
time="2024-04-30T11:40:15.194084141Z" level=info msg="Log level set to: info" instance=dapr-sentry-6b99b99b75-4rmjl scope=dapr.sentry type=log ver=1.13.2
time="2024-04-30T11:40:15.219098875Z" level=fatal msg="loading default config. couldn't find config name "daprsystem": config CRD not found" instance=dapr-sentry-6b99b99b75-4rmjl scope=dapr.sentry type=log ver=1.13.2

@yaron2
Copy link
Member

yaron2 commented Apr 30, 2024

How are you installing Dapr? What are the commands used?

@kiranagalpady83
Copy link
Author

We've been attempting to install Dapr in our Kubernetes cluster using the dapr init -k --dev command, as well as by downloading the Dapr Helm chart and Dapr 1.13.2 image locally and updating to a local repository. Unfortunately, we encountered multiple errors during these attempts.

Our Kubernetes cluster is hosted in a private zone, and we're unable to access the default Dapr repository from our cluster.

Could you please provide guidance or assistance on how to successfully install Dapr in our private Kubernetes cluster? Specifically, we need to know the commands and steps to follow considering our constraints.

Looking forward to your support.
Thanks and Regards,
Kiran AK

@elena-kolevska
Copy link
Contributor

@kiranagalpady83 , have you tried the instructions for installing Dapr in an air-gapped environment?
https://docs.dapr.io/operations/hosting/self-hosted/self-hosted-airgap/

@kiranagalpady83
Copy link
Author

kiranagalpady83 commented May 24, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants