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
Using k3s and networking.k8s.io/v1 Ingress , I create an http rule for the operator console that maps /minio-console/ to the "console" services in the minio-operator namespace. In the helm chart values that installs the operator , I include OPERATOR_SUBPATH set to /minio-operator/ . I can the access the the operator console via http://localhost:3000/minio-console .
Current Behavior
I get 2 console errors when accessing http://localhost:3000/minio-console.
This is very similar to issue: minio/console#2045
And there was a fix in console for it: minio/console#2818
But since we separated the Operator UI and the console UI, I wonder if similar fix should be applied
Expected Behavior
Using k3s and networking.k8s.io/v1 Ingress , I create an http rule for the operator console that maps /minio-console/ to the "console" services in the minio-operator namespace. In the helm chart values that installs the operator , I include
OPERATOR_SUBPATH
set to/minio-operator/
. I can the access the the operator console viahttp://localhost:3000/minio-console
.Current Behavior
I get 2 console errors when accessing
http://localhost:3000/minio-console.
Possible Solution
There does appear to be code that reads the OPERATOR_SUBPATH env, so I'm not sure.
Steps to Reproduce (for bugs)
http://localhost:3000/minio-console
Context
using subpaths to expose on cluster UI is a standard practice, port forwarding requires access the console from a different url.
I don't believe I can use MINIO_BROWSER_REDIRECT_URL, as that appears to be used to keycloak integration (which I'll setup after getting this working)
Regression
not sure
Your Environment
minio-operator
): 5.0.4uname -a
): Linux local-moc 5.15.0-57-generic # 63-Ubuntu SMP Thu Nov 24 13:43:17 UTC 2022 x86_64 x86_64 x86_64 GNU/LinuxThe text was updated successfully, but these errors were encountered: