kubernetes/docs
Kubernetes Submit Queue 52559696e9 Merge pull request #29879 from timstclair/aa-design
Automatic merge from submit-queue

Update the AppArmor design proposal

3 modifications to the original AppArmor design proposal:

1. Remove the pod-level AppArmor profile specification, since it was unnecessary complexity. I think the typical multi-container case is a main app, some side-cars (e.g. log helpers), and maybe some init containers. All of those containers are likely to have very different permissions needs, so I do not see benefit to the pod-level profile. If there is sufficient demand (i.e. user feedback) for this feature we can add it back.
2. Added a proposal for the beta (and GA) API. Beginning the discussion of this API now will smooth the transition from alpha, and guide the implementation of the internal API.
3. [EDIT] The profile deployment pod will poll the source directories for changes. This change is motivated by the fact that DaemonSets must run with RestartAlways.

/cc @bgrant0607 @erictune @pmorie @pweil-
2016-08-02 23:36:35 -07:00
..
admin Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
api-reference change the relative links to definition in operations.html to satisfy the new path set in the kubernetes.io 2016-07-29 13:29:34 -07:00
design Give the complete and correct path to client/apiserver related 2016-07-22 15:12:06 +08:00
devel add validateListType to pkg/api/meta/schema_test.go 2016-08-02 15:47:24 -07:00
getting-started-guides coreos/azure: Move into a separate repo 2016-07-30 12:56:46 +01:00
images Updated for v1.2.0. 2016-03-18 14:20:56 -07:00
man/man1 Add --scopes to kubectl-create-quota and add tests 2016-07-26 14:12:35 +02:00
proposals Merge pull request #29879 from timstclair/aa-design 2016-08-02 23:36:35 -07:00
user-guide Merge pull request #27417 from Pensu/master 2016-07-31 17:34:18 +02:00
yaml/kubectl Run new update-generated-docs.sh script 2016-06-08 17:25:21 -07:00
api.md Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
README.md Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
reporting-security-issues.md Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
roadmap.md Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
troubleshooting.md Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
warning.png Add an image to unversioned warnings 2015-07-14 15:28:59 -07:00
whatisk8s.md Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00

WARNING WARNING WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree

If you are using a released version of Kubernetes, you should refer to the docs that go with that version.

The latest release of this document can be found [here](http://releases.k8s.io/release-1.3/docs/README.md).

Documentation for other releases can be found at releases.k8s.io.

Kubernetes Documentation: releases.k8s.io/HEAD

Analytics