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
{{ message }}
This repository was archived by the owner on Mar 20, 2026. It is now read-only.
FYI @harshavardhana
Any pointers about what steps I could be missing, something I could be doing wrong, or a better interpretation of the error message below would be appreciated.
Expected Behavior
minio pods should come up healthy with no errors in the logs
Current Behavior
getting in minio pod logs
ERROR Unable to start the server: HTTPS specified in endpoints, but no TLS certificate is found on the local machine
> Please add TLS certificate or use HTTP endpoints only
HINT:
Refer to https://docs.min.io/docs/how-to-secure-access-to-minio-server-with-tls for information about how to load a TLS certificate in your server
even though I have specified in the minioinstance yaml
FYI @harshavardhana
Any pointers about what steps I could be missing, something I could be doing wrong, or a better interpretation of the error message below would be appreciated.
Expected Behavior
minio pods should come up healthy with no errors in the logs
Current Behavior
getting in minio pod logs
even though I have specified in the minioinstance yaml
and created a secret called tls-ssl-minio following https://github.com/minio/operator/blob/1.0.9/docs/tls.md#using-kubernetes-tls and https://docs.min.io/docs/how-to-secure-access-to-minio-server-with-tls
This can be seen in the pod yaml:
and
Possible Solution
Steps to Reproduce (for bugs)
kubectl apply -f https://raw.githubusercontent.com/minio/minio-operator/1.0.9/minio-operator.yamlwget https://raw.githubusercontent.com/minio/minio-operator/1.0.9/examples/minioinstance-with-external-service.yamlstorageClassNameunder volumeClaimTemplate (for me I put portworx-db-gp3)kubectl apply -f minioinstance-with-external-service.yamlContext
Regression
Your Environment
minio-operator):uname -a):