From 540a518e4720baa9867953ebf4f829cf0bf43a82 Mon Sep 17 00:00:00 2001 From: guoguangwu Date: Wed, 20 Sep 2023 18:20:50 +0800 Subject: [PATCH] fix: documentation typo Signed-off-by: guoguangwu --- samples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/README.md b/samples/README.md index 04a60777..a5ea4ac1 100644 --- a/samples/README.md +++ b/samples/README.md @@ -60,7 +60,7 @@ PACKER_CONFIG_DIR=$HOME sudo -E $(which packer) build -var local_ssh_public_key= ``` **Note**: This image doesn't result with kubernetes installed. Instead, it just sets up and image with the binaries needed to install it. -Specifically, this example automates the [Installing kubeadm](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/) section of the ["Bootstrapping clusters with kubeadm"](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/) kubernetes documentaiton. +Specifically, this example automates the [Installing kubeadm](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/) section of the ["Bootstrapping clusters with kubeadm"](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/) kubernetes documentation. The reason we don't go further is that installing k8s cluster is require you to make a few decisions (CNI for example), and has a different flow if it's a new install or a node joining an existing cluster. -Once running, follow the instructions here to install it: https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/ \ No newline at end of file +Once running, follow the instructions here to install it: https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/