Newbie on board RKE2/Rancher #3134
-
Hi all, I'm a newbie in the Kubernetes and Rancher stuff and I'm struggle with a Kubernetes+Rancher on premise stuff. What i have done till now is to deploy 2 VM's with RHEL 8.4 (Ootpa) on it, and on the first machine i installed the RKE2 server and also Rancher kubectl get pod -A
NAMESPACE NAME READY STATUS RESTARTS AGE
cattle-fleet-local-system fleet-agent-699b5fb945-b6dzg 1/1 Running 1 (20m ago) 82m
cattle-fleet-system fleet-controller-784d6fbcd8-q8gbr 1/1 Running 1 (20m ago) 82m
cattle-fleet-system gitjob-6b977748fc-6lgfd 1/1 Running 1 (20m ago) 82m
cattle-system rancher-864b9b7d48-pwtmg 1/1 Running 1 (20m ago) 84m
cattle-system rancher-webhook-5b65595df9-rz97c 1/1 Running 1 (20m ago) 82m
cert-manager cert-manager-67599dcc49-9hzmf 1/1 Running 1 (20m ago) 100m
cert-manager cert-manager-cainjector-58c8955c5d-m6ftt 1/1 Running 1 (20m ago) 100m
cert-manager cert-manager-webhook-d698b4885-nqhld 1/1 Running 1 (20m ago) 100m
kube-system cloud-controller-manager-rhel-001 1/1 Running 2 (20m ago) 109m
kube-system etcd-rhel-001 1/1 Running 1 (20m ago) 108m
kube-system helm-install-rke2-canal-pcmp5 0/1 Completed 0 109m
kube-system helm-install-rke2-coredns-cccdd 0/1 Completed 0 109m
kube-system helm-install-rke2-ingress-nginx-5fw9j 0/1 Completed 0 109m
kube-system helm-install-rke2-metrics-server-2w9sm 0/1 Completed 0 109m
kube-system kube-apiserver-rhel-001 1/1 Running 1 (20m ago) 108m
kube-system kube-controller-manager-rhel-001 1/1 Running 2 (20m ago) 109m
kube-system kube-proxy-rhel-001 1/1 Running 1 (20m ago) 109m
kube-system kube-scheduler-rhel-001 1/1 Running 1 (20m ago) 109m
kube-system rke2-canal-wxwmv 2/2 Running 2 (20m ago) 108m
kube-system rke2-coredns-rke2-coredns-547d5499cb-q2n9k 1/1 Running 1 (20m ago) 108m
kube-system rke2-coredns-rke2-coredns-autoscaler-65c9bb465d-9wtrs 1/1 Running 1 (20m ago) 108m
kube-system rke2-ingress-nginx-controller-tmp45 1/1 Running 1 (20m ago) 107m
kube-system rke2-metrics-server-6564db4569-zqd7w 1/1 Running 1 (20m ago) 108m How can be see the Rancher UI is running and the local cluster is Active, but when i want to deploy a new cluster i'm receiving the following stuff:
I have run the command journalctl -u rke2-server on the server, and got this output:
and also on the machine where i want to create the new cluster i run the command journalctl -u rancher-system-agent, and received the following output:
this is the command provided by Rancher UI to deploy the new cluster nodes Many thanks in advanced for yours responses! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 23 replies
-
It looks like RKE2 has been installed on the first node of the downstream cluster and is running normally. What do you see in the logs of rancher pods on the downstream cluster? |
Beta Was this translation helpful? Give feedback.
It looks like RKE2 has been installed on the first node of the downstream cluster and is running normally. What do you see in the logs of rancher pods on the downstream cluster?