Commit Graph

131 Commits

Author SHA1 Message Date
Corentin Néau 42327d703f
Fix typo
`will be ran` → `will be run`.
2023-10-30 10:10:25 +01:00
Mario Manno c25c001469 Add example for helm to bundle 2023-09-27 10:21:42 +02:00
Mario Manno 7a03cd06f2 Add registration secrets diagram 2023-09-22 14:49:16 +02:00
Alejandro Ruiz 2d41f1e788
Document new Helm options in fleet.yaml (#93) 2023-09-20 11:45:14 +02:00
Tim Hardeck e8bd718952
Improve takeOwnership description
that it is supported outside of helm-based bundles.
2023-09-12 10:11:58 +02:00
Mario Manno 413a1464fe Update CRD reference 2023-09-08 15:09:05 +02:00
Mario Manno 2c2254b745 Add sections to fleet.yaml helm options 2023-09-05 11:52:46 +02:00
Mario Manno da24ee64d5
Merge pull request #85 from rancher/list-of-deployed-resources
Add list of deployed resources
2023-09-04 17:02:16 +02:00
Mario Manno ca53e26c19
Merge pull request #89 from rancher/webhook-docs-performance-recommendations
webhook.md: add scalability/performance considerations
2023-09-04 17:01:31 +02:00
Mario Manno 5ad3980760
Merge pull request #91 from rancher/update-api-docs
Update API docs
2023-09-04 15:28:30 +02:00
Mario Manno badba047da Update API docs 2023-09-04 15:27:31 +02:00
Corentin Néau 87a055352d Fix indenting of warning blocks
This ensures that warning blocks about overriding the Helm version of a
chart via target customizations are properly indented and formatted,
even when embedded in lists.
2023-08-30 15:00:57 +02:00
Corentin Néau 6b39759617 Document bundle size issue with target-customised chart version
This adds a warning for Fleet versions from 0.6 onwards about bundle
sizes which may exceed etcd's maximum blob size for bundles containing
multiple versions of a chart as a result of target customisations.
Fleet versions prior to 0.6 did not properly support multiple chart
versions per bundle, hence that warning is not relevant for them.
2023-08-30 15:00:57 +02:00
Silvio Moioli 97ac26802f
webhook.md: add scalability/performance considerations
Discussion about an affected use case is available on the internal case SURE-6779.
2023-08-24 11:21:47 +02:00
Mario Manno 397e42f082 Describe how cluster registration works in detail 2023-07-28 12:02:54 +02:00
Mario Manno 939fe3ff27 Add list of deployed resources 2023-07-28 11:50:11 +02:00
Mario Manno 25b9670f95
Update docs/gitrepo-content.md
Co-authored-by: Corentin Néau <tan.neau@suse.com>
2023-07-19 14:21:55 +02:00
Mario Manno 40d9399eed Add info about cluster name matcher 2023-07-18 17:37:51 +02:00
David Warburton b8b90da81c Fix case mistake in helmRepoURLRegex property 2023-07-14 15:08:27 +02:00
Corentin Néau b1faa46011 Document `.fleetignore` support
This documents how newly supported `.fleetignore` files behave and which
features they support.
2023-07-11 10:41:50 +02:00
raul 64175ac062 Remove instructions to move local clusters 2023-07-10 17:13:59 +02:00
raul c72c8e4461
Add namespaceLabels and namespaceAnnotations documentation 2023-07-04 12:33:56 +02:00
Dan 357659aaca Update bundle-diffs.md for broken URL
This change fixes a URL that now 404s after repo structure changes. This fixes the 404 caused by https://github.com/rancher/fleet-examples/pull/39
2023-06-30 13:35:06 +02:00
Eduardo Mínguez e6d889f8b3
Added a note for bundle names character limitation 2023-06-26 14:06:57 +02:00
Tim Hardeck 6428c3cf37
Add caution banner regarding Fleet in Rancher 2023-06-22 17:11:33 +02:00
Tim Hardeck 5daec02150
Fix line breaks in quickstart.md 2023-06-22 17:01:29 +02:00
Tim Hardeck 2a56f6022a
Incorporate suggestions regarding Fleet helm repo 2023-06-22 17:01:20 +02:00
Tim Hardeck 5eb3bc38e7
Use Artifact Hub for installing Fleet 2023-06-22 16:36:15 +02:00
raul 8c970d9a6d
Explain drift correction force 2023-06-21 10:04:05 +02:00
raul cb07a60258
Add drift correction docs 2023-06-20 11:57:55 +02:00
Tim Hardeck fd90fa7b60
Update docs/quickstart.md
Co-authored-by: Corentin Néau <tan.neau@suse.com>
2023-06-19 13:45:51 +02:00
Tim Hardeck 4dcf3bfefb
Improve wording of initiated registration 2023-06-19 13:28:20 +02:00
Tim Hardeck 92675a9c46
Improve Deployment management description 2023-06-19 13:20:23 +02:00
Tim Hardeck 60b990957f
Improve Helm 3 requirement description 2023-06-19 13:18:46 +02:00
Mario Manno bccdd241b0 Move info about gitrepo namespaces into gitrepo-add.md 2023-06-13 15:15:16 +02:00
Mario Manno 3fc252a8e0 Add note about default cluster group target 2023-06-13 15:06:34 +02:00
Mario Manno 7b62630261 Use permalink for fleet.yaml struct 2023-06-13 14:54:03 +02:00
Mario Manno e0f204cc3c Remove whitespace at end of the line 2023-06-13 14:50:34 +02:00
Mario Manno f046f7e94a Move helm values explanation into gitrepo-content.md 2023-06-13 14:49:30 +02:00
Mario Manno d6a383ec45
Merge pull request #72 from rancher/clarify-bundle-fields
Notes about bundle fields limitations
2023-06-07 14:57:27 +02:00
Mario Manno 184950d291 Notes about bundle fields limitations 2023-06-07 11:25:49 +02:00
raul 683df8c0dd
Add overrideTargets and doNotDeploy documentation 2023-06-06 11:06:54 +02:00
Raul Cabello Martin 5edb6ce5c9
Document how to use different helm credentials for each path (#69)
* Document how to use different helm credentials for each path

* Clarify which path is used for the helm credentials

Co-authored-by: Mario Manno <mario.manno@gmail.com>

* Add how to use different helm credentials for each path in warning box

* Fix missing line in secrets path explanation

* Clarify path for Bundles

Co-authored-by: Corentin Néau <tan.neau@suse.com>

---------

Co-authored-by: Mario Manno <mario.manno@gmail.com>
Co-authored-by: Corentin Néau <tan.neau@suse.com>
2023-06-02 15:23:27 +02:00
Mario Manno 37a5dbcc3f Fix cluster namespace annotations reference 2023-06-01 18:31:33 +02:00
Mario Manno f3aa78d745 Remove instructions to move clusters
Cluster migration is more difficult
2023-05-30 13:23:07 +02:00
Mario Manno 413abe810c Clarify cluster targeting and customization 2023-05-25 15:29:45 +02:00
Mario Manno 89474ed8ea Remove instructions for moving local cluster to another namespace
This is currently not working and Rancher related instructions belong
into the Rancher docs.
2023-05-25 15:29:45 +02:00
Mario Manno 18f320ecb9 Add troubleshooting instructions to get resource status 2023-05-25 15:29:45 +02:00
raul 5d4b34dbbf
Add fleet agent config docs 2023-05-16 12:44:58 +02:00
Mario Manno b9cdbd2aa1 Fix anchor links for array elements in reference 2023-05-15 16:54:01 +02:00