<?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 8	</title>
	<atom:link href="https://www.tecmint.com/install-a-kubernetes-cluster-on-centos-8/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-a-kubernetes-cluster-on-centos-8/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 07 Sep 2023 08:17:05 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Govind Kumar		</title>
		<link>https://www.tecmint.com/install-a-kubernetes-cluster-on-centos-8/comment-page-1/#comment-2055445</link>

		<dc:creator><![CDATA[Govind Kumar]]></dc:creator>
		<pubDate>Thu, 07 Sep 2023 08:17:05 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35749#comment-2055445</guid>

					<description><![CDATA[Use the following command for weave.
&lt;pre&gt;
# kubectl apply -f https://github.com/weaveworks/weave/releases/download/v2.8.1/weave-daemonset-k8s.yaml 
&lt;/pre&gt;
]]></description>
			<content:encoded><![CDATA[<p>Use the following command for weave.</p>
<pre>
# kubectl apply -f https://github.com/weaveworks/weave/releases/download/v2.8.1/weave-daemonset-k8s.yaml 
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jason		</title>
		<link>https://www.tecmint.com/install-a-kubernetes-cluster-on-centos-8/comment-page-1/#comment-1714412</link>

		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Mon, 07 Feb 2022 05:44:34 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35749#comment-1714412</guid>

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

This worked for me. Cheers!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-a-kubernetes-cluster-on-centos-8/comment-page-1/#comment-1608377">Mike Dehaan</a>.</p>
<p>This worked for me. Cheers!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: samuel		</title>
		<link>https://www.tecmint.com/install-a-kubernetes-cluster-on-centos-8/comment-page-1/#comment-1628490</link>

		<dc:creator><![CDATA[samuel]]></dc:creator>
		<pubDate>Sat, 30 Oct 2021 22:49:39 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35749#comment-1628490</guid>

					<description><![CDATA[I have followed the exact steps that show me these errors in kubeadm init

&lt;code&gt;[kubelet-check] The HTTP call equal to &#039;curl -sSL http://localhost:10248/healthz&#039; failed with error: Get &quot;http://localhost:10248/healthz&quot;: dial tcp [::1]:10248: connect: connection refused.
[kubelet-check] It seems like the kubelet isn&#039;t running or healthy.
[kubelet-check] The HTTP call equal to &#039;curl -sSL http://localhost:10248/healthz&#039; failed with error: Get &quot;http://localhost:10248/healthz&quot;: dial tcp [::1]:10248: connect: connection refused.
[kubelet-check] It seems like the kubelet isn&#039;t running or healthy.
[kubelet-check] The HTTP call equal to &#039;curl -sSL http://localhost:10248/healthz&#039; failed with error: Get &quot;http://localhost:10248/healthz&quot;: dial tcp [::1]:10248: connect: connection refused.
[kubelet-check] It seems like the kubelet isn&#039;t running or healthy.
[kubelet-check] The HTTP call equal to &#039;curl -sSL http://localhost:10248/healthz&#039; failed with error: Get &quot;http://localhost:10248/healthz&quot;: dial tcp [::1]:10248: connect: connection refused.&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>I have followed the exact steps that show me these errors in kubeadm init</p>
<p><code>[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.<br />
[kubelet-check] It seems like the kubelet isn't running or healthy.<br />
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.<br />
[kubelet-check] It seems like the kubelet isn't running or healthy.<br />
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.<br />
[kubelet-check] It seems like the kubelet isn't running or healthy.<br />
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mike Dehaan		</title>
		<link>https://www.tecmint.com/install-a-kubernetes-cluster-on-centos-8/comment-page-1/#comment-1608377</link>

		<dc:creator><![CDATA[Mike Dehaan]]></dc:creator>
		<pubDate>Fri, 15 Oct 2021 19:17:23 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35749#comment-1608377</guid>

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

I had the same issue. I found the fix here https://upcloud.com/community/tutorials/install-kubernetes-cluster-centos-8/

It seems docker is now using cgroupfs driver by default while Kubernetes is expecting systemd. You can change docker to use systemd as well by adding the following to a file &lt;strong&gt;/etc/docker/daemon.json&lt;/strong&gt;.
&lt;pre&gt;
{
  &quot;exec-opts&quot;: [&quot;native.cgroupdriver=systemd&quot;]
}
&lt;/pre&gt;
Next, restart docker
&lt;pre&gt;
$ sudo systemctl restart docker
&lt;/pre&gt;
Then reset Kubernetes to clear the failed install
&lt;/pre&gt;
$ kubeadm reset
&lt;/pre&gt;
You should then be able to initialize the master as normal.
&lt;pre&gt;
$ kubeadm init --pod-network-cidr 192.168.0.0/16
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-a-kubernetes-cluster-on-centos-8/comment-page-1/#comment-1518080">naresh</a>.</p>
<p>I had the same issue. I found the fix here <a target="_blank" href="https://upcloud.com/community/tutorials/install-kubernetes-cluster-centos-8/" rel="nofollow ugc">https://upcloud.com/community/tutorials/install-kubernetes-cluster-centos-8/</a></p>
<p>It seems docker is now using cgroupfs driver by default while Kubernetes is expecting systemd. You can change docker to use systemd as well by adding the following to a file <strong>/etc/docker/daemon.json</strong>.</p>
<pre>
{
  "exec-opts": ["native.cgroupdriver=systemd"]
}
</pre>
<p>Next, restart docker</p>
<pre>
$ sudo systemctl restart docker
</pre>
<p>Then reset Kubernetes to clear the failed install</p>
<p>$ kubeadm reset</p>
<p>You should then be able to initialize the master as normal.</p>
<pre>
$ kubeadm init --pod-network-cidr 192.168.0.0/16
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: h19900401		</title>
		<link>https://www.tecmint.com/install-a-kubernetes-cluster-on-centos-8/comment-page-1/#comment-1597576</link>

		<dc:creator><![CDATA[h19900401]]></dc:creator>
		<pubDate>Tue, 28 Sep 2021 06:38:48 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35749#comment-1597576</guid>

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

firewall only has been opened for high ports on the worker nodes:
&lt;pre&gt;
# firewall-cmd --permanent --add-port=30000-32767/tcp
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-a-kubernetes-cluster-on-centos-8/comment-page-1/#comment-1553188">Krister</a>.</p>
<p>firewall only has been opened for high ports on the worker nodes:</p>
<pre>
# firewall-cmd --permanent --add-port=30000-32767/tcp
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
