Kubernetes Cluster in Proxmox VE (AlmaLinux/CentOS): Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
K
keine Bearbeitungszusammenfassung
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-ctrlr.my.domain k8s-ctrlr
192.168.2.65  k8s-worker-2.my.domain k8s-worker-2


</syntaxhighlight>
</syntaxhighlight>

Navigationsmenü