Add markdown CI (#5380)

This commit is contained in:
Maxime Guyot
2019-12-04 16:22:57 +01:00
committed by Kubernetes Prow Robot
parent b1fbead531
commit a9b67d586b
41 changed files with 567 additions and 507 deletions

View File

@@ -1,5 +1,5 @@
Kube-OVN
===========
# Kube-OVN
Kube-OVN integrates the OVN-based Network Virtualization with Kubernetes. It offers an advanced Container Network Fabric for Enterprises.
For more information please check [Kube-OVN documentation](https://github.com/alauda/kube-ovn)
@@ -7,7 +7,8 @@ For more information please check [Kube-OVN documentation](https://github.com/al
## How to use it
Enable kube-ovn in `group_vars/k8s-cluster/k8s-cluster.yml`
```
```yml
...
kube_network_plugin: kube-ovn
...
@@ -19,7 +20,7 @@ Kube-OVN run ovn and controller in `kube-ovn` namespace
* Check the status of kube-ovn pods
```
```ShellSession
# From the CLI
kubectl get pod -n kube-ovn
@@ -37,7 +38,7 @@ ovs-ovn-r5frh 1/1 Running 0 4d16h
* Check the default and node subnet
```
```ShellSession
# From the CLI
kubectl get subnet
@@ -45,4 +46,4 @@ kubectl get subnet
NAME PROTOCOL CIDR PRIVATE NAT
join IPv4 100.64.0.0/16 false false
ovn-default IPv4 10.16.0.0/16 false true
```
```