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

pod.spec.securityContext.seccompProfile is not working on old version #5864

Closed
camilamacedo86 opened this issue Jun 12, 2022 · 3 comments · Fixed by #5872
Closed

pod.spec.securityContext.seccompProfile is not working on old version #5864

camilamacedo86 opened this issue Jun 12, 2022 · 3 comments · Fixed by #5872
Assignees
Labels
release-blocker This issue blocks the parent release milestone
Milestone

Comments

@camilamacedo86
Copy link
Contributor

We udpate the default scaffold on K8s and SDK to follow up the good practices and recommendations on the k8s api: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted

The securityContext.seccompProfile was added in 1.19 and it seems not work on ocp < 4.11.
So, we might need to change the default scaffold and comment it before to do the releases so that users will be aware when they can or not use the option

@camilamacedo86 camilamacedo86 self-assigned this Jun 12, 2022
@camilamacedo86 camilamacedo86 added the release-blocker This issue blocks the parent release milestone label Jun 12, 2022
@camilamacedo86 camilamacedo86 added this to the v1.22.0 milestone Jun 12, 2022
@everettraven
Copy link
Contributor

everettraven commented Jun 13, 2022

@camilamacedo86 is this regarding the files that are scaffolded with kustomize in the config/ directory?

@camilamacedo86
Copy link
Contributor Author

We also will need to add a comment in the docs and a changelog to clarify that.

@everettraven
Copy link
Contributor

everettraven commented Jun 13, 2022

Things to be done to resolve this issue:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-blocker This issue blocks the parent release milestone
Projects
None yet
2 participants