Add Fleet version requirement for Windows
This commit is contained in:
@@ -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 |
|
| [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 |
|
| [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-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.
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
# Windows Helm Example
|
# 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 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)
|
## Preparing Your Downstream Cluster(s)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user