The original issue has been fixed in v0.12, yet the workaround
description was omitted from Rancher v2.9.9 release notes.
Documenting it on the troubleshooting page makes it accessible to users.
* 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>
* chore: docs: update releasepost configuration file releasepost.yaml
Made with ❤️️ by updatecli
* chore: doc: synchronize Fleet release note
Made with ❤️️ by updatecli
---------
Co-authored-by: updatecli-bot <bot@rancher.io>
* chore: doc: synchronize Fleet release note
Made with ❤️️ by updatecli
* chore: doc: synchronize Fleet release note
Made with ❤️️ by updatecli
---------
Co-authored-by: updatecli-bot <bot@rancher.io>
* chore: docs: update releasepost configuration file releasepost.yaml
Made with ❤️️ by updatecli
* chore: doc: synchronize Fleet release note
Made with ❤️️ by updatecli
* chore: doc: synchronize Fleet release note
Made with ❤️️ by updatecli
---------
Co-authored-by: updatecli-bot <bot@rancher.io>
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.
* 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>
* chore: doc: synchronize Fleet release note
Made with ❤️️ by updatecli
* chore: doc: synchronize Fleet release note
Made with ❤️️ by updatecli
* chore: doc: synchronize Fleet release note
Made with ❤️️ by updatecli
* chore: doc: synchronize Fleet release note
Made with ❤️️ by updatecli
---------
Co-authored-by: updatecli-bot <bot@rancher.io>
* chore: doc: synchronize Fleet release note
Made with ❤️️ by updatecli
* chore: doc: synchronize Fleet release note
Made with ❤️️ by updatecli
* chore: doc: synchronize Fleet release note
Made with ❤️️ by updatecli
* chore: doc: synchronize Fleet release note
Made with ❤️️ by updatecli
---------
Co-authored-by: updatecli-bot <bot@rancher.io>
* chore: docs: update releasepost configuration file releasepost.yaml
Made with ❤️️ by updatecli
* chore: doc: synchronize Fleet release note
Made with ❤️️ by updatecli
---------
Co-authored-by: updatecli-bot <bot@rancher.io>
This clarifies that, while Helm options support `git::http://`-prefixed
chart URLs, using them will not succeed when pointing to a git
repository using a custom CA bundle.
It takes the opportunity to somewhat reformat the `fleet.yaml`
reference, with collapsible YAML and further details on the main Helm
options being migrated further down the page. This allows better
formatting and should hopefully make that page more readable.