fix simple typo

This commit is contained in:
Pietro Aragona
2025-02-15 21:23:09 +01:00
parent 5a325c23d7
commit 3cbba38458

View File

@@ -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.
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
curl -k --cacert ca.crt \