Commit Graph

184 Commits

Author SHA1 Message Date
Mario Manno 92c9614636 Add ownership from cluster registration 2024-08-22 10:14:13 +02:00
Claudio 'Clauz' Pisa 4c6a4222ee
Fix broken link in Quick Start page (#172) 2024-08-01 11:45:01 +02:00
Mario Manno 51833b06b3
Merge pull request #166 from p-se/add-graph-workload-namespaces
Add graph to explain configuration of workload namespaces better
2024-07-19 13:34:55 +02:00
Mario Manno 686f1ac0e7 Shorten and clarify cluster registration namespace docs 2024-07-19 12:20:57 +02:00
Mario Manno 170e080d64 Combine status reference pages 2024-07-16 16:19:32 +02:00
Patrick Seidensal afb8ff989a Add graph about workload namespace configuration
- Add a graph about workload namespace configuration.

- This change also divides the structure of the namespaces explanation
  page into "workload namespaces" and "fleet namespaces" for better
  readability and more clarity. By doing that, another layer of headers
  is introduced, for which the TOC on the right hand side has been
  adapted to show the same details as before.

- The source of the added graph is added in the `src/img` folder as
  Mermaid code.

- Also, paragraphs have been wrapped to a certain max width.
2024-07-15 15:09:19 +02:00
Patrick Seidensal b82c54f855 Formatting 2024-07-10 12:57:53 +02:00
Patrick Seidensal f8cc15d539 Don't capitalize namespace names 2024-07-10 12:56:44 +02:00
Mario Manno 18e3e3e868
Note about target/deploy namespace (#165) 2024-07-09 16:26:53 +02:00
Tommy Girardi 155bd35e88
Adding documentation to troubleshoot helm error while deploying multiple times ressources with the same releaseName (#163) 2024-07-09 14:32:19 +02:00
Patrick Seidensal 642b018dbf
Visually update fleet.yaml reference page (#164)
- Fixed max width
- More or less consistent document style
  - Spacing between options
  - Generally more line breaks
2024-07-09 14:31:58 +02:00
Xavi Garcia e6aaa2138e Adds a reference to OCI vs Semver and the '+' character
Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
2024-07-03 08:10:29 +02:00
Rubhan Azeem 2bbd73ae55 Introduce reference documentation for resource counts and resources list in status 2024-06-27 14:03:19 +02:00
Guspan Tanadi 7f3299f2c6
Fix internal links (#157)
This fixes a couple of links pointing to the `rancher/fleet` repository.
2024-06-21 14:58:50 +02:00
Josh Cox c248df4f33 Update gitrepo-add.md
Added in an example yaml config when using a private git repo.  This would eliminate confusion as in https://github.com/rancher/fleet/issues/2495
2024-06-12 12:48:41 +02:00
Corentin Néau 835e961612 Fix `fleet apply` command description
That command does not render bundles into Kubernetes resources, but
rather creates bundles from directories, which can be either output or
applied on a cluster.
2024-06-03 13:25:56 +02:00
Alexandre 4e47f5ecb8
Fix typo and add documentation (#150) 2024-05-29 10:37:48 +02:00
Mario Manno 464f7d793e
Update sharding label in docs (#149) 2024-05-29 10:37:31 +02:00
Mario Manno a83bfd92e5 Fix typos in registration reference 2024-05-21 17:15:57 +02:00
Mario Manno 1257366719
Update cluster registration reference (#147) 2024-05-21 16:28:13 +02:00
Olivier Vernin d0d3d030e7
Merge pull request #133 from matteotumiati/patch-1
Included Azure DevOps as provider for Rancher webhooks
2024-05-19 21:00:42 +02:00
Olivier Vernin 226d429019 fix: add generic changelog for next release
Signed-off-by: Olivier Vernin <olivier.vernin@suse.com>
2024-05-15 11:17:55 +02:00
Matteo Tumiati 8b339529e1
included Azure DevOps as provider for rancher webhooks 2024-05-14 11:56:52 +02:00
Xavi Garcia dfd4ab3e09 Adding disableDependencyUpdate option to fleet.yaml
Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
2024-05-14 11:09:49 +02:00
Xavi Garcia ac00a7bb5e Add disablePolling to the docs
Refers: https://github.com/rancher/fleet/issues/2394

Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
2024-05-07 11:12:22 +02:00
Mario Manno 3c3d907ab8 Remove CLI args, which are non-functional 2024-05-02 10:45:51 +02:00
Mario Manno a53da62a64 Add docs on the CLI bundle commands 2024-05-02 10:45:34 +02:00
Raul Cabello Martin 635a97ae4b
Add Rancher example multi-user doc (#127)
Add Rancher multi-user doca
2024-04-26 11:29:37 +02:00
Mario Manno 1055f1106d Update CLI docs 2024-04-25 17:47:06 +02:00
Corentin Néau 6865c5e25c Add docs for static sharding
This commit documents static sharding support in terms of installation
and use.
2024-04-23 12:28:59 +02:00
Corentin Néau 511015ed5a Add escaping note to templating docs
This moves templating docs to their own section to make it more readable
and easier to reference, and adds information about how to escape
templating in `fleet.yaml`.
2024-04-23 11:04:50 +02:00
Mario Manno 13e49003af
Add sections to fleet yaml reference for helm options (#122)
* Add sections to fleet yaml reference for helm options

The existing inline documentation is getting too long and hard to read.
This adds information on the different types of downloaders.


---------

Co-authored-by: Corentin Néau <tan.neau@suse.com>
2024-04-17 11:45:50 +02:00
Xavi Garcia 24acb0540e
Fixes multi-gitrepo example link
Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
2024-04-05 14:29:10 +02:00
Xavi Garcia a87cab2727 Updates the docs to say that nested gitrepos is supported
Refers to: https://github.com/rancher/fleet/issues/1631

Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
2024-04-05 14:03:55 +02:00
Mario Manno 0cd751bb8c
Merge pull request #118 from rancher/update-cli-docs
Update CLI docs
2024-03-22 14:03:23 +01:00
Mario Manno ba45d12c89 Update CLI docs 2024-03-22 14:02:30 +01:00
Xavi Garcia 97f9203d07 Updates fleet repository links after moving to main
This PR should be merged after https://github.com/rancher/fleet/pull/2240

It replaces all `fleet` repo references from `master` to `main`

Refers to: https://github.com/rancher/fleet/issues/2234

Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
2024-03-22 11:21:01 +01:00
Xavi Garcia 3eaf241c9d Adds a note for pre-releases as semver ignores them by default
Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
2024-02-28 15:46:24 +01:00
Mario Manno db8beec20d
Merge pull request #107 from dnoland1/patch-2
Example YAML for webhook service running on a shared host name.
2024-02-01 12:39:46 +01:00
David Noland d58f0ba60f
Fixed grammar and spelling error 2024-01-31 09:39:24 -08:00
Mario Manno 776bac9884 Add example for chart downloads via git over http. 2024-01-22 10:07:05 +01:00
Mario Manno 8691a0fea1 Add info about helmSecretNameForPaths to gitrepo ref 2024-01-19 16:49:38 +01:00
Mario Manno 8a911675c3 Add info about go-getter URLs for downloading helm via git 2024-01-19 16:49:11 +01:00
Mario Manno d8f90a5b95 Update generated CRD reference 2024-01-19 16:48:56 +01:00
raul 69838d6a7c
Add azure webhooks doc 2024-01-15 16:12:34 +01:00
Mario Manno 93c2f51262
Merge pull request #108 from Woovie/ambiguity-clarification
GitRepo Resource Creation Documentation Clarification
2023-12-21 14:34:40 +01:00
Jordan Banasik fb79092e55 Fix a small newline error 2023-12-20 15:41:42 -08:00
Jordan Banasik d74fbab6e2 Add known hosts header, move warning
This change adds a tertiary header for the `Known hosts` section and
moves the warning to the top to emphasize the importance of adding known
hosts.
2023-12-20 11:50:31 -08:00
Jordan Banasik 2713ff7e48 Clarify ambiguity in GitRepo resource creation
The issue here stems from a combination of using the word 'it' to mean
something specific and a lack of grammar. I've corrected both issues to
help clarify intent with the language.
2023-12-20 11:40:50 -08:00
David Noland 55010ee8ea
Example YAML for webhook service running on a shared host name. 2023-12-18 14:41:52 -08:00