From 93d5164efe01b362e92477834d60c3c8716bd74e Mon Sep 17 00:00:00 2001 From: "toc-me[bot]" Date: Fri, 24 May 2019 13:56:07 +0000 Subject: [PATCH] Update ToC for examples/k8s_audit_config/README.md --- examples/k8s_audit_config/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/examples/k8s_audit_config/README.md b/examples/k8s_audit_config/README.md index 0696218d..6370e35d 100644 --- a/examples/k8s_audit_config/README.md +++ b/examples/k8s_audit_config/README.md @@ -3,6 +3,20 @@ Either using static audit backends in Kubernetes 1.11, or in Kubernetes 1.13 wit +- [Instructions for Kubernetes 1.11](#instructions-for-kubernetes-111) + * [Deploy Falco to your Kubernetes cluster](#deploy-falco-to-your-kubernetes-cluster) + * [Define your audit policy and webhook configuration](#define-your-audit-policy-and-webhook-configuration) + * [Restart the API Server to enable Audit Logging](#restart-the-api-server-to-enable-audit-logging) + * [Observe Kubernetes audit events at falco](#observe-kubernetes-audit-events-at-falco) +- [Instructions for Kubernetes 1.13](#instructions-for-kubernetes-113) + * [Deploy Falco to your Kubernetes cluster](#deploy-falco-to-your-kubernetes-cluster-1) + * [Restart the API Server to enable Audit Logging](#restart-the-api-server-to-enable-audit-logging-1) + * [Deploy AuditSink objects](#deploy-auditsink-objects) + * [Observe Kubernetes audit events at falco](#observe-kubernetes-audit-events-at-falco-1) +- [Instructions for Kubernetes 1.13 with dynamic webhook and local log file](#instructions-for-kubernetes-113-with-dynamic-webhook-and-local-log-file) + + + ## Instructions for Kubernetes 1.11 The main steps are: