<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[吉凯服务器重启后集群恢复问题记录]]></title><description><![CDATA[<ol>
<li>检查集群状态：</li>
</ol>
<pre><code>kubectl get node -n kube-system
</code></pre>
<p dir="auto">查看三个节点都在线<br />
2.  检查集群状态：</p>
<pre><code>kubectl get pod -n kube-system
</code></pre>
<p dir="auto">nodelocaldns-f4mtg, dns服务会无法启动，检查/etc/resolv.conf<br />
加上以下配置，不配置无法访问外网</p>
<pre><code>nameserver 210.22.84.3
</code></pre>
<p dir="auto">配置之后重启k8s</p>
<pre><code>kubectl delete pod --all -n kube-system
</code></pre>
]]></description><link>http://an.forum.genostack.com/topic/1073/吉凯服务器重启后集群恢复问题记录</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 12:37:23 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/1073.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 11 Jun 2024 06:44:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 吉凯服务器重启后集群恢复问题记录 on Tue, 11 Jun 2024 07:01:29 GMT]]></title><description><![CDATA[<p dir="auto">节点142重启后需要关闭防火墙<br />
systemctl stop firewalld</p>
]]></description><link>http://an.forum.genostack.com/post/2600</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2600</guid><dc:creator><![CDATA[zhanglu]]></dc:creator><pubDate>Tue, 11 Jun 2024 07:01:29 GMT</pubDate></item></channel></rss>