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
Cannot retrieve cluster state due to: 30,000 milliseconds timeout on connection http-outgoing-88 [ACTIVE]. This is not an error, will keep on trying ...
Root cause: java.net.SocketTimeoutException: 30,000 milliseconds timeout on connection http-outgoing-88 [ACTIVE] (java.net.SocketTimeoutException/java.net.SocketTimeoutException)
* Try running securityadmin.sh with -icl (but no -cn) and -nhnv (If that works you need to check your clustername as well as hostnames in your TLS certificates)
* Make sure that your keystore or PEM certificate is a client certificate (not a node certificate) and configured properly in opensearch.yml
* If this is not working, try running securityadmin.sh with --diagnose and see diagnose trace log file)
* Add --accept-red-cluster to allow securityadmin to operate on a red cluster.
Cannot retrieve cluster state due to: 30,000 milliseconds timeout on connection http-outgoing-89 [ACTIVE]. This is not an error, will keep on trying ...
Root cause: java.net.SocketTimeoutException: 30,000 milliseconds timeout on connection http-outgoing-89 [ACTIVE] (java.net.SocketTimeoutException/java.net.SocketTimeoutException)
* Try running securityadmin.sh with -icl (but no -cn) and -nhnv (If that works you need to check your clustername as well as hostnames in your TLS certificates)
* Make sure that your keystore or PEM certificate is a client certificate (not a node certificate) and configured properly in opensearch.yml
* If this is not working, try running securityadmin.sh with --diagnose and see diagnose trace log file)
* Add --accept-red-cluster to allow securityadmin to operate on a red cluster.
When I try to run securityadmin.sh with --accept-red-cluster manually inside the cluster-managers I get timeouts on applying every configuration.
Running a curl -sk https://localhost:9200 inside the pod returns a simple: OpenSearch Security not initialized
The text was updated successfully, but these errors were encountered:
Hi @DrissiReda. The operator explicitly does not support single-node clusters. As such, any failure to get it working is not a bug in the operator. Single-node clusters will also very likely never be suported by the operator.
What is the bug?
Cluster isn't able to go online. I'm trying the workaround to deploy a single node with security on
How can one reproduce the bug?
You can use my own
cluster.yaml
What is the expected behavior?
Security should be initialized automatically
What is your host/environment?
Kubernetes
Do you have any additional context?
The securityconfig update pod shows this output:
When I try to run
securityadmin.sh
with--accept-red-cluster
manually inside the cluster-managers I get timeouts on applying every configuration.Running a
curl -sk https://localhost:9200
inside the pod returns a simple:OpenSearch Security not initialized
The text was updated successfully, but these errors were encountered: