doku
This commit is contained in:
+10
-10
@@ -5,27 +5,27 @@ Als Basis-Installation wird Debian 13 verwendet. Standard-Installation mit SSH-S
|
||||
|
||||
## Vorbereitung Controll Plane
|
||||
* Benötigte Pakete installieren
|
||||
´´´
|
||||
```
|
||||
apt update
|
||||
apt -y install containerd curl gpg
|
||||
´´´
|
||||
```
|
||||
|
||||
* Konfiguration für containerd erstellen
|
||||
´´´
|
||||
```
|
||||
containerd config default | tee /etc/containerd/config.toml
|
||||
´´´
|
||||
```
|
||||
|
||||
* Anpassen der config.toml
|
||||
´´´
|
||||
```
|
||||
nano /etc/containerd/config.toml
|
||||
´´´
|
||||
```
|
||||
Anpassen folgender Zeilen
|
||||
´´´
|
||||
```
|
||||
sandbox_image = "registry.k8s.io/pause:3.10"
|
||||
SystemdCgroup = true
|
||||
´´´
|
||||
```
|
||||
|
||||
* Dienst neu starten
|
||||
´´´
|
||||
```
|
||||
systemctl restart containerd
|
||||
´´´
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user