130391eabd1df5f3736bd99272a575c008e19e0c
``` --- old 2022-08-23 14:54:35.433292445 +0200 +++ new 2022-08-23 14:54:29.933262742 +0200 @@ -9,11 +9,11 @@ annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/deploys-on-os: windows catalog.cattle.io/display-name: Monitoring - catalog.cattle.io/kube-version: '>=1.16.0-0' + catalog.cattle.io/kube-version: '>= 1.16.0-0 < 1.24.0-0' catalog.cattle.io/namespace: cattle-monitoring-system catalog.cattle.io/permits-os: linux,windows catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1 - catalog.cattle.io/rancher-version: '>= 2.6.0-0 <=2.6.99-0' + catalog.cattle.io/rancher-version: '>= 2.6.0-0 < 2.7.0-0' catalog.cattle.io/release-name: rancher-monitoring catalog.cattle.io/requests-cpu: 4500m catalog.cattle.io/requests-memory: 4000Mi ```
Fleet Examples
This repository contains examples of how to use Fleet using different approaches. The repo is broken up into two different sections: Single cluster and Multi Cluster.
Single Cluster Examples
All examples will deploy content to clusters with no per-cluster customizations. This is a good starting point to understand the basics of structuring git repos for Fleet.
| Example | Description |
|---|---|
| manifests | An example using raw Kubernetes YAML and customizing it per target cluster |
| helm | An example using Helm and customizing it per target cluster |
| helm-multi-chart | An example deploying multiple charts from a single repo |
| kustomize | An example using Kustomize and customizing it per target cluster |
| helm-kustomize | An example using Kustomize to modify a third party Helm chart |
Multi-Cluster Examples
The examples below will deploy a single git repo to multiple clusters at once and configure the app differently for each target.
| Example | Description |
|---|---|
| manifests | A full example of using raw Kubernetes YAML and customizing it per target cluster |
| helm | A full example of using Helm and customizing it per target cluster |
| helm-external | A full example of using a Helm chart that is downloaded from a third party source and customizing it per target cluster |
| kustomize | A full example of using Kustomize and customizing it per target cluster |
| helm-kustomize | A full example of using Kustomize to modify a third party Helm chart |
| 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 example above.
Description
Languages
CODEOWNERS
100%