mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	docs/getting-started/rkt: Add default route to k8s_cluster.conf example
This commit is contained in:
		@@ -97,7 +97,10 @@ $ cat <<EOF >/etc/rkt/net.d/k8s_cluster.conf
 | 
				
			|||||||
        "type": "host-local",
 | 
					        "type": "host-local",
 | 
				
			||||||
        "subnet": "10.255.228.1/24",
 | 
					        "subnet": "10.255.228.1/24",
 | 
				
			||||||
        "gateway": "10.255.228.1"
 | 
					        "gateway": "10.255.228.1"
 | 
				
			||||||
    }
 | 
					    },
 | 
				
			||||||
 | 
					    "routes": [
 | 
				
			||||||
 | 
					      { "dst": "0.0.0.0/0" }
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
EOF
 | 
					EOF
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user