From 2ea2b8a24c419ccfb276dbe903eee8d151b35a61 Mon Sep 17 00:00:00 2001 From: Cao Shufeng Date: Fri, 30 Jun 2017 13:40:04 +0800 Subject: [PATCH] Use the new right link for audit policy example v1.7.0-rc.1 tag doesn't contain this pr: https://github.com/kubernetes/kubernetes/pull/48086 so, it's a wrong example for users. Uese the new v1.7.0 tag instead. --- docs/tasks/debug-application-cluster/audit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/debug-application-cluster/audit.md b/docs/tasks/debug-application-cluster/audit.md index 57616b91dd..817bfe945b 100644 --- a/docs/tasks/debug-application-cluster/audit.md +++ b/docs/tasks/debug-application-cluster/audit.md @@ -286,4 +286,4 @@ Events are POSTed as a JSON serialized `EventList`. An example payload: [audit-api]: https://github.com/kubernetes/kubernetes/blob/v1.7.0-rc.1/staging/src/k8s.io/apiserver/pkg/apis/audit/v1alpha1/types.go [kube-apiserver]: /docs/admin/kube-apiserver -[gce-audit-profile]: https://github.com/kubernetes/kubernetes/blob/v1.7.0-rc.1/cluster/gce/gci/configure-helper.sh#L490 +[gce-audit-profile]: https://github.com/kubernetes/kubernetes/blob/v1.7.0/cluster/gce/gci/configure-helper.sh#L490