Update 05-kubernetes-configuration-files.md - with typo fix

pull/818/head
David Christensen 2024-11-03 08:46:21 -06:00 committed by GitHub
parent a9cb5f7ba5
commit cadc2ff9fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ When generating kubeconfig files for Kubelets the client certificate matching th
> The following commands must be run in the same directory used to generate the SSL certificates during the [Generating TLS Certificates](04-certificate-authority.md) lab.
Generate a kubeconfig file the node-0 worker node:
Generate a kubeconfig file for the node-0 worker node:
```bash
for host in node-0 node-1; do