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

Update 01.en.md #830

Merged
merged 1 commit into from
Apr 24, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ users:
runcmd:
- apt-get update -y
- curl https://get.k3s.io | INSTALL_K3S_EXEC="--disable traefik" sh -
- chown cluster:cluster /etc/rancher/k3s/k3s.yaml
- chown cluster:cluster /var/lib/rancher/k3s/server/node-token
```

> You need to add the public SSH key for the worker node so that the worker node can copy the Kubernetes token from the master node.
Expand Down Expand Up @@ -530,4 +532,4 @@ By making a contribution to this project, I certify that:

Signed-off-by: Alexandru Popescu ([email protected])

-->
-->