From c83f5b3c2e91352fffe4545b9df9127e90a9a6bc Mon Sep 17 00:00:00 2001 From: Kenichi Omichi Date: Fri, 10 May 2019 03:03:59 -0700 Subject: [PATCH] Fix yaml sample order of /debug-application-cluster (#14260) The orders of kind and metadata were inconsistent, and that made the doc unreadable. This fixes the orders in consistent way. --- content/en/docs/tasks/debug-application-cluster/audit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/debug-application-cluster/audit.md b/content/en/docs/tasks/debug-application-cluster/audit.md index d4f1de7928..c8e53f2439 100644 --- a/content/en/docs/tasks/debug-application-cluster/audit.md +++ b/content/en/docs/tasks/debug-application-cluster/audit.md @@ -392,6 +392,7 @@ different users into different files. cat < /etc/kubernetes/audit-webhook-kubeconfig apiVersion: v1 + kind: Config clusters: - cluster: server: http://:8888 @@ -402,7 +403,6 @@ different users into different files. user: "" name: default-context current-context: default-context - kind: Config preferences: {} users: [] EOF