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.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
d378484400
commit
c83f5b3c2e
@@ -392,6 +392,7 @@ different users into different files.
|
|||||||
|
|
||||||
cat <<EOF > /etc/kubernetes/audit-webhook-kubeconfig
|
cat <<EOF > /etc/kubernetes/audit-webhook-kubeconfig
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
kind: Config
|
||||||
clusters:
|
clusters:
|
||||||
- cluster:
|
- cluster:
|
||||||
server: http://<ip_of_logstash>:8888
|
server: http://<ip_of_logstash>:8888
|
||||||
@@ -402,7 +403,6 @@ different users into different files.
|
|||||||
user: ""
|
user: ""
|
||||||
name: default-context
|
name: default-context
|
||||||
current-context: default-context
|
current-context: default-context
|
||||||
kind: Config
|
|
||||||
preferences: {}
|
preferences: {}
|
||||||
users: []
|
users: []
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user