<?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 Dashboard集成Heapster》的评论</title>
	<atom:link href="http://tonybai.com/2017/01/20/integrate-heapster-for-kubernetes-dashboard/feed/" rel="self" type="application/rss+xml" />
	<link>https://tonybai.com/2017/01/20/integrate-heapster-for-kubernetes-dashboard/</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/01/20/integrate-heapster-for-kubernetes-dashboard/#comment-7181</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Wed, 11 Apr 2018 03:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2135#comment-7181</guid>
		<description>我们遇到的似乎不是一个问题啊。我的是权限认证问题，而你这是pod无法连接到位于node上的kubelet service啊，网络问题。你可以先手工进入pod中，然后ping一下 kubelet的地址，看通不通，如果网络通，再看看是否能访问kubelet的服务端口，可以手工curl一下。</description>
		<content:encoded><![CDATA[<p>我们遇到的似乎不是一个问题啊。我的是权限认证问题，而你这是pod无法连接到位于node上的kubelet service啊，网络问题。你可以先手工进入pod中，然后ping一下 kubelet的地址，看通不通，如果网络通，再看看是否能访问kubelet的服务端口，可以手工curl一下。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：aliven</title>
		<link>https://tonybai.com/2017/01/20/integrate-heapster-for-kubernetes-dashboard/#comment-7179</link>
		<dc:creator>aliven</dc:creator>
		<pubDate>Wed, 11 Apr 2018 01:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2135#comment-7179</guid>
		<description>我也修改了calico的IPPOOL 但是还是报错</description>
		<content:encoded><![CDATA[<p>我也修改了calico的IPPOOL 但是还是报错</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：aliven</title>
		<link>https://tonybai.com/2017/01/20/integrate-heapster-for-kubernetes-dashboard/#comment-7178</link>
		<dc:creator>aliven</dc:creator>
		<pubDate>Wed, 11 Apr 2018 01:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2135#comment-7178</guid>
		<description>container stats from Kubelet URL &quot;http://192.168.21.13:10255/stats/container/&quot;: Post http://192.168.21.13:10255/stats/container/: dial tcp 192.168.21.13:10255: getsockopt: connection timed out
W0410 14:02:12.247879       1 manager.go:102] Failed to get kubelet:192.168.21.13:10255 response in time
W0410 14:02:25.000565       1 manager.go:147] Failed to get all responses in time (got 1/3)
E0410 14:03:12.279922       1 kubelet.go:231] error while getting containers from Kubelet: failed to get all container stats from Kubelet URL &quot;http://192.168.21.13:10255/stats/container/&quot;: Post http://192.168.21.13:10255/stats/container/: dial tcp 192.168.21.13:10255: getsockopt: connection timed out
W0410 14:03:12.279958       1 manager.go:102] Failed to get kubelet:192.168.21.13:10255 response in time
W0410 14:03:25.000523       1 manager.go:147] Failed to get all responses in time (got 1/3)</description>
		<content:encoded><![CDATA[<p>container stats from Kubelet URL “http://192.168.21.13:10255/stats/container/”: Post <a href="http://192.168.21.13:10255/stats/container/" rel="nofollow">http://192.168.21.13:10255/stats/container/</a>: dial tcp 192.168.21.13:10255: getsockopt: connection timed out<br />
W0410 14:02:12.247879       1 manager.go:102] Failed to get kubelet:192.168.21.13:10255 response in time<br />
W0410 14:02:25.000565       1 manager.go:147] Failed to get all responses in time (got 1/3)<br />
E0410 14:03:12.279922       1 kubelet.go:231] error while getting containers from Kubelet: failed to get all container stats from Kubelet URL “http://192.168.21.13:10255/stats/container/”: Post <a href="http://192.168.21.13:10255/stats/container/" rel="nofollow">http://192.168.21.13:10255/stats/container/</a>: dial tcp 192.168.21.13:10255: getsockopt: connection timed out<br />
W0410 14:03:12.279958       1 manager.go:102] Failed to get kubelet:192.168.21.13:10255 response in time<br />
W0410 14:03:25.000523       1 manager.go:147] Failed to get all responses in time (got 1/3)</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2017/01/20/integrate-heapster-for-kubernetes-dashboard/#comment-7177</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Tue, 10 Apr 2018 22:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2135#comment-7177</guid>
		<description>遇到哪个问题？文中说明的不够清楚？</description>
		<content:encoded><![CDATA[<p>遇到哪个问题？文中说明的不够清楚？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：aliven</title>
		<link>https://tonybai.com/2017/01/20/integrate-heapster-for-kubernetes-dashboard/#comment-7176</link>
		<dc:creator>aliven</dc:creator>
		<pubDate>Tue, 10 Apr 2018 14:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2135#comment-7176</guid>
		<description>您好，我也遇到和您一样的问题，您是怎么解决的，能详细描述一下吗？</description>
		<content:encoded><![CDATA[<p>您好，我也遇到和您一样的问题，您是怎么解决的，能详细描述一下吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：study</title>
		<link>https://tonybai.com/2017/01/20/integrate-heapster-for-kubernetes-dashboard/#comment-7053</link>
		<dc:creator>study</dc:creator>
		<pubDate>Wed, 20 Dec 2017 11:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2135#comment-7053</guid>
		<description>谢谢老师，已经找到原因了，calico里面的IPPOOL与机器上的IP属于相同的网段，然后修改了calico的IPPOOL，解决了这个问题。感谢老师百忙之中的回复</description>
		<content:encoded><![CDATA[<p>谢谢老师，已经找到原因了，calico里面的IPPOOL与机器上的IP属于相同的网段，然后修改了calico的IPPOOL，解决了这个问题。感谢老师百忙之中的回复</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2017/01/20/integrate-heapster-for-kubernetes-dashboard/#comment-7052</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Wed, 20 Dec 2017 05:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2135#comment-7052</guid>
		<description>似乎是无法访问某个节点上的kubelet的服务端口，你所说的“手动试了一下节点的端口是可以访问的”是从pod的container内部尝试访问kubelet所在的节点和端口么？</description>
		<content:encoded><![CDATA[<p>似乎是无法访问某个节点上的kubelet的服务端口，你所说的“手动试了一下节点的端口是可以访问的”是从pod的container内部尝试访问kubelet所在的节点和端口么？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：study</title>
		<link>https://tonybai.com/2017/01/20/integrate-heapster-for-kubernetes-dashboard/#comment-7051</link>
		<dc:creator>study</dc:creator>
		<pubDate>Wed, 20 Dec 2017 02:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2135#comment-7051</guid>
		<description>老师，你好，我搭建了heapster以后，发现grafana只能显示一个节点的数据
W1220 02:28:25.000779       1 manager.go:147] Failed to get all responses in time (got 1/2)
E1220 02:29:12.257685       1 kubelet.go:231] error while getting containers from Kubelet: failed to get all container stats from Kubelet URL &quot;http://192.168.200.56:10255/stats/container/&quot;: Post http://192.168.200.56:10255/stats/container/: dial tcp 192.168.200.56:10255: getsockopt: connection timed out
W1220 02:29:12.257710       1 manager.go:102] Failed to get kubelet:192.168.200.56:10255 response in time
W1220 02:29:25.001031       1 manager.go:147] Failed to get all responses in time (got 1/2)
E1220 02:30:12.290526       1 kubelet.go:231] error while getting containers from Kubelet: failed to get all container stats from Kubelet URL &quot;http://192.168.200.56:10255/stats/container/&quot;: Post http://192.168.200.56:10255/stats/container/: dial tcp 192.168.200.56:10255: getsockopt: connection timed out
W1220 02:30:12.290554       1 manager.go:102] Failed to get kubelet:192.168.200.56:10255 response in time
W1220 02:30:25.001105       1 manager.go:147] Failed to get all responses in time (got 1/2)


heapster里面报无法连接到另外一个节点，我手动试了一下节点的端口是可以访问的。不知道中间有什么地方需要修改</description>
		<content:encoded><![CDATA[<p>老师，你好，我搭建了heapster以后，发现grafana只能显示一个节点的数据<br />
W1220 02:28:25.000779       1 manager.go:147] Failed to get all responses in time (got 1/2)<br />
E1220 02:29:12.257685       1 kubelet.go:231] error while getting containers from Kubelet: failed to get all container stats from Kubelet URL “http://192.168.200.56:10255/stats/container/”: Post <a href="http://192.168.200.56:10255/stats/container/" rel="nofollow">http://192.168.200.56:10255/stats/container/</a>: dial tcp 192.168.200.56:10255: getsockopt: connection timed out<br />
W1220 02:29:12.257710       1 manager.go:102] Failed to get kubelet:192.168.200.56:10255 response in time<br />
W1220 02:29:25.001031       1 manager.go:147] Failed to get all responses in time (got 1/2)<br />
E1220 02:30:12.290526       1 kubelet.go:231] error while getting containers from Kubelet: failed to get all container stats from Kubelet URL “http://192.168.200.56:10255/stats/container/”: Post <a href="http://192.168.200.56:10255/stats/container/" rel="nofollow">http://192.168.200.56:10255/stats/container/</a>: dial tcp 192.168.200.56:10255: getsockopt: connection timed out<br />
W1220 02:30:12.290554       1 manager.go:102] Failed to get kubelet:192.168.200.56:10255 response in time<br />
W1220 02:30:25.001105       1 manager.go:147] Failed to get all responses in time (got 1/2)</p>
<p>heapster里面报无法连接到另外一个节点，我手动试了一下节点的端口是可以访问的。不知道中间有什么地方需要修改</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2017/01/20/integrate-heapster-for-kubernetes-dashboard/#comment-7050</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Tue, 19 Dec 2017 04:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2135#comment-7050</guid>
		<description>目前不能。只能看到service下的pods的资源占用情况。</description>
		<content:encoded><![CDATA[<p>目前不能。只能看到service下的pods的资源占用情况。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：study</title>
		<link>https://tonybai.com/2017/01/20/integrate-heapster-for-kubernetes-dashboard/#comment-7049</link>
		<dc:creator>study</dc:creator>
		<pubDate>Tue, 19 Dec 2017 03:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2135#comment-7049</guid>
		<description>老师，请问下，heapster 是否可以监控k8s的service的情况，我这里测试只能显示pod的cpu和memory。</description>
		<content:encoded><![CDATA[<p>老师，请问下，heapster 是否可以监控k8s的service的情况，我这里测试只能显示pod的cpu和memory。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
