Merge pull request #8 from nickgerace/master

Add Fleet version requirement for Windows
This commit is contained in:
Nick Gerace
2021-02-18 17:00:29 -05:00
committed by GitHub
2 changed files with 7 additions and 1 deletions

View File

@@ -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.

View File

@@ -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)