From 3edeaba98fb508b887919a434f2410e8a04db222 Mon Sep 17 00:00:00 2001 From: "D. Purge" Date: Sat, 15 Jun 2024 23:08:37 +0200 Subject: [PATCH] K3s installation --- content/docs/devops/linux/ubuntu.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/content/docs/devops/linux/ubuntu.md b/content/docs/devops/linux/ubuntu.md index 0f60d3b9..bde5f5d0 100644 --- a/content/docs/devops/linux/ubuntu.md +++ b/content/docs/devops/linux/ubuntu.md @@ -103,7 +103,6 @@ Prepare container after creation from image: ```sh sudo dpkg-reconfigure openssh-server - ``` Install K3s in Proxmox LXC container: @@ -145,4 +144,10 @@ chmod +x /etc/rc.local /etc/rc.local ``` -Install K3s: `curl -sfL https://get.k3s.io | sh -` +Install K3s: + +```sh +curl -sfL https://get.k3s.io | sh - +systemctl status k3s +sudo cat /etc/rancher/k3s/k3s.yaml +```