From 473f752ac1b0e83091ad5a12c86816c48ef73c60 Mon Sep 17 00:00:00 2001 From: guangwu Date: Tue, 21 Nov 2023 22:56:12 +0800 Subject: [PATCH] fix: documentation typo (#161) 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/