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

Not able to deploy kubernates opensearch-2.18.0 cluster #621

Open
ganilmca opened this issue Nov 26, 2024 · 1 comment
Open

Not able to deploy kubernates opensearch-2.18.0 cluster #621

ganilmca opened this issue Nov 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ganilmca
Copy link

Hi Team,
We are not able to deploy the cluster in kubernates with opensearch-2.18.0 version with latest helm-charts.
We are getting below error.

uncaught exception in thread [main]
java.lang.IllegalStateException: failed to load plugin class [org.opensearch.security.OpenSearchSecurityPlugin]
Likely root cause: OpenSearchException[Unable to read the file /usr/share/opensearch/config/root-ca.pem. Please make sure this files exists and is readable regarding to permissions]

All pods are in below state.
[master0 opensearch]$ kubectl get po -n lrb1665-es
NAME READY STATUS RESTARTS AGE
opensearch-cluster-master-0 0/1 CrashLoopBackOff 6 9m29s
opensearch-cluster-master-1 0/1 CrashLoopBackOff 6 9m28s
opensearch-cluster-master-2 0/1 CrashLoopBackOff 6 9m27s
[master0 opensearch]$

Please help us to get it work.

Thanks,
Anil

@ganilmca ganilmca added bug Something isn't working untriaged Issues that have not yet been triaged labels Nov 26, 2024
@gaiksaya gaiksaya transferred this issue from opensearch-project/opensearch-devops Nov 26, 2024
@prudhvigodithi
Copy link
Member

[Triage]
Hey @ganilmca can you please try the latest helm chart version https://github.com/opensearch-project/helm-charts/releases/tag/opensearch-2.27.1, this should have been fixed with the PR #618.
Adding @LemonDouble @cwperks

@prudhvigodithi prudhvigodithi removed the untriaged Issues that have not yet been triaged label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants