Skip to content

Commit 5e9bf39

Browse files
lab10-configuring-kubectl.md (#2629)
Grammar check
1 parent 017e895 commit 5e9bf39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/labs/kubernetes-the-hard-way/lab10-configuring-kubectl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ tags:
1313

1414
# Lab 10: Configuring `kubectl` for Remote Access
1515

16-
> 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 like distributions for the ARM64 architecture, this fork targets Enterprise Linux distributions such as Rocky Linux running on x86_64 architecture.
16+
> 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 bases itself on Debian-like distributions for the ARM64 architecture, this fork targets Enterprise Linux distributions such as Rocky Linux, which runs on x86_64 architecture.
1717
18-
In this lab you will generate a kubeconfig file for the `kubectl` command line utility based on the `admin` user credentials.
18+
In this lab, you will generate a kubeconfig file for the `kubectl` command-line utility based on the `admin` user credentials.
1919

2020
> Run the commands in this lab from the `jumpbox` machine.
2121
2222
## The Admin Kubernetes Configuration File
2323

2424
Each kubeconfig requires a Kubernetes API Server to connect to.
2525

26-
You should be able to ping `server.kubernetes.local` based on the `/etc/hosts` DNS entry from an earlier lab.
26+
Based on the `/etc/hosts` DNS entry from an earlier lab, you should be able to ping` server.kubernetes.local`.
2727

2828
```bash
2929
curl -k --cacert ca.crt \

0 commit comments

Comments
 (0)