We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker
In current Loki Stack custom values reference https://github.com/scalar-labs/helm-charts/blob/main/docs/conf/scalar-loki-stack-custom-values.yaml#L11, we use docker pipe.
From Kubernetes 1.26, it deprecates the Docker interface and use CRI only. Maybe we can remove this pipe and add cri instead then.
cri
This issue is a note for the evaluation when 1.25 is out.
The text was updated successfully, but these errors were encountered:
supl
No branches or pull requests
In current Loki Stack custom values reference https://github.com/scalar-labs/helm-charts/blob/main/docs/conf/scalar-loki-stack-custom-values.yaml#L11, we use
docker
pipe.From Kubernetes 1.26, it deprecates the Docker interface and use CRI only. Maybe we can remove this pipe and add
cri
instead then.This issue is a note for the evaluation when 1.25 is out.
The text was updated successfully, but these errors were encountered: