mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
commit
28f44b0bca
@ -14,7 +14,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
## Contains configuration values for interacting with the Vagrant cluster
|
## Contains configuration values for interacting with a Local cluster
|
||||||
|
|
||||||
# NUMBER OF MINIONS IN THE CLUSTER
|
# NUMBER OF MINIONS IN THE CLUSTER
|
||||||
NUM_MINIONS=1
|
NUM_MINIONS=1
|
||||||
|
@ -66,7 +66,7 @@ Docker allocates IP addresses from a bridge we create on each node, using its
|
|||||||
### Other networking implementation examples
|
### Other networking implementation examples
|
||||||
With the primary aim of providing IP-per-pod-model, other implementations exist to serve the purpose outside of GCE.
|
With the primary aim of providing IP-per-pod-model, other implementations exist to serve the purpose outside of GCE.
|
||||||
- [OpenVSwitch with GRE/VxLAN](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/ovs-networking.md)
|
- [OpenVSwitch with GRE/VxLAN](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/ovs-networking.md)
|
||||||
- [Rudder](https://github.com/coreos/rudder#rudder)
|
- [Flannel](https://github.com/coreos/flannel#flannel)
|
||||||
|
|
||||||
## Challenges and future work
|
## Challenges and future work
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user