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