Files
kubernetes/pkg/kubelet
Kubernetes Submit Queue 17787eb6f2 Merge pull request #31557 from timstclair/aa-event
Automatic merge from submit-queue

Include security options in the container created event

New container creation events look like:
```
Created container with docker id /k8s_bar2.a4; Security:[seccomp=sub/subtest(md5:07c9bcb4db631f7ca191d6e0bca49f76)]

Created container with docker id /k8s_bar2.a4; Security:[seccomp=unconfined apparmor=foo-profile]
```

The goal is to provide enough information to confirm that the requseted security constraints were honored.

For https://github.com/kubernetes/kubernetes/issues/31284

/cc @dchen1107 @thockin @jfrazelle @pweil- @pmorie

---

Justification for v1.4:

- Risk: low. This appends some additional information to a human readable message. A bug here would probably not break any functionality
- Roll-back: I don't anticipate any more changes to this area of the code. No functionality depends on this change.
- Cost of not including: Users don't get any (positive) confirmation that the AppArmor or Seccomp profile they requested were actually enabled.
2016-08-30 01:35:33 -07:00
..
2016-07-16 13:48:21 -04:00
2016-08-03 01:14:44 +03:00
2016-08-03 01:14:44 +03:00
2016-08-17 16:21:19 -04:00
2016-07-16 13:48:21 -04:00
2016-08-25 13:22:01 +02:00
2016-07-16 13:48:21 -04:00
2016-08-22 23:35:11 -04:00
2016-07-16 13:48:21 -04:00
2016-03-02 20:46:32 -05:00
2016-08-03 01:14:44 +03:00
2016-08-03 13:19:22 +08:00
2016-08-22 23:35:11 -04:00