Fixes in style and more on CDK (#5292)
* Fixes in style and more on CDK * Addressing review comments
This commit is contained in:
committed by
Steve Perry
parent
2b57c44a26
commit
e4fd3f81a8
@@ -3,20 +3,19 @@ title: Networking
|
||||
---
|
||||
|
||||
{% capture overview %}
|
||||
This page shows how to the various network portions of a cluster work, and how to configure them.
|
||||
Kubernetes supports the [Container Network Interface (CNI)](https://github.com/containernetworking/cni).
|
||||
This is a network plugin architecture that allows you to use whatever
|
||||
Kubernetes-friendly SDN you want. Currently this means support for Flannel.
|
||||
|
||||
This page shows how to the various network portions of a cluster work, and how to configure them.
|
||||
{% endcapture %}
|
||||
{% capture prerequisites %}
|
||||
This page assumes you have a working Juju deployed cluster.
|
||||
{% endcapture %}
|
||||
|
||||
Kubernetes supports the [Container Network Interface (CNI)](https://github.com/containernetworking/cni).
|
||||
This is a network plugin architecture that allows you to use whatever
|
||||
Kubernetes-friendly SDN you want. Currently this means support for Flannel.
|
||||
|
||||
{% capture steps %}
|
||||
# Flannel
|
||||
|
||||
## Usage
|
||||
## Flannel
|
||||
|
||||
The flannel charm is a
|
||||
[subordinate](https://jujucharms.com/docs/stable/authors-subordinate-applications).
|
||||
@@ -31,7 +30,7 @@ juju add-relation flannel kubernetes-master
|
||||
juju add-relation flannel etcd
|
||||
```
|
||||
|
||||
## Configuration
|
||||
### Configuration
|
||||
|
||||
**iface** The interface to configure the flannel SDN binding. If this value is
|
||||
empty string or undefined the code will attempt to find the default network
|
||||
|
||||
Reference in New Issue
Block a user