diff --git a/content/en/blog/_posts/2023-10-12-bootstrap-an-air-gapped-cluster-with-kubeadm/index.md b/content/en/blog/_posts/2023-10-12-bootstrap-an-air-gapped-cluster-with-kubeadm/index.md index 53ba067452..969d831768 100644 --- a/content/en/blog/_posts/2023-10-12-bootstrap-an-air-gapped-cluster-with-kubeadm/index.md +++ b/content/en/blog/_posts/2023-10-12-bootstrap-an-air-gapped-cluster-with-kubeadm/index.md @@ -658,7 +658,7 @@ From the air gapped VM, switch into the ~/tmp directory where all of the artifac ```bash cd ~/tmp ``` -Set `$KUBECONFIG` to a file with credentials for the local cluster; also set the the Zarf version: +Set `$KUBECONFIG` to a file with credentials for the local cluster; also set the Zarf version: ```bash export KUBECONFIG=/etc/kubernetes/admin.conf