From 4cfaa14ddaeae7f630c48fb3aabf078d1adf335a Mon Sep 17 00:00:00 2001 From: Alin Balutoiu Date: Tue, 26 Jun 2018 00:25:23 +0200 Subject: [PATCH] Update Windows documentation for OVN/OVS CNI plugin (#8482) * Update Windows documentation for OVN/OVS CNI plugin This patch adds reference to the Ansible playbooks which help to deploy a kubernetes cluster in a fully automated way. Signed-off-by: Alin Balutoiu * Minor tweaks * Trivial commit/undo to trigger Netlify Added an extra whitespace line at EOF --- content/en/docs/getting-started-guides/windows/_index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/en/docs/getting-started-guides/windows/_index.md b/content/en/docs/getting-started-guides/windows/_index.md index a0d153193a..ca9068b600 100644 --- a/content/en/docs/getting-started-guides/windows/_index.md +++ b/content/en/docs/getting-started-guides/windows/_index.md @@ -158,6 +158,12 @@ Note: this file assumes that a user previous created 'l2bridge' host networks on #### For 3. Open vSwitch (OVS) & Open Virtual Network (OVN) with Overlay +{{< note >}} +**Note:** Fully automated setup via Ansible playbooks is [available](https://github.com/openvswitch/ovn-kubernetes/tree/master/contrib). +{{< /note >}} + +For manual setup, continue the following steps. + ##### Linux Host Setup Setting up the central node and the components needed is out of scope of this document. You can read [these instructions](https://github.com/openvswitch/ovn-kubernetes#k8s-master-node-initialization) for that. @@ -551,3 +557,4 @@ Some of these limitations will be addressed by the community in future releases - Support for Windows is in Beta as of v1.9 and your feedback is welcome. For information on getting involved, please head to [SIG-Windows](https://github.com/kubernetes/community/blob/master/sig-windows/README.md) - Troubleshooting and Common Problems: [Link](https://docs.microsoft.com/en-us/virtualization/windowscontainers/kubernetes/common-problems) +