Skip to content

Commit d964f3b

Browse files
lab5-kubernetes-configuration-files.md (#2635)
Grammar check
1 parent 8828b55 commit d964f3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/labs/kubernetes-the-hard-way/lab5-kubernetes-configuration-files.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
author: Wale Soyinka
3-
contributors: Steven Spencer
3+
contributors: Steven Spencer, Ganna Zhyrnova
44
tags:
55
- kubernetes
66
- k8s
@@ -9,13 +9,13 @@ tags:
99

1010
# Lab 5: Generating Kubernetes Configuration Files for Authentication
1111

12-
> This is a fork of the original ["Kubernetes the hard way"](https://github.com/kelseyhightower/kubernetes-the-hard-way) originally written by Kelsey Hightower (GitHub: kelseyhightower). Unlike the original that bases itself on Debian (or similar) distributions for ARM64 architecture, this fork targets Enterprise Linux distributions such as Rocky Linux running on x86_64 architecture.
12+
> This is a fork of the original ["Kubernetes the hard way"](https://github.com/kelseyhightower/kubernetes-the-hard-way) originally written by Kelsey Hightower (GitHub: kelseyhightower). Unlike the original, which is based on Debian (or similar) distributions for ARM64 architecture, this fork targets Enterprise Linux distributions such as Rocky Linux running on x86_64 architecture.
1313
14-
In this lab you will generate [Kubernetes client configuration files](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/), typically called kubeconfigs, which configure Kubernetes clients to connect and authenticate to Kubernetes API Servers.
14+
In this lab, you will generate [Kubernetes client configuration files](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/), which are typically called kubeconfigs. These files configure Kubernetes clients to connect to and authenticate with Kubernetes API Servers.
1515

1616
## Client Authentication Configs
1717

18-
In this section you will generate kubeconfig files for the `kubelet` and the `admin` user.
18+
In this section, you will generate kubeconfig files for the `kubelet` and the `admin` user.
1919

2020
### The kubelet Kubernetes Configuration File
2121

0 commit comments

Comments
 (0)