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

[BUG] Readiness Probe always expects HTTPS #959

Open
renaudhager opened this issue Feb 17, 2025 · 0 comments
Open

[BUG] Readiness Probe always expects HTTPS #959

renaudhager opened this issue Feb 17, 2025 · 0 comments
Labels
bug Something isn't working untriaged Issues that have not yet been triaged

Comments

@renaudhager
Copy link

What is the bug?

The operator allows disabling port 9200 to listen on HTTP only. However, the readiness probe expects this port to be HTTPS.

How can one reproduce the bug?

Configure the following in your cluster definition:

apiVersion: opensearch.opster.io/v1
kind: OpenSearchCluster
metadata:
  name: my-cluster
  namespace: opensearch
spec:
  general:
    additionalConfig:
      plugins.security.ssl.http.enabled: "false"
...

What is the expected behavior?

The readiness probe should handle this case.

What is your host/environment?

Kubernetes Version: 1.31
OpenSearch Kubernetes Operator Version: 2.7.0
Cloud Provider or Platform: EKS

Do you have any screenshots?

Image

Image

Image

Do you have any additional context?

This would very useful since the current state of the operator prevent it to be use with service mesh and this PR is setting idle for almost a year.

@renaudhager renaudhager added bug Something isn't working untriaged Issues that have not yet been triaged labels Feb 17, 2025
@renaudhager renaudhager changed the title [BUG] [BUG] Readiness Probe always expects HTTPS Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged Issues that have not yet been triaged
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant