Skip to content

Commit

Permalink
K3s installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dpurge committed Jun 15, 2024
1 parent ce9f6fe commit 3edeaba
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions content/docs/devops/linux/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ Prepare container after creation from image:

```sh
sudo dpkg-reconfigure openssh-server

```

Install K3s in Proxmox LXC container:
Expand Down Expand Up @@ -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
```

0 comments on commit 3edeaba

Please sign in to comment.