Skip to content

Commit b754145

Browse files
author
Tomasz Jakubik
authored
Fix link to script generating audit policy
Script that generates audit policy file can change, so it's better to point user to file instead of specific line
1 parent d4d55a7 commit b754145

File tree

1 file changed

+2
-3
lines changed
  • content/en/docs/tasks/debug-application-cluster

1 file changed

+2
-3
lines changed

content/en/docs/tasks/debug-application-cluster/audit.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ rules:
8686
- level: Metadata
8787
```
8888
89-
The [audit profile used by GCE][gce-audit-profile] should be used as reference by
90-
admins constructing their own audit profiles.
89+
The audit profile used by GCE should be used as reference by admins constructing their own audit profiles. You can check the [configure-helper.sh][configure-helper] script, which generates the audit policy file. You can see most of the audit policy file by looking directly at the script.
9190
9291
## Audit backends
9392
@@ -493,7 +492,7 @@ plugin which supports full-text search and analytics.
493492
[kube-apiserver]: /docs/admin/kube-apiserver
494493
[auditing-proposal]: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/auditing.md
495494
[auditing-api]: https://github.com/kubernetes/kubernetes/blob/{{< param "githubbranch" >}}/staging/src/k8s.io/apiserver/pkg/apis/audit/v1/types.go
496-
[gce-audit-profile]: https://github.com/kubernetes/kubernetes/blob/{{< param "githubbranch" >}}/cluster/gce/gci/configure-helper.sh#L735
495+
[configure-helper]: https://github.com/kubernetes/kubernetes/blob/{{< param "githubbranch" >}}/cluster/gce/gci/configure-helper.sh
497496
[kubeconfig]: /docs/tasks/access-application-cluster/configure-access-multiple-clusters/
498497
[fluentd]: http://www.fluentd.org/
499498
[fluentd_install_doc]: https://docs.fluentd.org/v1.0/articles/quickstart#step-1:-installing-fluentd

0 commit comments

Comments
 (0)