Skip to content

Commit

Permalink
Merge pull request #151 from furkatgofurov7/helm-annotations-tip-furkat
Browse files Browse the repository at this point in the history
πŸ“– Update Fleet notes with helm annotations
  • Loading branch information
furkatgofurov7 authored Aug 19, 2024
2 parents dd35408 + 557f44d commit be2d0d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/getting-started/create-first-cluster/using_fleet.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ The **clusterctl** CLI can be used to generate the YAML for a cluster. When you

Alternatively, you can craft the YAML for your cluster manually. If you decide to do this then you can use the **templates** that infrastructure providers publish as part of their releases. For example, the AWS provider [publishes files](https://github.com/kubernetes-sigs/cluster-api-provider-aws/releases/tag/v2.2.1) prefixed with **cluster-template** that can be used as a base. You will need to replace any tokens yourself or by using clusterctl (e.g. `clusterctl generate cluster test1 --from https://github.com/kubernetes-sigs/cluster-api-provider-aws/releases/download/v2.2.1/cluster-template-eks.yaml > cluster.yaml`).

:::tip
To maintain proper resource management and avoid accidental deletion of custom resources managed outside of Helm during Helm operations, include the `helm.sh/resource-policy": keep` annotation in the top-level CAPI kinds within your cluster manifests.
:::

:::note
This guide does not use ClusterClass. Templates that use ClusterClass will require that the experimental feature be enabled.
:::
Expand Down Expand Up @@ -138,3 +142,4 @@ kubectl apply -f repo.yaml
10. Watch the resources become ready
11. Select **Cluster Management** from the menu
12. Check your cluster has been imported

0 comments on commit be2d0d1

Please sign in to comment.