Skip to content

Commit 8b0973c

Browse files
Update links to docs to v1.6 docs (#2704)
Signed-off-by: Marko Mudrinić <[email protected]> Co-authored-by: Marko Mudrinić <[email protected]>
1 parent 1d8ef56 commit 8b0973c

File tree

40 files changed

+69
-69
lines changed

40 files changed

+69
-69
lines changed

CHANGELOG/CHANGELOG-1.6.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ consult the changelog below before upgrading to this minor release.
99

1010
### (No, really, you MUST read this before you upgrade)
1111

12-
- The minimum Kubernetes version is increased to v1.24.0. Please use KubeOne 1.5 to upgrade your clusters to Kubernetes 1.24 prior to upgrading to KubeOne 1.6. If your clusters are running Docker, please [migrate them to containerd using KubeOne 1.5](https://docs.kubermatic.com/kubeone/main/guides/containerd-migration/). ([#2599](https://github.com/kubermatic/kubeone/pull/2599), [@xmudrii](https://github.com/xmudrii))
12+
- The minimum Kubernetes version is increased to v1.24.0. Please use KubeOne 1.5 to upgrade your clusters to Kubernetes 1.24 prior to upgrading to KubeOne 1.6. If your clusters are running Docker, please [migrate them to containerd using KubeOne 1.5](https://docs.kubermatic.com/kubeone/v1.6/guides/containerd-migration/). ([#2599](https://github.com/kubermatic/kubeone/pull/2599), [@xmudrii](https://github.com/xmudrii))
1313
- Stop applying `node-role.kubernetes.io/master` taint for Kubernetes 1.25+ nodes. The taint will be removed from existing nodes upon upgrading to Kubernetes 1.25. The KubeOneCluster API validation will reject hosts/nodes that have the `node-role.kubernetes.io/master` taint if the Kubernetes version is 1.25 or newer. `kubeone apply` will fail if you have nodes with the `node-role.kubernetes.io/master` taint running Kubernetes 1.25+ ([#2604](https://github.com/kubermatic/kubeone/pull/2604), [#2688](https://github.com/kubermatic/kubeone/pull/2688), [#2689](https://github.com/kubermatic/kubeone/pull/2689), [@xmudrii](https://github.com/xmudrii))
14-
- External CCM/CSI is required for vSphere clusters starting with Kubernetes 1.25. If your vSphere clusters are using the in-tree cloud provider (`.cloudProvider.external` is `false` or unset), you must migrate your vSphere clusters to the external CCM/CSI before upgrading to Kubernetes 1.25. Please check [the documentation for more details about the CCM/CSI migration](https://docs.kubermatic.com/kubeone/main/guides/ccm-csi-migration/). This change is introduced because vSphere requires the CSI driver to be deployed starting with Kubernetes 1.25 ([#2697](https://github.com/kubermatic/kubeone/pull/2697), [@xmudrii](https://github.com/xmudrii))
15-
- Forbid Kubernetes 1.26 and newer for OpenStack clusters with the in-tree cloud provider. The in-tree cloud provider for OpenStack is removed with Kubernetes 1.26.0. Make sure to [migrate to the external CCM/CSI](https://docs.kubermatic.com/kubeone/main/guides/ccm-csi-migration/) before upgrading to Kubernetes 1.26. ([#2573](https://github.com/kubermatic/kubeone/pull/2573), [@xmudrii](https://github.com/xmudrii))
14+
- External CCM/CSI is required for vSphere clusters starting with Kubernetes 1.25. If your vSphere clusters are using the in-tree cloud provider (`.cloudProvider.external` is `false` or unset), you must migrate your vSphere clusters to the external CCM/CSI before upgrading to Kubernetes 1.25. Please check [the documentation for more details about the CCM/CSI migration](https://docs.kubermatic.com/kubeone/v1.6/guides/ccm-csi-migration/). This change is introduced because vSphere requires the CSI driver to be deployed starting with Kubernetes 1.25 ([#2697](https://github.com/kubermatic/kubeone/pull/2697), [@xmudrii](https://github.com/xmudrii))
15+
- Forbid Kubernetes 1.26 and newer for OpenStack clusters with the in-tree cloud provider. The in-tree cloud provider for OpenStack is removed with Kubernetes 1.26.0. Make sure to [migrate to the external CCM/CSI](https://docs.kubermatic.com/kubeone/v1.6/guides/ccm-csi-migration/) before upgrading to Kubernetes 1.26. ([#2573](https://github.com/kubermatic/kubeone/pull/2573), [@xmudrii](https://github.com/xmudrii))
1616
- Add support for Ubuntu 22.04. Example Terraform configs for all providers are now using Ubuntu 22.04 by default. If you're using the latest Terraform configs with an existing cluster, make sure to bind the operating system/image to the image that you're currently using, otherwise your instances will get recreated ([#2367](https://github.com/kubermatic/kubeone/pull/2367), [@ahmedwaleedmalik](https://github.com/ahmedwaleedmalik))
1717
- `control_plane_replicas` variable in Terraform configs for Hetzner is renamed to `control_plane_vm_count`. If you set the old variable explicitly, make sure to migrate to the new variable before migrating to the new configs ([#2550](https://github.com/kubermatic/kubeone/pull/2550), [@xmudrii](https://github.com/xmudrii))
1818
- Forbid PodSecurityPolicy feature for Kubernetes clusters running 1.25 and newer. PodSecurityPolicies got removed from Kubernetes in 1.25. For more details, see [the official blog post](https://kubernetes.io/blog/2021/04/06/podsecuritypolicy-deprecation-past-present-and-future/) ([#2594](https://github.com/kubermatic/kubeone/pull/2594), [@xmudrii](https://github.com/xmudrii))

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ See [the list of releases][changelog] to find out about feature changes.
116116
[machine-controller]: https://github.com/kubermatic/machine-controller
117117
[operating-system-manager]: https://github.com/kubermatic/operating-system-manager
118118
[docs]: https://docs.kubermatic.com/kubeone/
119-
[docs-architecture]: https://docs.kubermatic.com/kubeone/main/architecture/
120-
[docs-concepts]: https://docs.kubermatic.com/kubeone/main/architecture/concepts/
121-
[docs-compatibility]: https://docs.kubermatic.com/kubeone/main/architecture/compatibility/
122-
[docs-getting-kubeone]: https://docs.kubermatic.com/kubeone/main/getting-kubeone/
123-
[docs-provisioning]: https://docs.kubermatic.com/kubeone/main/tutorials/creating-clusters/
119+
[docs-architecture]: https://docs.kubermatic.com/kubeone/v1.6/architecture/
120+
[docs-concepts]: https://docs.kubermatic.com/kubeone/v1.6/architecture/concepts/
121+
[docs-compatibility]: https://docs.kubermatic.com/kubeone/v1.6/architecture/compatibility/
122+
[docs-getting-kubeone]: https://docs.kubermatic.com/kubeone/v1.6/getting-kubeone/
123+
[docs-provisioning]: https://docs.kubermatic.com/kubeone/v1.6/tutorials/creating-clusters/
124124
[contributing-guide]: https://github.com/kubermatic/kubeone/blob/main/CONTRIBUTING.md
125125
[k8s-slack-kubeone]: https://kubernetes.slack.com/messages/CNEV2UMT7
126126
[k8s-slack]: http://slack.k8s.io/

addons/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ how to use the KubeOne Addons, consider the [KubeOne documentation][addons-docs]
77

88
* [Cluster backups (with Restic)][backups-addon]
99

10-
[addons-docs]: (https://docs.kubermatic.com/kubeone/main/guides/addons/)
10+
[addons-docs]: (https://docs.kubermatic.com/kubeone/v1.6/guides/addons/)
1111
[backups-addon]: (./backups-restic)
1212
[restic]: (https://restic.net/)

addons/calico-vxlan/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ addons:
4848
MTU: 1400 # custom MTU
4949
```
5050
51-
[addon_params]: https://docs.kubermatic.com/kubeone/main/guides/addons/#parameters
51+
[addon_params]: https://docs.kubermatic.com/kubeone/v1.6/guides/addons/#parameters

addons/cluster-autoscaler/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ You can find more information about deploying addons in the
115115
[addon]: ./cluster-autoscaler.yaml
116116
[autoscaler]: https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
117117
[machine-controller]: https://github.com/kubermatic/machine-controller
118-
[docs-concepts]: https://docs.kubermatic.com/kubeone/main/architecture/concepts/
119-
[docs-machinedeployment]: https://docs.kubermatic.com/kubeone/main/architecture/concepts/#machinedeployments
118+
[docs-concepts]: https://docs.kubermatic.com/kubeone/v1.6/architecture/concepts/
119+
[docs-machinedeployment]: https://docs.kubermatic.com/kubeone/v1.6/architecture/concepts/#machinedeployments
120120
[recommended-autoscaler-versions]: https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler#releases
121121
[autoscaler-releases]: https://github.com/kubernetes/autoscaler/releases
122-
[using-addons]: https://docs.kubermatic.com/kubeone/main/guides/addons/
122+
[using-addons]: https://docs.kubermatic.com/kubeone/v1.6/guides/addons/

addons/cni-cilium/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This addon is used to deploy [Cilium CNI](https://cilium.io/).
66

77
This section what [addon parameters][params] can be used with this addon.
88

9-
[params]: https://docs.kubermatic.com/kubeone/main/guides/addons/#parameters
9+
[params]: https://docs.kubermatic.com/kubeone/v1.6/guides/addons/#parameters
1010

1111
* `HubbleUI` - used to enable/disable Hubble UI listening on an IPv6 interface
1212
* `true` (default): enable listening on IPv6

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## User Documentation
44

5-
KubeOne user documentation can be found at [KubeOne docs website](https://docs.kubermatic.com/kubeone/main/)
5+
KubeOne user documentation can be found at [KubeOne docs website](https://docs.kubermatic.com/kubeone/v1.6/)
66

77
## Development Documentation
88

docs/proposals/20200224-apply.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,6 @@ the specific operation.
259259
* Write and/or update documentation
260260

261261
[etcd-quorum]: https://etcd.io/docs/v3.5/faq/#why-an-odd-number-of-cluster-members
262-
[manual-cluster-repair]: https://docs.kubermatic.com/kubeone/main/guides/manual-cluster-repair/
262+
[manual-cluster-repair]: https://docs.kubermatic.com/kubeone/v1.6/guides/manual-cluster-repair/
263263
[automated-cluster-repairs]: https://github.com/kubermatic/kubeone/pull/888
264-
[disaster-recovery]: https://docs.kubermatic.com/kubeone/main/guides/manual-cluster-recovery/
264+
[disaster-recovery]: https://docs.kubermatic.com/kubeone/v1.6/guides/manual-cluster-recovery/

docs/release_process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ It's recommended to try to download to the release from GitHub after it's
8787
available and compare the checksums, as well as, confirm that `kubeone version`
8888
shows the correct version.
8989

90-
[docs-compatibility]: https://docs.kubermatic.com/kubeone/main/architecture/compatibility/
90+
[docs-compatibility]: https://docs.kubermatic.com/kubeone/v1.6/architecture/compatibility/
9191
[changelog]: https://github.com/kubermatic/kubeone/blob/main/CHANGELOG.md

examples/terraform/aws-dualstack/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ infrastructure for a Kubernetes HA cluster with dualstack (IPv4+IPv6) support. C
55
[Creating Infrastructure guide][docs-infrastructure] to learn more about how to
66
use the configs and how to provision a Kubernetes cluster using KubeOne.
77

8-
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/main/guides/using-terraform-configs/
8+
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.6/guides/using-terraform-configs/
99

1010
## AWS external CCM cloud-config
1111
KubeOne will use following cloud-config when provisioning the cluster using external AWS CCM.
12-
You can [override](https://docs.kubermatic.com/kubeone/main/references/kubeone-cluster-v1beta2/#cloudproviderspec) the cloud-config
12+
You can [override](https://docs.kubermatic.com/kubeone/v1.6/references/kubeone-cluster-v1beta2/#cloudproviderspec) the cloud-config
1313
but you must specify all the options shown below. Otherwise CCM fails to initialize nodes with proper IP addresses
1414
and host network pods don't get dualstack IPs.
1515

0 commit comments

Comments
 (0)