<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.williams-net.org/index.php?action=history&amp;feed=atom&amp;title=Kubernetes_Flannel_Network_Plugin</id>
	<title>Kubernetes Flannel Network Plugin - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.williams-net.org/index.php?action=history&amp;feed=atom&amp;title=Kubernetes_Flannel_Network_Plugin"/>
	<link rel="alternate" type="text/html" href="https://wiki.williams-net.org/index.php?title=Kubernetes_Flannel_Network_Plugin&amp;action=history"/>
	<updated>2026-06-01T02:37:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://wiki.williams-net.org/index.php?title=Kubernetes_Flannel_Network_Plugin&amp;diff=162&amp;oldid=prev</id>
		<title>DrEdWilliams: Transferred from main cluster controller installation page</title>
		<link rel="alternate" type="text/html" href="https://wiki.williams-net.org/index.php?title=Kubernetes_Flannel_Network_Plugin&amp;diff=162&amp;oldid=prev"/>
		<updated>2019-12-26T21:41:44Z</updated>

		<summary type="html">&lt;p&gt;Transferred from main cluster controller installation page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;NOTE: the use of this plugin is deprecated -- these instructions are saved here for historical/archival purposes.&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The Flannel pod networking can be installed directly from the repository using this command:&lt;br /&gt;
&lt;br /&gt;
 kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml&lt;br /&gt;
&lt;br /&gt;
On Kubernetes v1.16+, if there are issues (specifically, nodes don&amp;#039;t reach the &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;Ready&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; state), try this specific version:&lt;br /&gt;
&lt;br /&gt;
 kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/2140ac876ef134e0ed5af15c65e414cf26827915/Documentation/kube-flannel.yml&lt;br /&gt;
&lt;br /&gt;
By default, flannel uses the primary network interface (eth0 on 10.0.0.0/24); but if you want to push the traffic onto the secondary interfaces (such as for the development cluster), download the YAML manifest and add one parameter to the argument list on/about line 190 (in the spec -&amp;gt; template -&amp;gt; spec -&amp;gt; containers [where name == &amp;#039;kube-flannel-ds-amd64&amp;#039;] -&amp;gt; args).  The result should look like this:&lt;br /&gt;
&lt;br /&gt;
 ...&lt;br /&gt;
 args:&lt;br /&gt;
 - --ip-masq&lt;br /&gt;
 - --kube-subnet-mgr&lt;br /&gt;
 - --iface=eth1&lt;br /&gt;
 resources:&lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
substitute the secondary interface name for &amp;#039;eth1&amp;#039; if it is different.  Then apply the manifest:&lt;br /&gt;
&lt;br /&gt;
 kubectl apply -f kube-flannel.yaml&lt;br /&gt;
&lt;br /&gt;
Other configuration options can be passed to flannel per [https://github.com/coreos/flannel/blob/master/Documentation/configuration.md this page]&lt;/div&gt;</summary>
		<author><name>DrEdWilliams</name></author>
	</entry>
</feed>