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

Replace deprecated seccomp.security.alpha.kubernetes.io/pod annotation #11966

Merged
merged 2 commits into from
Aug 10, 2022

Conversation

aledbf
Copy link
Member

@aledbf aledbf commented Aug 8, 2022

Description

The annotation will be removed in k8s 1.25

How to test

NONE

Werft options:

  • /werft with-preview

@aledbf aledbf marked this pull request as ready for review August 10, 2022 14:24
@aledbf aledbf requested a review from a team August 10, 2022 14:24
@github-actions github-actions bot added the team: workspace Issue belongs to the Workspace team label Aug 10, 2022
SecurityContext: &corev1.PodSecurityContext{},
SecurityContext: &corev1.PodSecurityContext{
// We're using a custom seccomp profile for user namespaces to allow clone, mount and chroot.
// Those syscalls don't make much sense in a non-userns setting, where we default to runtime/default using the PodSecurityPolicy.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PSP is going to deprecated, correct? Then, I am not use why we keep the PSP wording within the comment.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't have a replacement for PSP yet. I would prefer to keep that.

@roboquat roboquat merged commit 7a5fb96 into main Aug 10, 2022
@roboquat roboquat deleted the aledbf/seccompa branch August 10, 2022 23:39
@roboquat roboquat added deployed: workspace Workspace team change is running in production deployed Change is completely running in production labels Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed: workspace Workspace team change is running in production deployed Change is completely running in production release-note-none size/XL team: workspace Issue belongs to the Workspace team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants