Update 05-kubernetes-configuration-files.md

pull/774/head
Shubin(Stan) Peng 2024-04-13 23:28:21 +10:00 committed by GitHub
parent bbed1bb49b
commit ce4a8e2f18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -38,7 +38,7 @@ for host in node-0 node-1; do
done
```
Results:
Generate Files:
```text
node-0.kubeconfig
@ -73,7 +73,7 @@ Generate a kubeconfig file for the `kube-proxy` service:
}
```
Results:
Generate Files:
```text
kube-proxy.kubeconfig
@ -107,7 +107,7 @@ Generate a kubeconfig file for the `kube-controller-manager` service:
}
```
Results:
Generate Files:
```text
kube-controller-manager.kubeconfig
@ -142,7 +142,7 @@ Generate a kubeconfig file for the `kube-scheduler` service:
}
```
It will generate two config files for each node:
Generate Files:
```text
kube-scheduler.kubeconfig
@ -176,7 +176,7 @@ Generate a kubeconfig file for the `admin` user:
}
```
Results:
Generate Files:
```text
admin.kubeconfig