From b8624fb697195dd1862a12aece5ec11043406670 Mon Sep 17 00:00:00 2001 From: Nick Gerace Date: Thu, 18 Feb 2021 16:58:13 -0500 Subject: [PATCH] Add Fleet version requirement for Windows --- README.md | 5 +++++ multi-cluster/windows-helm/README.md | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1606037..7e702ce 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,8 @@ and configure the app differently for each target. | [kustomize](multi-cluster/kustomize/) | A full example of using Kustomize and customizing it per target cluster | | [helm-kustomize](multi-cluster/helm-kustomize/) | A full example of using Kustomize to modify a third party Helm chart | | [windows-helm](multi-cluster/windows-helm/) | A full example of using Helm for Windows cluster(s) + +## Windows Example + +Using downstream clusters with Windows nodes? +Check out the [windows-helm](multi-cluster/windows-helm/) multi-cluster example above. diff --git a/multi-cluster/windows-helm/README.md b/multi-cluster/windows-helm/README.md index 3a9e7d2..f953d5a 100644 --- a/multi-cluster/windows-helm/README.md +++ b/multi-cluster/windows-helm/README.md @@ -1,7 +1,8 @@ # Windows Helm Example This example will deploy the [Windows application example](https://kubernetes.io/docs/setup/production-environment/windows/user-guide-windows-containers/) packaged as a Helm chart. -This must be deployed in a multi-cluster configuration. +It must be deployed in a multi-cluster configuration, and requires Fleet v0.3.4+. +For more information, check out the [Fleet docs](https://rancher.com/docs/rancher/v2.x/en/deploy-across-clusters/fleet/). ## Preparing Your Downstream Cluster(s)