Commit Graph

342 Commits

Author SHA1 Message Date
Corentin Néau c8cdef25db
Clarify requirements on token-based auth
Github and BitBucket are special cases, now supported.
2025-09-17 17:30:12 +02:00
hridyesh bisht ce1dda48a3
Merge branches 'feat-fine-tuning-errors' and 'feat-fine-tuning-errors' of https://github.com/kakabisht/fleet-docs into feat-fine-tuning-errors 2025-09-12 15:30:45 +05:30
hridyesh bisht 21ece34b95
fixing typo 2025-09-12 15:30:37 +05:30
hridyesh bisht 7d1d475a2e
Merge branch 'main' into feat-fine-tuning-errors 2025-09-12 15:27:39 +05:30
hridyesh bisht 83b910ce4e
Adding info about fine tuning errors detection Issue #3879 2025-09-12 15:26:47 +05:30
Corentin Néau 5742d1d8e4
Document semver and polling support for OCI-based HelmOps (#317)
This support is now visible in documentation for v0.14 and v0.13, where
it has recently been added.
2025-09-12 10:42:37 +02:00
Corentin Néau 7bbd3247bf
Fix warnings about strict host key checks (#327)
This rephrases misleading warnings about known hosts, removing them
entirely for versions where the default behaviour is secure.
2025-09-12 10:41:59 +02:00
Corentin Néau 4e3c865656
Document globbing support for Helm secret name per path (#316)
A GitRepo's `spec.helmSecretNameForPaths` now supports globbing in the
referenced secret's keys.
2025-09-12 10:34:19 +02:00
Corentin Néau 522640f95a
Add note on auth for HelmOps (#326)
This simply references gitOps docs on auth, but at least clarifies that
HelmOps does support auth.
2025-09-12 10:27:16 +02:00
hridyesh bisht e5f82784ed
Merge branch 'main' into feat-SSH-warning 2025-09-02 11:54:12 +05:30
hridyesh bisht c57600c597
adding reference to HelmOps docs 2025-09-01 14:10:49 +05:30
hridyesh bisht 0b1630dd33
Update docs/fetch-helm-oci.md
Co-authored-by: Corentin Néau <tan.neau@suse.com>
2025-09-01 13:31:15 +05:30
hridyesh bisht 65647cb856
Update docs/fetch-helm-oci.md
Co-authored-by: Corentin Néau <tan.neau@suse.com>
2025-09-01 13:29:56 +05:30
hridyesh bisht 2c92e67513
Add info about SSH proxy limitation [SURE-10040] 2025-08-29 11:45:41 +05:30
hridyesh bisht d0394e0a80
Merge branch 'main' into feat-oci-Helm-registry 2025-08-26 14:22:43 +05:30
hridyesh bisht 29b56dc6c8
Adding documentation about fetching Helm charts from OCI [SURE-8547] 2025-08-26 14:21:48 +05:30
Xavi Garcia 14bf3fc19a
Add note about changing Bundle ids (#301)
* Add note about changing Bundle ids

Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>

* Update docs/troubleshooting.md

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

---------

Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
Co-authored-by: Corentin Néau <tan.neau@suse.com>
Co-authored-by: Olivier Vernin <olivier@vernin.me>
2025-08-11 14:27:19 +02:00
Mario Manno e84e58f377
Turn fleet.yaml into an options table (#299)
* Turn fleet.yaml into an options table

Co-authored-by: Corentin Néau <tan.neau@suse.com>
2025-08-11 14:26:06 +02:00
Corentin Néau 85d69c962d
Add info about restoring backups to GitRepo how-to (#295)
* Add info about restoring backups to GitRepo how-to

This provides a few bits of advice about steps to take before restoring
a multi-cluster setup with Fleet workloads.

* Fix broken anchor on bundle resources

The top of the page does not need any anchor.

* Propagate doc to version 0.13

A new version has been created, and needs this documented as well.

---------

Co-authored-by: Olivier Vernin <olivier@vernin.me>
2025-08-07 22:59:21 +02:00
Corentin Néau 2b219808a1
Document bundle naming override (#303)
Overriding a bundle's name can be done through the `name` field in a
`fleet.yaml` file.
2025-07-31 16:27:09 +02:00
Corentin Néau 64a25d73b0
Fix broken anchors
This fixes broken anchors reported by `yarn build`.
2025-07-24 17:24:23 +02:00
Corentin Néau 01473c71e1
Fix broken links
This fixes all links listed a broken by `yarn build`.
Incidentally, even working relative links may be listed as broken when
linking file a.md from b.md in the same folder as `[stuff from a](./a)`.
Instead, linking it as `[stuff from a](./a.md)` eliminates the error.
2025-07-24 17:24:23 +02:00
hridyesh bisht e222ad9496
Fix minor bugs (#296)
* Fix typos for latest version

* Propagate fixes to supported versions

This applies typo fixes to docs for v0.10 to v0.12.

---------

Co-authored-by: Corentin Néau <tan.neau@suse.com>
2025-07-23 12:59:16 +02:00
Mario Manno 244950ade9
Merge pull request #277 from p-se/issue-3590-2
Document GitRepo, HelmOps and Cluster status fields and conditions
2025-07-07 11:25:51 +02:00
Mario Manno 93a168240b
Merge pull request #286 from rancher/fix-oci-helmop-chart-mention
Remove empty chart field from OCI HelmOps chart example
2025-07-07 11:23:19 +02:00
Corentin Néau 01fabc8732
Remove experimental features page from v0.13 docs
Both OCI storage and HelmOps have been moved out of experimental status.
2025-07-04 09:51:08 +02:00
Corentin Néau bc98bb1361
Remove empty chart field from OCI HelmOps chart example
The comment specifying that the `chart` field could be omitted when
referencing an OCI chart might mislead readers into thinking that
non-empty values would still be allowed.
2025-07-03 16:04:52 +02:00
hridyesh bisht 8e6ebeeaf3
Merge branch 'main' into issue-3590-2 2025-07-03 14:09:37 +05:30
Mario Manno 47cc81ee44
Merge pull request #280 from rancher/clarify-helmops-oci-artifacts
Add note on versions of OCI artifacts for HelmOps
2025-07-02 18:12:32 +02:00
Mario Manno 30de09abb8
Merge pull request #281 from rancher/bundle-cli
Add note about Fleet CLI deploy
2025-07-02 18:12:21 +02:00
Mario Manno 61f14ef0fa
Merge pull request #260 from rancher/chart-fleetyaml-reference
Add note on referencing embedded charts in fleet.yaml
2025-07-02 18:06:09 +02:00
Mario Manno 93d8576827
Merge pull request #245 from rancher/glossary-in-sidebar
Add glossary to sidebar
2025-07-02 18:05:22 +02:00
Mario Manno e0087cf65a Add note about Fleet CLI deploy
These two pages (ref-bundle-stages and bundle-add) are closely related,
so I added a note to the bundle-add page about the Fleet CLI.
2025-07-02 17:27:28 +02:00
Corentin Néau 7491e7e6e6
Add note on versions of OCI artifacts for HelmOps
OCI artifacts are a special use case for HelmOps in terms of version
handling.
2025-07-02 12:04:59 +02:00
Mario Manno c5bbc9280a fix note boxes 2025-07-01 15:15:55 +02:00
Patrick Seidensal fc2ac1254c
Document GitRepo, HelmOps and Cluster status fields and conditions
Refers to #3590
2025-07-01 13:53:29 +02:00
hridyesh bisht da45f2b265
Update docs/gitrepo-add.md
Co-authored-by: Corentin Néau <tan.neau@suse.com>
2025-07-01 16:18:39 +05:30
hridyesh bisht f7dc6805a2
Update docs/gitrepo-add.md
Co-authored-by: Corentin Néau <tan.neau@suse.com>
2025-07-01 16:18:25 +05:30
hridyesh bisht 056145da26
Merge branch 'main' into feat-different-HelmCredentials 2025-07-01 14:08:04 +05:30
Corentin Néau 85eb9996c8
Document HelmOps validation (#272)
This provides clarity on supported combinations of repo, chart and
version fields for HelmOps, according to Helm's supported use cases.
2025-06-30 12:34:27 +02:00
hridyesh bisht c4836c468a
Merge branch 'main' into feat-different-HelmCredentials 2025-06-30 14:09:52 +05:30
Mario Manno cfd89372bf
Merge pull request #270 from rancher/registration-flow-chart
Upgrade to docusauraus 3 and add mermaid support
2025-06-30 10:35:13 +02:00
Corentin Néau 898f67019a
Update status docs (#273)
* Add notes on HelmOps status

HelmOps have their own status fields, with information propagated from
various sources.

* Update resources lists

Resource keys no longer appear in bundles, yet both GitRepos and HelmOps
now share resources lists sourced from bundle deployments.
2025-06-30 10:04:30 +02:00
hridyesh bisht 730f3bddd4
Address peer feedback 2025-06-26 16:26:54 +05:30
hridyesh bisht 18f6a6486f
Update docs/rollout.md
Co-authored-by: Corentin Néau <tan.neau@suse.com>
2025-06-26 16:10:24 +05:30
hridyesh bisht 63bc6fb940
Update docs/rollout.md
Co-authored-by: Corentin Néau <tan.neau@suse.com>
2025-06-26 16:10:15 +05:30
hridyesh bisht 1f945888a9
Update docs/rollout.md
Co-authored-by: Corentin Néau <tan.neau@suse.com>
2025-06-26 16:10:08 +05:30
hridyesh bisht afce3e4e3f
Update docs/rollout.md
Co-authored-by: Corentin Néau <tan.neau@suse.com>
2025-06-26 16:09:56 +05:30
Corentin Néau dfb0b9ecee
Add note on specifying chart's own values
Those values will be used as default anyway when the agent installs the chart.

Co-authored-by: Mario Manno <mario.manno@gmail.com>
2025-06-26 11:31:19 +02:00
hridyesh bisht 195b8c54b6
Merge branch 'main' into feat-different-HelmCredentials 2025-06-26 14:12:08 +05:30