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
Hey there, I can't install Loki with Helm, facing this error:
helm install -f values.yaml loki --namespace=loki loki/loki
Error: rendered manifests contain a resource that already exists. Unable to continue with install: PodSecurityPolicy "loki" in namespace "" exists and cannot be imported into the current release: invalid ownership metadata; label validation error: missing key "app.kubernetes.io/managed-by": must be set to "Helm"; annotation validation error: missing key "meta.helm.sh/release-name": must be set to "loki"; annotation validation error: missing key "meta.helm.sh/release-namespace": must be set to "loki"
Have anyone know how to fix it?
Thanks,
The text was updated successfully, but these errors were encountered:
* Use custom bucket size for indexEntriesPerChunk
Currently, the variable registers a new Histogram using
default bucket sizes that have floating size as well{0.01, 0.5, 1}.
Since this variable measures quantities which is always a whole number,
the default buckets go unused and are not necessarily required.
This PR uses custom bucket for variable indexEntriesPerChunk with
sizes {1,2,5}.
Signed-off-by: Jay Batra <[email protected]>
* Update CHANGELOG
Signed-off-by: Jay Batra <[email protected]>
Co-authored-by: Peter Štibraný <[email protected]>
Hey there, I can't install Loki with Helm, facing this error:
Have anyone know how to fix it?
Thanks,
The text was updated successfully, but these errors were encountered: