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
Stateless Ruler still requires objectStorageConfig to be defined, where we wouldn't utilize object store since we will be remote writing the rules.
Even when providing spoof values for the object store in order for template checks to pass, k8s then tries to create pvc and fails and thus the ruler fails to start
This arg needs to be optional and the env vars also optional/ checks to accommodate stateless ruler, when remoteWriteConfigFile is defined for Stateless Ruler
Stateless Ruler still requires
objectStorageConfig
to be defined, where we wouldn't utilize object store since we will be remote writing the rules.Even when providing spoof values for the object store in order for template checks to pass, k8s then tries to create pvc and fails and thus the ruler fails to start
This arg needs to be optional and the env vars also optional/ checks to accommodate stateless ruler, when
remoteWriteConfigFile
is defined for Stateless Rulerref: #263
The text was updated successfully, but these errors were encountered: