From ec32fcbff3221a5206092b6d8bbc99c119c2ac32 Mon Sep 17 00:00:00 2001 From: blue25 <113828070+Blue25GD@users.noreply.github.com> Date: Wed, 24 Apr 2024 11:01:08 +0200 Subject: [PATCH] Update 01.en.md This is a fix for the issue #827 opened by Mawiguk0 for the "Setup your own scalable Kubernetes cluster with the Terraform provider for Hetzner Cloud" tutorial. -> https://github.com/hetzneronline/community-content/issues/827 --- tutorials/setup-your-own-scalable-kubernetes-cluster/01.en.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tutorials/setup-your-own-scalable-kubernetes-cluster/01.en.md b/tutorials/setup-your-own-scalable-kubernetes-cluster/01.en.md index 24d847689..ad2311bb4 100644 --- a/tutorials/setup-your-own-scalable-kubernetes-cluster/01.en.md +++ b/tutorials/setup-your-own-scalable-kubernetes-cluster/01.en.md @@ -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. @@ -530,4 +532,4 @@ By making a contribution to this project, I certify that: Signed-off-by: Alexandru Popescu (alexandru.popescu.fr@icloud.com) ---> \ No newline at end of file +-->