Skip to content

Commit

Permalink
docs: provide documentation for Talos 1.6
Browse files Browse the repository at this point in the history
Updated lots of documentation with new/updated flows.

Provide What's New for Talos 1.6.0.

Update Troubleshooting guide to cover more steps.

Make Talos 1.6 docs the default.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Dec 15, 2023
1 parent 9a185a3 commit d803e40
Show file tree
Hide file tree
Showing 35 changed files with 786 additions and 700 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,7 @@ func stopAndRemoveAllPods(stopAction cri.StopAction) runtime.TaskExecutionFunc {

// We remove pods with POD network mode first so that the CNI can perform
// any cleanup tasks. If we don't do this, we run the risk of killing the
// CNI, preventing the CRI from cleaning up the pod's netwokring.
// CNI, preventing the CRI from cleaning up the pod's networking.

if err = client.StopAndRemovePodSandboxes(ctx, stopAction, runtimeapi.NamespaceMode_POD, runtimeapi.NamespaceMode_CONTAINER); err != nil {
return err
Expand Down
6 changes: 3 additions & 3 deletions website/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ version_menu = "Releases"

# A link to latest version of the docs. Used in the "version-banner" partial to
# point people to the main doc site.
url_latest_version = "/v1.5"
url_latest_version = "/v1.6"

# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
# github_repo = "https://github.com/googley-example"
Expand Down Expand Up @@ -142,11 +142,11 @@ prism_syntax_highlighting = false

[[params.versions]]
url = "/v1.6/"
version = "v1.6 (pre-release)"
version = "v1.6 (latest)"

[[params.versions]]
url = "/v1.5/"
version = "v1.5 (latest)"
version = "v1.5"

[[params.versions]]
url = "/v1.4/"
Expand Down
1 change: 0 additions & 1 deletion website/content/v1.5/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ prevKubernetesRelease: "1.27.4"
theilaRelease: "v0.2.1"
nvidiaContainerToolkitRelease: "v1.13.5"
nvidiaDriverRelease: "535.54.03"
menu: main
---

## Welcome
Expand Down
2 changes: 1 addition & 1 deletion website/content/v1.5/introduction/support-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: "Table of supported Talos Linux versions and respective platforms."
| Talos Version | 1.5 | 1.4 |
|----------------------------------------------------------------------------------------------------------------|------------------------------------|------------------------------------|
| Release Date | 2023-08-17 | 2023-04-18 (1.4.0) |
| End of Community Support | 1.6.0 release (2023-12-15, TBD) | 1.5.0 release (2023-08-17) |
| End of Community Support | 1.6.0 release (2023-12-15) | 1.5.0 release (2023-08-17) |
| Enterprise Support | [offered by Sidero Labs Inc.](https://www.siderolabs.com/support/) | [offered by Sidero Labs Inc.](https://www.siderolabs.com/support/) |
| Kubernetes | 1.28, 1.27, 1.26 | 1.27, 1.26, 1.25 |
| Architecture | amd64, arm64 | amd64, arm64 |
Expand Down
13 changes: 6 additions & 7 deletions website/content/v1.6/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ no_list: true
linkTitle: "Documentation"
cascade:
type: docs
lastRelease: v1.6.0-alpha.1
lastRelease: v1.6.0
kubernetesRelease: "1.29.0"
prevKubernetesRelease: "1.28.3"
theilaRelease: "v0.2.1"
nvidiaContainerToolkitRelease: "v1.13.5"
nvidiaDriverRelease: "535.54.03"
preRelease: true
nvidiaDriverRelease: "535.129.03"
menu: main
---

## Welcome
Expand All @@ -27,11 +26,11 @@ If you are just getting familiar with Talos, we recommend starting here:
### Community

- GitHub: [repo](https://github.com/siderolabs/talos)
- Slack: Join our [slack channel](https://slack.dev.talos-systems.io)
- Support: Questions, bugs, feature requests [GitHub Discussions](https://github.com/siderolabs/talos/discussions)
- Community Slack: Join our [slack channel](https://slack.dev.talos-systems.io)
- Matrix: Join our Matrix channels:
- Community: [#talos:matrix.org](https://matrix.to/#/#talos:matrix.org)
- Support: [#talos-support:matrix.org](https://matrix.to/#/#talos-support:matrix.org)
- Support: Questions, bugs, feature requests [GitHub Discussions](https://github.com/siderolabs/talos/discussions)
- Community Support: [#talos-support:matrix.org](https://matrix.to/#/#talos-support:matrix.org)
- Forum: [community](https://groups.google.com/a/siderolabs.com/forum/#!forum/community)
- Twitter: [@SideroLabs](https://twitter.com/talossystems)
- Email: [info@SideroLabs.com](mailto:info@SideroLabs.com)
Expand Down
Loading

0 comments on commit d803e40

Please sign in to comment.