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
we are using pod-security.kubernetes.io/enforce=baseline PSA for a namespace that contains logging resources. So we encounter the following error when deploying the fluentbit daemonset:
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning FailedCreate 46m daemonset-controller Error creating: pods "tekton-logs-fluentbit-d5b98" is forbidden: violates PodSecurity "baseline:v1.27": hostPath volumes (volumes "varlibcontainers", "varlogs")
Is there an alternative way to configure FluentBit without using hostPath volumes?
The text was updated successfully, but these errors were encountered:
Hi team,
we are using
pod-security.kubernetes.io/enforce=baseline
PSA for a namespace that contains logging resources. So we encounter the following error when deploying the fluentbit daemonset:Is there an alternative way to configure FluentBit without using hostPath volumes?
The text was updated successfully, but these errors were encountered: