Skip to content

Commit

Permalink
Update links to point to the v1.9 docs (#3466)
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Mudrinić <[email protected]>
  • Loading branch information
xmudrii authored Nov 20, 2024
1 parent 3390205 commit 145fc82
Show file tree
Hide file tree
Showing 40 changed files with 68 additions and 68 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG/CHANGELOG-1.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ We're happy to announce a new KubeOne minor release — KubeOne 1.8! Please
consult the changelog below, as well as, the following two documents before
upgrading:

- [Upgrading from KubeOne 1.7 to 1.8 guide](https://docs.kubermatic.com/kubeone/v1.8/tutorials/upgrading/upgrading-from-1.7-to-1.8/)
- [Known Issues in KubeOne 1.8](https://docs.kubermatic.com/kubeone/v1.8/known-issues/)
- [Upgrading from KubeOne 1.7 to 1.8 guide](https://docs.kubermatic.com/kubeone/v1.9/tutorials/upgrading/upgrading-from-1.7-to-1.8/)
- [Known Issues in KubeOne 1.8](https://docs.kubermatic.com/kubeone/v1.9/known-issues/)

## Changelog since v1.7.0

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ See [the list of releases][changelog] to find out about feature changes.
[machine-controller]: https://github.com/kubermatic/machine-controller
[operating-system-manager]: https://github.com/kubermatic/operating-system-manager
[docs]: https://docs.kubermatic.com/kubeone/
[docs-architecture]: https://docs.kubermatic.com/kubeone/v1.8/architecture/
[docs-concepts]: https://docs.kubermatic.com/kubeone/v1.8/architecture/concepts/
[docs-compatibility]: https://docs.kubermatic.com/kubeone/v1.8/architecture/compatibility/
[docs-getting-kubeone]: https://docs.kubermatic.com/kubeone/v1.8/getting-kubeone/
[docs-provisioning]: https://docs.kubermatic.com/kubeone/v1.8/tutorials/creating-clusters/
[docs-architecture]: https://docs.kubermatic.com/kubeone/v1.9/architecture/
[docs-concepts]: https://docs.kubermatic.com/kubeone/v1.9/architecture/concepts/
[docs-compatibility]: https://docs.kubermatic.com/kubeone/v1.9/architecture/compatibility/
[docs-getting-kubeone]: https://docs.kubermatic.com/kubeone/v1.9/getting-kubeone/
[docs-provisioning]: https://docs.kubermatic.com/kubeone/v1.9/tutorials/creating-clusters/
[contributing-guide]: https://github.com/kubermatic/kubeone/blob/main/CONTRIBUTING.md
[k8s-slack-kubeone]: https://kubernetes.slack.com/messages/CNEV2UMT7
[k8s-slack]: http://slack.k8s.io/
Expand Down
2 changes: 1 addition & 1 deletion addons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ how to use the KubeOne Addons, consider the [KubeOne documentation][addons-docs]

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

[addons-docs]: (https://docs.kubermatic.com/kubeone/v1.8/guides/addons/)
[addons-docs]: (https://docs.kubermatic.com/kubeone/v1.9/guides/addons/)
[backups-addon]: (./backups-restic)
[restic]: (https://restic.net/)
2 changes: 1 addition & 1 deletion addons/calico-vxlan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ addons:
MTU: 1400 # custom MTU
```
[addon_params]: https://docs.kubermatic.com/kubeone/v1.8/guides/addons/#parameters
[addon_params]: https://docs.kubermatic.com/kubeone/v1.9/guides/addons/#parameters
6 changes: 3 additions & 3 deletions addons/cluster-autoscaler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ You can find more information about deploying addons in the
[addon]: ./cluster-autoscaler.yaml
[autoscaler]: https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
[machine-controller]: https://github.com/kubermatic/machine-controller
[docs-concepts]: https://docs.kubermatic.com/kubeone/v1.8/architecture/concepts/
[docs-machinedeployment]: https://docs.kubermatic.com/kubeone/v1.8/architecture/concepts/#machinedeployments
[docs-concepts]: https://docs.kubermatic.com/kubeone/v1.9/architecture/concepts/
[docs-machinedeployment]: https://docs.kubermatic.com/kubeone/v1.9/architecture/concepts/#machinedeployments
[recommended-autoscaler-versions]: https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler#releases
[autoscaler-releases]: https://github.com/kubernetes/autoscaler/releases
[using-addons]: https://docs.kubermatic.com/kubeone/v1.8/guides/addons/
[using-addons]: https://docs.kubermatic.com/kubeone/v1.9/guides/addons/
[autoscaler-faq]: https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md
[enforce-node-group-min-size]: https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#my-cluster-is-below-minimum--above-maximum-number-of-nodes-but-ca-did-not-fix-that-why
[balance-similar-node-groups]: https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#im-running-cluster-with-nodes-in-multiple-zones-for-ha-purposes-is-that-supported-by-cluster-autoscaler
2 changes: 1 addition & 1 deletion addons/cni-cilium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This addon is used to deploy [Cilium CNI](https://cilium.io/).

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

[params]: https://docs.kubermatic.com/kubeone/v1.8/guides/addons/#parameters
[params]: https://docs.kubermatic.com/kubeone/v1.9/guides/addons/#parameters

* `HubbleUI` - used to enable/disable Hubble UI listening on an IPv6 interface
* `true` (default): enable listening on IPv6
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## User Documentation

KubeOne user documentation can be found at [KubeOne docs website](https://docs.kubermatic.com/kubeone/v1.8/)
KubeOne user documentation can be found at [KubeOne docs website](https://docs.kubermatic.com/kubeone/v1.9/)

## Development Documentation

Expand Down
4 changes: 2 additions & 2 deletions docs/proposals/20200224-apply.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,6 @@ the specific operation.
* Write and/or update documentation

[etcd-quorum]: https://etcd.io/docs/v3.5/faq/#why-an-odd-number-of-cluster-members
[manual-cluster-repair]: https://docs.kubermatic.com/kubeone/v1.8/guides/manual-cluster-repair/
[manual-cluster-repair]: https://docs.kubermatic.com/kubeone/v1.9/guides/manual-cluster-repair/
[automated-cluster-repairs]: https://github.com/kubermatic/kubeone/pull/888
[disaster-recovery]: https://docs.kubermatic.com/kubeone/v1.8/guides/manual-cluster-recovery/
[disaster-recovery]: https://docs.kubermatic.com/kubeone/v1.9/guides/manual-cluster-recovery/
2 changes: 1 addition & 1 deletion docs/release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ It's recommended to try to download to the release from GitHub after it's
available and compare the checksums, as well as, confirm that `kubeone version`
shows the correct version.

[docs-compatibility]: https://docs.kubermatic.com/kubeone/v1.8/architecture/compatibility/
[docs-compatibility]: https://docs.kubermatic.com/kubeone/v1.9/architecture/compatibility/
[changelog]: https://github.com/kubermatic/kubeone/blob/main/CHANGELOG.md
4 changes: 2 additions & 2 deletions examples/terraform/aws-dualstack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ infrastructure for a Kubernetes HA cluster with dualstack (IPv4+IPv6) support. C
[Creating Infrastructure guide][docs-infrastructure] to learn more about how to
use the configs and how to provision a Kubernetes cluster using KubeOne.

[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.8/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.9/guides/using-terraform-configs/

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

Expand Down
4 changes: 2 additions & 2 deletions examples/terraform/aws-dualstack/README.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ infrastructure for a Kubernetes HA cluster with dualstack (IPv4+IPv6) support. C
[Creating Infrastructure guide][docs-infrastructure] to learn more about how to
use the configs and how to provision a Kubernetes cluster using KubeOne.

[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.8/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.9/guides/using-terraform-configs/

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

Expand Down
2 changes: 1 addition & 1 deletion examples/terraform/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ infrastructure for a Kubernetes HA cluster. Check out the
[Creating Infrastructure guide][docs-infrastructure] to learn more about how to
use the configs and how to provision a Kubernetes cluster using KubeOne.

[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.8/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.9/guides/using-terraform-configs/

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion examples/terraform/aws/README.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ infrastructure for a Kubernetes HA cluster. Check out the
[Creating Infrastructure guide][docs-infrastructure] to learn more about how to
use the configs and how to provision a Kubernetes cluster using KubeOne.

[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.8/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.9/guides/using-terraform-configs/

2 changes: 1 addition & 1 deletion examples/terraform/azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ infrastructure for a Kubernetes HA cluster. Check out the
[Creating Infrastructure guide][docs-infrastructure] to learn more about how to
use the configs and how to provision a Kubernetes cluster using KubeOne.

[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.8/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.9/guides/using-terraform-configs/

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion examples/terraform/azure/README.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ infrastructure for a Kubernetes HA cluster. Check out the
[Creating Infrastructure guide][docs-infrastructure] to learn more about how to
use the configs and how to provision a Kubernetes cluster using KubeOne.

[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.8/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.9/guides/using-terraform-configs/

2 changes: 1 addition & 1 deletion examples/terraform/digitalocean/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ infrastructure for a Kubernetes HA cluster. Check out the following
[Creating Infrastructure guide][docs-infrastructure] to learn more about how to
use the configs and how to provision a Kubernetes cluster using KubeOne.

[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.8/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.9/guides/using-terraform-configs/

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion examples/terraform/digitalocean/README.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ infrastructure for a Kubernetes HA cluster. Check out the following
[Creating Infrastructure guide][docs-infrastructure] to learn more about how to
use the configs and how to provision a Kubernetes cluster using KubeOne.

[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.8/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.9/guides/using-terraform-configs/

4 changes: 2 additions & 2 deletions examples/terraform/equinixmetal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ use the configs and how to provision a Kubernetes cluster using KubeOne.

See the [Terraform loadbalancers in examples document][docs-tf-loadbalancer].

[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.8/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/v1.8/examples/ha-load-balancing/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.9/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/v1.9/examples/ha-load-balancing/

## Requirements

Expand Down
4 changes: 2 additions & 2 deletions examples/terraform/equinixmetal/README.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ use the configs and how to provision a Kubernetes cluster using KubeOne.

See the [Terraform loadbalancers in examples document][docs-tf-loadbalancer].

[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.8/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/v1.8/examples/ha-load-balancing/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.9/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/v1.9/examples/ha-load-balancing/

2 changes: 1 addition & 1 deletion examples/terraform/gce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ infrastructure for a Kubernetes HA cluster. Check out the following
[Creating Infrastructure guide][docs-infrastructure] to learn more about how to
use the configs and how to provision a Kubernetes cluster using KubeOne.

[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.8/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.9/guides/using-terraform-configs/

## GCE Provider configuration

Expand Down
2 changes: 1 addition & 1 deletion examples/terraform/gce/README.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ infrastructure for a Kubernetes HA cluster. Check out the following
[Creating Infrastructure guide][docs-infrastructure] to learn more about how to
use the configs and how to provision a Kubernetes cluster using KubeOne.

[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.8/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.9/guides/using-terraform-configs/

## GCE Provider configuration

Expand Down
2 changes: 1 addition & 1 deletion examples/terraform/hetzner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ infrastructure for a Kubernetes HA cluster. Check out the following
[Creating Infrastructure guide][docs-infrastructure] to learn more about how to
use the configs and how to provision a Kubernetes cluster using KubeOne.

[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.8/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.9/guides/using-terraform-configs/

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion examples/terraform/hetzner/README.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ infrastructure for a Kubernetes HA cluster. Check out the following
[Creating Infrastructure guide][docs-infrastructure] to learn more about how to
use the configs and how to provision a Kubernetes cluster using KubeOne.

[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.8/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.9/guides/using-terraform-configs/

4 changes: 2 additions & 2 deletions examples/terraform/nutanix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ use the configs and how to provision a Kubernetes cluster using KubeOne.

See the [Terraform loadbalancers in examples document][docs-tf-loadbalancer].

[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.8/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/v1.8/examples/ha-load-balancing/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.9/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/v1.9/examples/ha-load-balancing/

## Requirements

Expand Down
4 changes: 2 additions & 2 deletions examples/terraform/nutanix/README.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ use the configs and how to provision a Kubernetes cluster using KubeOne.

See the [Terraform loadbalancers in examples document][docs-tf-loadbalancer].

[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.8/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/v1.8/examples/ha-load-balancing/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.9/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/v1.9/examples/ha-load-balancing/

4 changes: 2 additions & 2 deletions examples/terraform/openstack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ use the configs and how to provision a Kubernetes cluster using KubeOne.

See the [Terraform loadbalancers in examples document][docs-tf-loadbalancer].

[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.8/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/v1.8/examples/ha-load-balancing/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.9/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/v1.9/examples/ha-load-balancing/

## Requirements

Expand Down
4 changes: 2 additions & 2 deletions examples/terraform/openstack/README.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ use the configs and how to provision a Kubernetes cluster using KubeOne.

See the [Terraform loadbalancers in examples document][docs-tf-loadbalancer].

[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.8/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/v1.8/examples/ha-load-balancing/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.9/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/v1.9/examples/ha-load-balancing/

2 changes: 1 addition & 1 deletion examples/terraform/vmware-cloud-director/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ infrastructure for a Kubernetes HA cluster. Check out the following
[Creating Infrastructure guide][docs-infrastructure] to learn more about how to
use the configs and how to provision a Kubernetes cluster using KubeOne.

[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.8/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.9/guides/using-terraform-configs/

## Setup

Expand Down
2 changes: 1 addition & 1 deletion examples/terraform/vmware-cloud-director/README.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ infrastructure for a Kubernetes HA cluster. Check out the following
[Creating Infrastructure guide][docs-infrastructure] to learn more about how to
use the configs and how to provision a Kubernetes cluster using KubeOne.

[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.8/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.9/guides/using-terraform-configs/

## Setup

Expand Down
6 changes: 3 additions & 3 deletions examples/terraform/vsphere/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ guide.
We also provide Terraform configs for [CentOS-based operating systems](../vsphere_centos)
and [Flatcar Linux](../vsphere_flatcar).

[Ubuntu Template VM]: https://docs.kubermatic.com/kubeone/v1.8/guides/vsphere-template-vm/ubuntu/
[Ubuntu Template VM]: https://docs.kubermatic.com/kubeone/v1.9/guides/vsphere-template-vm/ubuntu/

## Required environment variables

Expand All @@ -36,8 +36,8 @@ Based on IP assignment in terraform, we assume that the first IP would be IPv4 a

See the [Terraform loadbalancers in examples document][docs-tf-loadbalancer].

[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.8/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/v1.8/examples/ha-load-balancing/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.9/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/v1.9/examples/ha-load-balancing/

## Requirements

Expand Down
6 changes: 3 additions & 3 deletions examples/terraform/vsphere/README.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ guide.
We also provide Terraform configs for [CentOS-based operating systems](../vsphere_centos)
and [Flatcar Linux](../vsphere_flatcar).

[Ubuntu Template VM]: https://docs.kubermatic.com/kubeone/v1.8/guides/vsphere-template-vm/ubuntu/
[Ubuntu Template VM]: https://docs.kubermatic.com/kubeone/v1.9/guides/vsphere-template-vm/ubuntu/

## Required environment variables

Expand All @@ -36,6 +36,6 @@ Based on IP assignment in terraform, we assume that the first IP would be IPv4 a

See the [Terraform loadbalancers in examples document][docs-tf-loadbalancer].

[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.8/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/v1.8/examples/ha-load-balancing/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.9/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/v1.9/examples/ha-load-balancing/

6 changes: 3 additions & 3 deletions examples/terraform/vsphere_centos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ these configs, check out our [CentOS 7 Template VM] guide.
We also provide Terraform configs for [Debian-based operating systems](../vsphere)
and [Flatcar Linux](../vsphere_flatcar).

[CentOS 7 Template VM]: https://docs.kubermatic.com/kubeone/v1.8/guides/vsphere-template-vm/centos/
[CentOS 7 Template VM]: https://docs.kubermatic.com/kubeone/v1.9/guides/vsphere-template-vm/centos/
[guestinfo]: https://github.com/vmware-archive/cloud-init-vmware-guestinfo

## Required environment variables
Expand All @@ -38,8 +38,8 @@ See <https://github.com/kubermatic/machine-controller/blob/main/docs/vsphere.md>

See the [Terraform loadbalancers in examples document][docs-tf-loadbalancer].

[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.8/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/v1.8/examples/ha-load-balancing/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.9/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/v1.9/examples/ha-load-balancing/

## Requirements

Expand Down
Loading

0 comments on commit 145fc82

Please sign in to comment.