Running on KinD
Persistent Volumes do not respect the fsGroup
value on Kind so disable using a PVC for fluentd:
apiVersion: logging.banzaicloud.io/v1beta1
kind: Logging
metadata:
name: example-on-kind
spec:
fluentd:
disablePvc: true
Getting Support
If you encounter any problems that the documentation does not address, file an issue or talk to us on Discord or on the CNCF Slack.
Before asking for help, prepare the following information to make troubleshooting faster:
- Logging operator version
- kubernetes version
- helm/chart version (if you installed the Logging operator with helm)
- Logging operator logs
- fluentd configuration
- fluentd logs
- fluentbit configuration
- fluentbit logs
Do not forget to remove any sensitive information (for example, passwords and private keys) before sharing.
Last modified March 12, 2024: Merge pull request #229 from kube-logging/pagefind-restructure (c4cf8da)