You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: