Skip to content

Commit

Permalink
Fix link on DaemonSet AppArmor loader example (#11288)
Browse files Browse the repository at this point in the history
It was moved from kubernetes/contrib to kubernetes/kubernetes repository in
kubernetes-retired/contrib@c7b7096
  • Loading branch information
rutsky authored and k8s-ci-robot committed Nov 26, 2018
1 parent d3c2134 commit a628a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/tutorials/clusters/apparmor.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ nodes. There are lots of ways to setup the profiles though, such as:

* Through a [DaemonSet](/docs/concepts/workloads/controllers/daemonset/) that runs a Pod on each node to
ensure the correct profiles are loaded. An example implementation can be found
[here](https://git.k8s.io/contrib/apparmor/loader).
[here](https://git.k8s.io/kubernetes/test/images/apparmor-loader).
* At node initialization time, using your node initialization scripts (e.g. Salt, Ansible, etc.) or
image.
* By copying the profiles to each node and loading them through SSH, as demonstrated in the
Expand Down

0 comments on commit a628a05

Please sign in to comment.