scripts /etc/hosts on December 04, 2019 Get link Facebook X Pinterest Email Other Apps /etc/hosts: #!/bin/sh echo '192.168.1.30 k8s-master' >> /etc/hosts echo '192.168.1.40 k8s-worker1' >> /etc/hosts echo '192.168.1.50 k8s-worker2' >> /etc/hosts Comments
Comments
Post a Comment