Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: documentation typo #161

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Once running, follow the instructions here to install it: https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/