From b645bc7890641304163e5e672baf4410fbb264f4 Mon Sep 17 00:00:00 2001 From: ptux Date: Tue, 28 Dec 2021 10:34:43 +0900 Subject: [PATCH] remove the En content --- content/ja/docs/tasks/debug-application-cluster/audit.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/content/ja/docs/tasks/debug-application-cluster/audit.md b/content/ja/docs/tasks/debug-application-cluster/audit.md index 325beb490d..d71dcb76a6 100644 --- a/content/ja/docs/tasks/debug-application-cluster/audit.md +++ b/content/ja/docs/tasks/debug-application-cluster/audit.md @@ -62,11 +62,6 @@ Kubernetesの監査はクラスター内の一連の行動を記録するセキ - `RequestResponse` - イベントのメタデータ、リクエストとレスポンスのボディを記録しますが、 非リソースリクエストには適用されません。 -You can pass a file with the policy to `kube-apiserver` -using the `--audit-policy-file` flag. If the flag is omitted, no events are logged. -Note that the `rules` field __must__ be provided in the audit policy file. -A policy with no (0) rules is treated as illegal. - `audit-policy-file`フラグを使って、ポリシーを記述したファイルを `kube-apiserver`に渡すことができます。 このフラグが省略された場合イベントは記録されません。 監査ポリシーファイルでは、`rules`フィールドが必ず指定されることに注意してください。