Skip to content
New issue

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

[Fluent-Bit] Missing hostPID and hostIPC for Kubernetes 1.25.0 and higher #586

Open
piotrk167 opened this issue Feb 25, 2025 · 0 comments
Open

Comments

@piotrk167
Copy link

Hello

Host sharing resources values like hostPID, hostIPC and hostNetwork are set in PodSecurityPolicy which is deprecated in Kubernetes for versions 1.25.0 and higher. They are also set in SecurityContextConstraints but it is only applied for openShift.

Value hostNetwork is specified in values.yaml and used in _pod.tpl, but hostPID and hostIPC are missing.
This problem occurs for Kubernetes 1.25.0 and higher since PSPs are automatically disabled for those versions and may lead to security issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant