<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install a Kubernetes Cluster on CentOS 7	</title>
	<atom:link href="https://www.tecmint.com/install-kubernetes-cluster-on-centos-7/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-kubernetes-cluster-on-centos-7/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sat, 26 Aug 2023 04:51:21 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: MPN		</title>
		<link>https://www.tecmint.com/install-kubernetes-cluster-on-centos-7/comment-page-1/#comment-2049022</link>

		<dc:creator><![CDATA[MPN]]></dc:creator>
		<pubDate>Sat, 26 Aug 2023 04:51:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35635#comment-2049022</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-kubernetes-cluster-on-centos-7/comment-page-1/#comment-1834550&quot;&gt;manas&lt;/a&gt;.

Thanks, I was going to add that step and saw it&#039;s already there.

@tecmint team, I think it&#039;s better to update the page to add this missing part, otherwise it causes confusion and people get stuck at the &#039;&lt;strong&gt;kubeadm init&lt;/strong&gt;&#039; part.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-kubernetes-cluster-on-centos-7/comment-page-1/#comment-1834550">manas</a>.</p>
<p>Thanks, I was going to add that step and saw it&#8217;s already there.</p>
<p>@tecmint team, I think it&#8217;s better to update the page to add this missing part, otherwise it causes confusion and people get stuck at the &#8216;<strong>kubeadm init</strong>&#8216; part.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-kubernetes-cluster-on-centos-7/comment-page-1/#comment-2041516</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 02 Aug 2023 04:41:36 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35635#comment-2041516</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-kubernetes-cluster-on-centos-7/comment-page-1/#comment-2041239&quot;&gt;tim&lt;/a&gt;.

@Tim,

The error message you&#039;re encountering indicates that there is an issue with accessing the repository for Kubernetes, but when I tried the repository it is accessible.
&lt;pre&gt;
https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64/repodata/repomd.xml
&lt;/pre&gt;
It seems some temporary issues with the URL which can cause such errors. I suggest you retry the command to see if the issue persists. 
&lt;pre&gt;
# yum install kubeadm docker -y
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-kubernetes-cluster-on-centos-7/comment-page-1/#comment-2041239">tim</a>.</p>
<p>@Tim,</p>
<p>The error message you&#8217;re encountering indicates that there is an issue with accessing the repository for Kubernetes, but when I tried the repository it is accessible.</p>
<pre>
https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64/repodata/repomd.xml
</pre>
<p>It seems some temporary issues with the URL which can cause such errors. I suggest you retry the command to see if the issue persists. </p>
<pre>
# yum install kubeadm docker -y
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tim		</title>
		<link>https://www.tecmint.com/install-kubernetes-cluster-on-centos-7/comment-page-1/#comment-2041239</link>

		<dc:creator><![CDATA[tim]]></dc:creator>
		<pubDate>Tue, 01 Aug 2023 05:49:59 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35635#comment-2041239</guid>

					<description><![CDATA[Good Afternoon, 

At step 3: &lt;code&gt;# yum install kubeadm docker -y&lt;/code&gt;

There is such an error:
&lt;pre&gt;
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirror.nsc.liu.se
 * extras: mirror.nsc.liu.se
 * updates: mirror.nsc.liu.se
base                                                                                                                       &#124; 3.6 kB  00:00:00
extras                                                                                                                     &#124; 2.9 kB  00:00:00
https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 403 - Forbidden
Trying other mirror.
To address this issue please refer to the below wiki article

https://wiki.centos.org/yum-errors
&lt;/pre&gt;
Help how to solve this issue, thank you.]]></description>
			<content:encoded><![CDATA[<p>Good Afternoon, </p>
<p>At step 3: <code># yum install kubeadm docker -y</code></p>
<p>There is such an error:</p>
<pre>
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirror.nsc.liu.se
 * extras: mirror.nsc.liu.se
 * updates: mirror.nsc.liu.se
base                                                                                                                       | 3.6 kB  00:00:00
extras                                                                                                                     | 2.9 kB  00:00:00
https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 403 - Forbidden
Trying other mirror.
To address this issue please refer to the below wiki article

https://wiki.centos.org/yum-errors
</pre>
<p>Help how to solve this issue, thank you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: manas		</title>
		<link>https://www.tecmint.com/install-kubernetes-cluster-on-centos-7/comment-page-1/#comment-1834550</link>

		<dc:creator><![CDATA[manas]]></dc:creator>
		<pubDate>Sun, 26 Jun 2022 08:50:30 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35635#comment-1834550</guid>

					<description><![CDATA[Containerd - it is required after step 3.
&lt;pre&gt;
# yum install -y yum-utils
# yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
# yum install -y containerd.io
# mkdir -p /etc/containerd
# containerd config default &#124; sudo tee /etc/containerd/config.toml
# systemctl restart contained
&lt;/pre&gt;
Disable Firewall - no need to do all steps given in step 2 for firewall - use my firewall things.
&lt;pre&gt;
$ sudo systemctl stop firewalld
$ sudo systemctl disable firewalld
$ sudo systemctl mask --now firewalls
&lt;/pre&gt;
Worker node -
&lt;pre&gt;
# swapoff -a
&lt;/pre&gt;
]]></description>
			<content:encoded><![CDATA[<p>Containerd &#8211; it is required after step 3.</p>
<pre>
# yum install -y yum-utils
# yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
# yum install -y containerd.io
# mkdir -p /etc/containerd
# containerd config default | sudo tee /etc/containerd/config.toml
# systemctl restart contained
</pre>
<p>Disable Firewall &#8211; no need to do all steps given in step 2 for firewall &#8211; use my firewall things.</p>
<pre>
$ sudo systemctl stop firewalld
$ sudo systemctl disable firewalld
$ sudo systemctl mask --now firewalls
</pre>
<p>Worker node &#8211;</p>
<pre>
# swapoff -a
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: manas		</title>
		<link>https://www.tecmint.com/install-kubernetes-cluster-on-centos-7/comment-page-1/#comment-1834545</link>

		<dc:creator><![CDATA[manas]]></dc:creator>
		<pubDate>Sun, 26 Jun 2022 08:40:33 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35635#comment-1834545</guid>

					<description><![CDATA[ic/configmaps/cluster-info?timeout=10s&quot;: dial tcp 192.168.0.105:6443: connect: no route to host
I0626 14:09:49.276307    3305 token.go:217] [discovery] Failed to request cluster-info, will try again: Get &quot;https://192.168.0.105:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s&quot;: dial tcp 192.168.0.105:6443: connect: no route to host
I0626 14:09:55.694361    3305 token.go:217] [discovery] Failed to request cluster-info, will try again: Get &quot;https://192.168.0.105:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s&quot;: dial tcp 192.168.0.105:6443: connect: no route to host]]></description>
			<content:encoded><![CDATA[<p>ic/configmaps/cluster-info?timeout=10s&#8221;: dial tcp 192.168.0.105:6443: connect: no route to host<br />
I0626 14:09:49.276307    3305 token.go:217] [discovery] Failed to request cluster-info, will try again: Get &#8220;https://192.168.0.105:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s&#8221;: dial tcp 192.168.0.105:6443: connect: no route to host<br />
I0626 14:09:55.694361    3305 token.go:217] [discovery] Failed to request cluster-info, will try again: Get &#8220;https://192.168.0.105:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s&#8221;: dial tcp 192.168.0.105:6443: connect: no route to host</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
