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

Add missing seccompProfile to comply with restricted policy #1933

Open
wants to merge 2 commits into
base: devel
Choose a base branch
from

Conversation

hamidos
Copy link

@hamidos hamidos commented Aug 2, 2024

SUMMARY

Deploying the awx-operator in a Kubernetes cluster or namespace with restricted policy requires Seccomp profile to be explicitly set to RuntimeDefault or Localhost
This PR adds missing seccompProfile to comply with restricted policy.

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
ADDITIONAL INFORMATION

Pod Security Standards: restricted profile

Before this change, the user will get the following error:

Error creating: pods "awx-operator-controller-manager-54f7bbff8d-mbb4j" is forbidden: violates PodSecurity "restricted:latest": seccompProfile (pod or containers "kube-rbac-proxy", "awx-manager" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost")

@maarous
Copy link

maarous commented Aug 14, 2024

This PR is important.
Hope that it will be merged soon.

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

Successfully merging this pull request may close these issues.

2 participants