1.052
Bearbeitungen
K (→Worker) |
KKeine Bearbeitungszusammenfassung |
||
Zeile 179: | Zeile 179: | ||
DNS1=192.168.2.1 | DNS1=192.168.2.1 | ||
DNS2=1.1.1.1 | DNS2=1.1.1.1 | ||
</syntaxhighlight>Den Hostnamen für die neuen Worker anpassen:<syntaxhighlight lang="bash"> | |||
hostnamectl set-hostname k8s-worker-2 | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Zeile 186: | Zeile 188: | ||
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 | 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 | ||
192.168.2.65 k8s- | 192.168.2.65 k8s-worker-2.my.domain k8s-worker-2 | ||
</syntaxhighlight> | </syntaxhighlight> |