mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 09:48:57 +03:00
fix simple typo
This commit is contained in:
@@ -8,7 +8,7 @@ In this lab you will generate a kubeconfig file for the `kubectl` command line u
|
|||||||
|
|
||||||
Each kubeconfig requires a Kubernetes API Server to connect to.
|
Each kubeconfig requires a Kubernetes API Server to connect to.
|
||||||
|
|
||||||
You should be able to ping `server.kubernetes.local` based on the `/etc/hosts` DNS entry from a previous lap.
|
You should be able to ping `server.kubernetes.local` based on the `/etc/hosts` DNS entry from a previous lab.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -k --cacert ca.crt \
|
curl -k --cacert ca.crt \
|
||||||
|
|||||||
Reference in New Issue
Block a user