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
I have deployed the operator in k8s 1.26.
I have deployed an elasticsearch 8.11.1 cluster with security activated.
The operator cannot access the cluster, he needs the credentials. How can I add them in the operator? I can't locate the appropriate variables.
Actual Behavior
level=error msg="Failed to operate resource: failed to rescale StatefulSet: failed to drain pod es-operator-demo/es-data-simple-3: code status 401 - {"error":{"root_cause\ ":[{"type":"security_exception","reason":"missing authentication credentials for REST request
Steps to Reproduce the Problem
xpack.security.enabled: true
Specifications
Version: 0.1.4
Platform: kubernetes 1.26
Subsystem: ElasticSearch 8.11.1
The text was updated successfully, but these errors were encountered:
Hello Oliver, thank you very much for answering.
Too bad, we need to use the Elastic cluster from outside the kubernetes cluster and we need security. Any suggestions?
I understand that you use it only within the cluster.
Thanks again for your time.
Expected Behavior
I have deployed the operator in k8s 1.26.
I have deployed an elasticsearch 8.11.1 cluster with security activated.
The operator cannot access the cluster, he needs the credentials. How can I add them in the operator? I can't locate the appropriate variables.
Actual Behavior
level=error msg="Failed to operate resource: failed to rescale StatefulSet: failed to drain pod es-operator-demo/es-data-simple-3: code status 401 - {"error":{"root_cause\ ":[{"type":"security_exception","reason":"missing authentication credentials for REST request
Steps to Reproduce the Problem
xpack.security.enabled: true
Specifications
The text was updated successfully, but these errors were encountered: