diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f5c702d..d6ac1a4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ This repository uses Renovate plus a few GitHub Actions workflows to keep depend Automatically monitors and creates PRs for: - GitHub Actions updates - The `TLS-tools/testssl.sh` git submodule -- Hardcoded versions in installer scripts (NGINX and its modules, Ansible, kubectl, minikube, Vagrant) via custom regex managers +- Hardcoded versions in installer scripts (NGINX and its modules, Ansible, Kubernetes, Flannel, K3s, Vagrant) via custom regex managers **Important:** the custom regex managers match exact variable formats such as `NGINX_VERSION="1.31.1"` (bash) and `$Script:NGINX_VERSION = '1.31.1'` diff --git a/kubernetes/k3s_installer.sh b/kubernetes/k3s_installer.sh index 3cf25b0..c47f7b0 100755 --- a/kubernetes/k3s_installer.sh +++ b/kubernetes/k3s_installer.sh @@ -7,6 +7,13 @@ # so it works on any systemd-based Linux without a distro package manager. # Kubernetes role names are used (control plane / worker); K3s' own # "server / agent" wording is mapped internally. +# +# Control plane: sudo ./