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
to operator deployment and for MinIO pods and prometheus it's works as expected - it change cluster.local to dev.kuber.int, but not for minio-log-search-api
Current Behavior
When MinIO Operator provides Log Search API, it tries to lookup the service by cluster.local ignoring clusterDomain parameter
E0312 13:35:46.120190 1 main-controller.go:721] error syncing 'default/minio-cms': Log Search is not ready
Get "http://minio-cms-log-search-api.default.svc.cluster.local:8080": dial tcp: lookup minio-cms-log-search-api.default.svc.cluster.local on 169.254.25.10:53: no such host
Expected Behavior
I've set
to operator deployment and for MinIO pods and prometheus it's works as expected - it change
cluster.local
todev.kuber.int
, but not forminio-log-search-api
Current Behavior
When MinIO Operator provides Log Search API, it tries to lookup the service by
cluster.local
ignoringclusterDomain
parameterBecause it's hard-coded
and do not use env variable from GetClusterDomain function
Possible Solution
Steps to Reproduce (for bugs)
Context
Regression
Your Environment
minio-operator
): I use templates from master branchuname -a
): Oracle Linux Server release 7.6/4.14.35-2025.400.9.el7uek.x86_64MINIO OPERATOR
MINIO TENANT:
The text was updated successfully, but these errors were encountered: