From 0110e705123b0c7ae16c63183df633f31c7f3433 Mon Sep 17 00:00:00 2001 From: jorgeboti Date: Tue, 10 Aug 2021 14:04:30 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20'pheros.conf'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pheros.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pheros.conf diff --git a/pheros.conf b/pheros.conf new file mode 100644 index 0000000..ac19169 --- /dev/null +++ b/pheros.conf @@ -0,0 +1,6 @@ + kubeadm join 172.16.100.100:6443 --token colmta.7uxl2adqk6x6w6wu \ + --discovery-token-ca-cert-hash sha256:07f41960a1a953cb7cb515bc336979d1f6948e267c6313e19013f459d1f24e43 \ + --control-plane + +kubeadm join 172.16.100.100:6443 --token colmta.7uxl2adqk6x6w6wu \ + --discovery-token-ca-cert-hash sha256:07f41960a1a953cb7cb515bc336979d1f6948e267c6313e19013f459d1f24e43 \ No newline at end of file