<?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>《Kubernetes节点资源耗尽状态的处理》的评论</title>
	<atom:link href="http://tonybai.com/2017/10/16/out-of-node-resource-handling-in-kubernetes-cluster/feed/" rel="self" type="application/rss+xml" />
	<link>https://tonybai.com/2017/10/16/out-of-node-resource-handling-in-kubernetes-cluster/</link>
	<description>一个程序员的心路历程</description>
	<lastBuildDate>Wed, 25 Mar 2026 09:21:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2017/10/16/out-of-node-resource-handling-in-kubernetes-cluster/#comment-7304</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Mon, 03 Dec 2018 22:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2422#comment-7304</guid>
		<description>个人觉得kubelet是有一个定期采集node disk参数的机制的，以定期判断是否出现了node disk pressure。</description>
		<content:encoded><![CDATA[<p>个人觉得kubelet是有一个定期采集node disk参数的机制的，以定期判断是否出现了node disk pressure。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：初学者</title>
		<link>https://tonybai.com/2017/10/16/out-of-node-resource-handling-in-kubernetes-cluster/#comment-7302</link>
		<dc:creator>初学者</dc:creator>
		<pubDate>Sun, 02 Dec 2018 14:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2422#comment-7302</guid>
		<description>白老师，您好，想请教一下，如果k8s所在的node的根分区实现了动态扩容（例如使用了XFS文件系统的扩容命令，扩大了根分区的容量），是不是必须重启kubelet的方式才能让这次扩容被k8s的node识别出来，有不用重启kubelet的办法么？</description>
		<content:encoded><![CDATA[<p>白老师，您好，想请教一下，如果k8s所在的node的根分区实现了动态扩容（例如使用了XFS文件系统的扩容命令，扩大了根分区的容量），是不是必须重启kubelet的方式才能让这次扩容被k8s的node识别出来，有不用重启kubelet的办法么？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：dp</title>
		<link>https://tonybai.com/2017/10/16/out-of-node-resource-handling-in-kubernetes-cluster/#comment-7282</link>
		<dc:creator>dp</dc:creator>
		<pubDate>Tue, 09 Oct 2018 02:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2422#comment-7282</guid>
		<description>very good article, thanks</description>
		<content:encoded><![CDATA[<p>very good article, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2017/10/16/out-of-node-resource-handling-in-kubernetes-cluster/#comment-7226</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Sat, 23 Jun 2018 03:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2422#comment-7226</guid>
		<description>多谢指教:)</description>
		<content:encoded><![CDATA[<p>多谢指教:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：gaorong</title>
		<link>https://tonybai.com/2017/10/16/out-of-node-resource-handling-in-kubernetes-cluster/#comment-7225</link>
		<dc:creator>gaorong</dc:creator>
		<pubDate>Sat, 23 Jun 2018 02:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2422#comment-7225</guid>
		<description>kubelet flag --root-dir 可以配置</description>
		<content:encoded><![CDATA[<p>kubelet flag &#8211;root-dir 可以配置</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2017/10/16/out-of-node-resource-handling-in-kubernetes-cluster/#comment-7210</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Thu, 10 May 2018 22:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2422#comment-7210</guid>
		<description>nodefs就是指kubernetes node节点的根目录吧，即文件系统的/目录。这个如果要设置也是在kubelet的启动参数中设置，但kubelet似乎没有设置nodefs的地方。而imagefs的值其实是kubelet向docker询问的结果，在docker中可以通过docker info查看runtime dir。</description>
		<content:encoded><![CDATA[<p>nodefs就是指kubernetes node节点的根目录吧，即文件系统的/目录。这个如果要设置也是在kubelet的启动参数中设置，但kubelet似乎没有设置nodefs的地方。而imagefs的值其实是kubelet向docker询问的结果，在docker中可以通过docker info查看runtime dir。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：杨逸飞</title>
		<link>https://tonybai.com/2017/10/16/out-of-node-resource-handling-in-kubernetes-cluster/#comment-7209</link>
		<dc:creator>杨逸飞</dc:creator>
		<pubDate>Thu, 10 May 2018 14:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2422#comment-7209</guid>
		<description>博主好，这篇博文给我了很大的帮助，不过想咨询一下，既然可以通过修改docker挂载数据盘的方式保证imagefs不会超过阈值，是否可以修改nodefs的挂载数据盘使nodefs也不会超过阈值呢？最近遇到了些比较棘手的问题，主要是因为nodefs需要的根目录容量不够了，而又不能轻易的删除文件，所以想问问是否有修改nodefs挂载数据盘的方式？谢谢博主！</description>
		<content:encoded><![CDATA[<p>博主好，这篇博文给我了很大的帮助，不过想咨询一下，既然可以通过修改docker挂载数据盘的方式保证imagefs不会超过阈值，是否可以修改nodefs的挂载数据盘使nodefs也不会超过阈值呢？最近遇到了些比较棘手的问题，主要是因为nodefs需要的根目录容量不够了，而又不能轻易的删除文件，所以想问问是否有修改nodefs挂载数据盘的方式？谢谢博主！</p>
]]></content:encoded>
	</item>
</channel>
</rss>
