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
When implementing the follow up of #46332 in #49178, I found that seccomp profile is missed in sandbox's security context. Without this, we couldn't honour "seccomp.security.alpha.kubernetes.io/pod" for sandbox.
Automatic merge from submit-queue (batch tested with PRs 48981, 47316, 49180)
Add seccomp profile in sandbox security context
**What this PR does / why we need it**:
PR #46332 adds seccomp profile to container security context, but not sandbox. This PR adds seccomp profile in sandbox security context. Without this, we couldn't honour "seccomp.security.alpha.kubernetes.io/pod" for sandbox.
**Which issue this PR fixes**
fixes#49179.
**Special notes for your reviewer**:
**Release note**:
```release-note
NONE
```
/cc @yujuhong
Automatic merge from submit-queue
Support seccomp profile from container's security context
**What this PR does / why we need it**:
Support seccomp profile from container's security context, followup of #46332.
**Which issue this PR fixes**
fixes#46332.
**Special notes for your reviewer**:
~~Depends on #49179. (already merged)~~
**Release note**:
```release-note
NONE
```
Is this a BUG REPORT or FEATURE REQUEST?:
/kind bug
What happened:
When implementing the follow up of #46332 in #49178, I found that seccomp profile is missed in sandbox's security context. Without this, we couldn't honour "seccomp.security.alpha.kubernetes.io/pod" for sandbox.
/cc @yujuhong
/sig node
The text was updated successfully, but these errors were encountered: