Comments on: How to Install Kubernetes (k8s) Cluster on RHEL 8 https://www.linuxtechi.com/how-to-install-kubernetes-cluster-rhel/ Wed, 27 Sep 2023 04:26:55 +0000 hourly 1 By: Dinesh https://www.linuxtechi.com/how-to-install-kubernetes-cluster-rhel/#comment-59203 Wed, 27 Sep 2023 04:26:55 +0000 https://www.linuxtechi.com/?p=13602#comment-59203 In reply to Parshva Shah.

Hi Parshva Shah,

We are facing the same issue in azure. Stuck in this for while . Did you resolve it?. We are also using azure

]]>
By: Tony https://www.linuxtechi.com/how-to-install-kubernetes-cluster-rhel/#comment-58640 Mon, 18 Sep 2023 02:59:21 +0000 https://www.linuxtechi.com/?p=13602#comment-58640 In reply to Dino.

you can use this cmd, $ kubectl taint nodes --all node-role.kubernetes.io/control-plane-

]]>
By: Doron Veeder https://www.linuxtechi.com/how-to-install-kubernetes-cluster-rhel/#comment-56051 Tue, 18 Jul 2023 13:59:10 +0000 https://www.linuxtechi.com/?p=13602#comment-56051 Excellent Documentation! Thanks!!
A few notes:
* I’ve struggled a bit to handle things behind a proxy and find a solution here – “https://jbn1233.medium.com/docker-cri-o-behind-http-proxy-4a5645a9ff7b”

]]>
By: Debjit Kar https://www.linuxtechi.com/how-to-install-kubernetes-cluster-rhel/#comment-54932 Fri, 16 Jun 2023 21:30:38 +0000 https://www.linuxtechi.com/?p=13602#comment-54932 The installation went through well. But when I am doing `kubectl` sometimes it is getting connected and fetching details and sometimes or most of the time it is complaining `connection refused`

]]>
By: Parshva Shah https://www.linuxtechi.com/how-to-install-kubernetes-cluster-rhel/#comment-54529 Wed, 07 Jun 2023 04:44:16 +0000 https://www.linuxtechi.com/?p=13602#comment-54529 Hi

we were able to setup the cluster with the above mentioned steps.

K8s :- V1.26.1
OS : – RHEL 8.7
VM is hosted using Azure cloud provider.

Core dns logs :-
CoreDNS-1.9.3
linux/amd64, go1.18.2, 45b0a11
[ERROR] plugin/errors: 2 2568389657905608835.8295431261288812352. HINFO: read udp 192.168.54.66:34391->168.63.129.16:53: read: no route to host
[ERROR] plugin/errors: 2 2568389657905608835.8295431261288812352. HINFO: read udp 192.168.54.66:34275->168.63.129.16:53: read: no route to host
[ERROR] plugin/errors: 2 2568389657905608835.8295431261288812352. HINFO: read udp 192.168.54.66:59435->168.63.129.16:53: read: no route to host

Unable to reach internet from inside the pod. nslookup fails while connecting to internet.

Do you have idea on this ?

]]>
By: David https://www.linuxtechi.com/how-to-install-kubernetes-cluster-rhel/#comment-53309 Fri, 12 May 2023 18:30:40 +0000 https://www.linuxtechi.com/?p=13602#comment-53309 Great tutorial, after going through a lot of different documents this one help me to set up my kubernetes cluster. Thank you

]]>
By: Arun Sippy https://www.linuxtechi.com/how-to-install-kubernetes-cluster-rhel/#comment-52748 Tue, 02 May 2023 10:52:13 +0000 https://www.linuxtechi.com/?p=13602#comment-52748 Hi Pradeep, you rock, I installed the k8s on rocky 9.1, it worked. Only thing to take care firewall-cmd does not come enabled. So u install first with sudo yum install firewalld
sudo systemctl enable firewalld –now. After which the step 4 can be executed. Since firewalld is not installed, same as can be skipped as well, as firewall in not installed and enabled. Else it was cakewalk…. Great… thanks a ton…

]]>
By: Helma https://www.linuxtechi.com/how-to-install-kubernetes-cluster-rhel/#comment-52125 Wed, 19 Apr 2023 14:14:59 +0000 https://www.linuxtechi.com/?p=13602#comment-52125 In reply to DA.

faced a similar challenge and I was able to start crio after I did yum update libseccomp

]]>
By: Sam Nturanabo https://www.linuxtechi.com/how-to-install-kubernetes-cluster-rhel/#comment-51328 Tue, 04 Apr 2023 19:51:00 +0000 https://www.linuxtechi.com/?p=13602#comment-51328 This tutorial is awesome. Thanks alot

]]>
By: Ganesh https://www.linuxtechi.com/how-to-install-kubernetes-cluster-rhel/#comment-50728 Sun, 19 Mar 2023 20:32:29 +0000 https://www.linuxtechi.com/?p=13602#comment-50728 Hi Getting below exception in cordns pod and calico-kube-controllers pod can any one suggest what is the is the solution:

coredns: exec /coredns: operation not permitted

calico-kube-controllers: exec /usr/bin/kube-controllers: permission denied

Thanks in advance !

]]>