From 3cbba38458558d9d1b816ced5a114f5ee9c129ee Mon Sep 17 00:00:00 2001 From: Pietro Aragona Date: Sat, 15 Feb 2025 21:23:09 +0100 Subject: [PATCH] fix simple typo --- docs/10-configuring-kubectl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/10-configuring-kubectl.md b/docs/10-configuring-kubectl.md index ec3bde9..c22167b 100644 --- a/docs/10-configuring-kubectl.md +++ b/docs/10-configuring-kubectl.md @@ -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 \