<?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>《使用Kubeadm安装Kubernetes-Part2》的评论</title>
	<atom:link href="http://tonybai.com/2016/12/30/install-kubernetes-on-ubuntu-with-kubeadm-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://tonybai.com/2016/12/30/install-kubernetes-on-ubuntu-with-kubeadm-2/</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/2016/12/30/install-kubernetes-on-ubuntu-with-kubeadm-2/#comment-4891</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Wed, 07 Jun 2017 12:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2169#comment-4891</guid>
		<description>如果通过加速器解决，首先需要购买加速器服务，比如国内的多态，当然加速器国内外有很多，你懂的。有了加速器服务后，如果你直接利用加速器服务的客户端fanqiang，那么docker可以直接pull gcri.io的镜像；如果是使用加速器的代理服务，可以通过在docker config file中配置相应代理解决。比如:ubuntu 14.04版本，可以在/etc/default/docker中配置export http_proxy=&quot;xxxx&quot; export https_proxy=&quot;xxxx&quot;解决；ubuntu 16.04版本docker配置可参考这篇文章：http://tonybai.com/2016/12/27/when-docker-meets-systemd/</description>
		<content:encoded><![CDATA[<p>如果通过加速器解决，首先需要购买加速器服务，比如国内的多态，当然加速器国内外有很多，你懂的。有了加速器服务后，如果你直接利用加速器服务的客户端fanqiang，那么docker可以直接pull gcri.io的镜像；如果是使用加速器的代理服务，可以通过在docker config file中配置相应代理解决。比如:ubuntu 14.04版本，可以在/etc/default/docker中配置export http_proxy=”xxxx” export https_proxy=”xxxx”解决；ubuntu 16.04版本docker配置可参考这篇文章：http://tonybai.com/2016/12/27/when-docker-meets-systemd/</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：高飞</title>
		<link>https://tonybai.com/2016/12/30/install-kubernetes-on-ubuntu-with-kubeadm-2/#comment-4885</link>
		<dc:creator>高飞</dc:creator>
		<pubDate>Wed, 07 Jun 2017 09:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2169#comment-4885</guid>
		<description>请问如何开启docker加速器解决gcr.io的镜像问题？</description>
		<content:encoded><![CDATA[<p>请问如何开启docker加速器解决gcr.io的镜像问题？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2016/12/30/install-kubernetes-on-ubuntu-with-kubeadm-2/#comment-3596</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Tue, 18 Apr 2017 00:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2169#comment-3596</guid>
		<description>1、无法拉取gcr.io镜像的问题，这个似乎只能通过开启加速器的情况解决了。在docker引擎的配置中加上加速器的代理，我使用的是“多态”这个厂商的加速器。 2、这个问题我不是很明白。从k8s节点所在局域网可以访问k8s节点，这个肯定是ok的。从外网访问k8s node主机 这个和安装不安装weave net没有关系吧。你没有安装weave net时，能访问么？外网到内网一般都是有防火墙的。是否能访问看防火墙是否做了映射配置。</description>
		<content:encoded><![CDATA[<p>1、无法拉取gcr.io镜像的问题，这个似乎只能通过开启加速器的情况解决了。在docker引擎的配置中加上加速器的代理，我使用的是“多态”这个厂商的加速器。 2、这个问题我不是很明白。从k8s节点所在局域网可以访问k8s节点，这个肯定是ok的。从外网访问k8s node主机 这个和安装不安装weave net没有关系吧。你没有安装weave net时，能访问么？外网到内网一般都是有防火墙的。是否能访问看防火墙是否做了映射配置。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：stactz</title>
		<link>https://tonybai.com/2016/12/30/install-kubernetes-on-ubuntu-with-kubeadm-2/#comment-3593</link>
		<dc:creator>stactz</dc:creator>
		<pubDate>Mon, 17 Apr 2017 10:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2169#comment-3593</guid>
		<description>不好意思问两个问题。
1. 国内网络无法拉到gcr.io上的镜像，博主怎么解决这个问题的。
2. 我安装Weave net好之后所有kubernetes的node从外网都ping不通也无法ssh，但是从k8s节点所在的局域网机器上可以访问，请问博主有遇到过这样的情况吗？官方文档貌似没有提到这一点。</description>
		<content:encoded><![CDATA[<p>不好意思问两个问题。<br />
1. 国内网络无法拉到gcr.io上的镜像，博主怎么解决这个问题的。<br />
2. 我安装Weave net好之后所有kubernetes的node从外网都ping不通也无法ssh，但是从k8s节点所在的局域网机器上可以访问，请问博主有遇到过这样的情况吗？官方文档貌似没有提到这一点。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
