From d043bdbef8848ce856b358fc6f82ebe4076b5002 Mon Sep 17 00:00:00 2001 From: Vassiliy Yegorov Date: Tue, 17 Jan 2023 00:28:23 +0700 Subject: [PATCH] init --- 1.Cluster/cluster.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/1.Cluster/cluster.yml b/1.Cluster/cluster.yml index f59bc9a..8d0b2c9 100644 --- a/1.Cluster/cluster.yml +++ b/1.Cluster/cluster.yml @@ -4,7 +4,7 @@ kubernetes_version: v1.23.14-rancher1-1 ignore_docker_version: true nodes: - - address: + - address: 192.168.0.101 hostname_override: node1 user: root labels: @@ -12,7 +12,7 @@ nodes: ingress: yes location: hel role: [controlplane, worker, etcd] - - address: + - address: 192.168.0.102 hostname_override: node2 user: root labels: @@ -20,7 +20,7 @@ nodes: ingress: yes location: hel role: [controlplane, worker, etcd] - - address: + - address: 192.168.0.103 hostname_override: node3 user: root labels: