We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb471c7 + 647c8a5 commit f1d0e5dCopy full SHA for f1d0e5d
content/ja/docs/tasks/debug/debug-cluster/audit.md
@@ -129,9 +129,10 @@ kube-apiserverには2つのバックエンドが用意されています。
129
130
クラスターのコントロールプレーンでkube-apiserverをPodとして動作させている場合は、監査記録が永久化されるように、ポリシーファイルとログファイルの場所に`hostPath`をマウントすることを忘れないでください。
131
例えば:
132
-```shell
133
- --audit-policy-file=/etc/kubernetes/audit-policy.yaml \
134
- --audit-log-path=/var/log/audit.log
+
+```yaml
+ - --audit-policy-file=/etc/kubernetes/audit-policy.yaml
135
+ - --audit-log-path=/var/log/kubernetes/audit/audit.log
136
```
137
138
それからボリュームをマウントします:
0 commit comments