diff --git a/docs/documentation.md b/docs/documentation.md index a540a562bee49487b5c8a975546a0e322adbe150..7aad8db6e3a80e40ff627cca47fad7eeaf9bc8b0 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -69,7 +69,16 @@ You can choose between 3 network plugins. (default: `flannel` with vxlan backend The choice is defined with the variable `kube_network_plugin` +## CI Tests [](https://travis-ci.org/kubespray/kargo) </br> -CI tests sponsored by Google (GCE), and [teuto.net](https://teuto.net/) for OpenStack. +### Google Compute Engine + + | Calico | Flannel | Weave | +------------- | ------------- | ------------- | ------------- | +Ubuntu Xenial |[](https://ci.kubespray.io/job/kargo-gce-xenial-calico/)|[](https://ci.kubespray.io/job/kargo-gce-xenial-flannel/)|[](https://ci.kubespray.io/job/kargo-gce-xenial-weave)| +CentOS 7 |[](https://ci.kubespray.io/job/kargo-gce-centos7-calico/)|[](https://ci.kubespray.io/job/kargo-gce-centos7-flannel/)|[](https://ci.kubespray.io/job/kargo-gce-centos7-weave/)| +CoreOS (stable) |[](https://ci.kubespray.io/job/kargo-gce-coreos-calico/)|[](https://ci.kubespray.io/job/kargo-gce-coreos-flannel/)|[](https://ci.kubespray.io/job/kargo-gce-coreos-weave/)| + +CI tests sponsored by Google (GCE), and [teuto.net](https://teuto.net/) for OpenStack.