mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +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",
 | 
			
		||||
        "subnet": "10.255.228.1/24",
 | 
			
		||||
        "gateway": "10.255.228.1"
 | 
			
		||||
    }
 | 
			
		||||
    },
 | 
			
		||||
    "routes": [
 | 
			
		||||
      { "dst": "0.0.0.0/0" }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
EOF
 | 
			
		||||
```
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user