Fix typo.

This commit is contained in:
Mark Stemm 2019-05-21 12:03:29 +02:00 committed by Lorenzo Fontana
parent 78b9bd6e98
commit 35a8392e6f

View File

@ -107,7 +107,7 @@ K8s audit events will then be routed to the falco daemonset within the cluster,
## K8s 1.13 + Local Log File Instructions
If you want to use a mix of AuditSink for remote audit events as well as a local audit log file, you can run enable-k8s-audit.sh with the "dynamic-log" argument e.g. `bash ./enable-k8s-audit.sh <variant> dynamic+log`. This will enable dynamic audit logs as well as a static audit log to a local file. Its output looks like this:
If you want to use a mix of AuditSink for remote audit events as well as a local audit log file, you can run enable-k8s-audit.sh with the "dynamic+log" argument e.g. `bash ./enable-k8s-audit.sh <variant> dynamic+log`. This will enable dynamic audit logs as well as a static audit log to a local file. Its output looks like this:
```
***Copying apiserver config patch script to apiserver...