mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #37135 from feiskyer/seccomp2
Automatic merge from submit-queue CRI: address knows issues of seccomp For https://github.com/kubernetes/kubernetes/issues/36997. To move forward, we decided to list seccomp profile path problem as a know issue in CRI (see [here](https://github.com/kubernetes/kubernetes/issues/36997#issuecomment-261673120)). cc/ @yujuhong @euank @kubernetes/sig-node
This commit is contained in:
commit
1de096bd52
@ -665,7 +665,8 @@ type PodSandboxConfig struct {
|
|||||||
// * runtime/default: the default profile for the container runtime
|
// * runtime/default: the default profile for the container runtime
|
||||||
// * unconfined: unconfined profile, ie, no seccomp sandboxing
|
// * unconfined: unconfined profile, ie, no seccomp sandboxing
|
||||||
// * localhost/<profile-name>: the profile installed to the node's
|
// * localhost/<profile-name>: the profile installed to the node's
|
||||||
// local seccomp profile root
|
// local seccomp profile root. Note that profile root is set in
|
||||||
|
// kubelet, and it is not passed in CRI yet, see https://issues.k8s.io/36997.
|
||||||
//
|
//
|
||||||
// 3. Sysctls
|
// 3. Sysctls
|
||||||
//
|
//
|
||||||
|
@ -255,7 +255,8 @@ message PodSandboxConfig {
|
|||||||
// * runtime/default: the default profile for the container runtime
|
// * runtime/default: the default profile for the container runtime
|
||||||
// * unconfined: unconfined profile, ie, no seccomp sandboxing
|
// * unconfined: unconfined profile, ie, no seccomp sandboxing
|
||||||
// * localhost/<profile-name>: the profile installed to the node's
|
// * localhost/<profile-name>: the profile installed to the node's
|
||||||
// local seccomp profile root
|
// local seccomp profile root. Note that profile root is set in
|
||||||
|
// kubelet, and it is not passed in CRI yet, see https://issues.k8s.io/36997.
|
||||||
//
|
//
|
||||||
// 3. Sysctls
|
// 3. Sysctls
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user