Skip to content

Commit

Permalink
Point docs.kubermatic.com links to the v1.5 docs (#2315)
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Mudrinić <[email protected]>

Signed-off-by: Marko Mudrinić <[email protected]>
  • Loading branch information
xmudrii authored Aug 25, 2022
1 parent ef3913d commit 16c6bdf
Show file tree
Hide file tree
Showing 33 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/kubernetes-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This is a collector issue for Kubernetes 1.2x support in KubeOne. The following
* [ ] Update [default admission controllers](https://github.com/kubermatic/kubeone/blob/master/pkg/kubeflags/data.go) if needed <!-- link to the PR -->
* [ ] Add E2E tests <!-- link to the PR -->
* [ ] Update daily periodics to use the latest Kubernetes release
* [ ] Update [the Compatibility Matrix](https://docs.kubermatic.com/kubeone/master/architecture/compatibility/) <!-- link to the PR -->
* [ ] Update [the Compatibility Matrix](https://docs.kubermatic.com/kubeone/v1.5/architecture/compatibility/) <!-- link to the PR -->
* [ ] Create an issue to track updating [images](https://github.com/kubermatic/kubeone/blob/master/pkg/templates/images/images.go) <!-- link to the issue -->
* [ ] Run the full conformance tests suite using [Sonobuoy](https://github.com/vmware-tanzu/sonobuoy)

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/master/architecture/
[docs-concepts]: https://docs.kubermatic.com/kubeone/master/architecture/concepts/
[docs-compatibility]: https://docs.kubermatic.com/kubeone/master/architecture/compatibility/
[docs-getting-kubeone]: https://docs.kubermatic.com/kubeone/master/getting-kubeone/
[docs-provisioning]: https://docs.kubermatic.com/kubeone/master/tutorials/creating-clusters/
[docs-architecture]: https://docs.kubermatic.com/kubeone/v1.5/architecture/
[docs-concepts]: https://docs.kubermatic.com/kubeone/v1.5/architecture/concepts/
[docs-compatibility]: https://docs.kubermatic.com/kubeone/v1.5/architecture/compatibility/
[docs-getting-kubeone]: https://docs.kubermatic.com/kubeone/v1.5/getting-kubeone/
[docs-provisioning]: https://docs.kubermatic.com/kubeone/v1.5/tutorials/creating-clusters/
[contributing-guide]: https://github.com/kubermatic/kubeone/blob/master/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/master/guides/addons/)
[addons-docs]: (https://docs.kubermatic.com/kubeone/v1.5/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 @@ -48,4 +48,4 @@ addons:
MTU: 1400 # custom MTU
```
[addon_params]: https://docs.kubermatic.com/kubeone/master/guides/addons/#parameters
[addon_params]: https://docs.kubermatic.com/kubeone/v1.5/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 @@ -115,8 +115,8 @@ 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/master/architecture/concepts/
[docs-machinedeployment]: https://docs.kubermatic.com/kubeone/master/architecture/concepts/#machinedeployments
[docs-concepts]: https://docs.kubermatic.com/kubeone/v1.5/architecture/concepts/
[docs-machinedeployment]: https://docs.kubermatic.com/kubeone/v1.5/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/master/guides/addons/
[using-addons]: https://docs.kubermatic.com/kubeone/v1.5/guides/addons/
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/master/)
KubeOne user documentation can be found at [KubeOne docs website](https://docs.kubermatic.com/kubeone/v1.5/)

## Development Documentation

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/master/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.5/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/master/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.5/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/master/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.5/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/master/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.5/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/master/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.5/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/master/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.5/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/master/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/master/examples/ha-load-balancing/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.5/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/v1.5/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/master/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/master/examples/ha-load-balancing/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.5/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/v1.5/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/master/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.5/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/master/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.5/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/master/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.5/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/master/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.5/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/master/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/master/examples/ha-load-balancing/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.5/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/v1.5/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/master/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/master/examples/ha-load-balancing/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.5/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/v1.5/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/master/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/master/examples/ha-load-balancing/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.5/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/v1.5/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/master/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/master/examples/ha-load-balancing/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.5/guides/using-terraform-configs/
[docs-tf-loadbalancer]: https://docs.kubermatic.com/kubeone/v1.5/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/master/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.5/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/master/guides/using-terraform-configs/
[docs-infrastructure]: https://docs.kubermatic.com/kubeone/v1.5/guides/using-terraform-configs/

## Setup

Expand Down
4 changes: 2 additions & 2 deletions examples/terraform/vsphere/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ See <https://github.com/kubermatic/machine-controller/blob/master/docs/vsphere.m

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

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

## Requirements

Expand Down
4 changes: 2 additions & 2 deletions examples/terraform/vsphere/README.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ See <https://github.com/kubermatic/machine-controller/blob/master/docs/vsphere.m

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

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

4 changes: 2 additions & 2 deletions examples/terraform/vsphere_flatcar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ See <https://github.com/kubermatic/machine-controller/blob/master/docs/vsphere.m

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

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

## Requirements

Expand Down
4 changes: 2 additions & 2 deletions examples/terraform/vsphere_flatcar/README.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ See <https://github.com/kubermatic/machine-controller/blob/master/docs/vsphere.m

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

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

2 changes: 1 addition & 1 deletion pkg/cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ addons:
# available addons.
# Check out the documentation to find more information about what are embedded
# addons and how to use them:
# https://docs.kubermatic.com/kubeone/master/guides/addons/
# https://docs.kubermatic.com/kubeone/v1.5/guides/addons/
addons:
# name of the addon to be enabled/deployed (e.g. backups-restic)
- name: ""
Expand Down
4 changes: 2 additions & 2 deletions pkg/cmd/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func migrateToCCMCSICmd(fs *pflag.FlagSet) *cobra.Command {
done after all worker nodes managed by machine-controller are rolled-out.
Make sure to familiarize yourself with the CCM/CSI migration requirements by checking the following document:
https://docs.kubermatic.com/kubeone/master/guides/ccm-csi-migration/
https://docs.kubermatic.com/kubeone/v1.5/guides/ccm-csi-migration/
`),
RunE: func(_ *cobra.Command, _ []string) error {
gopts, err := persistentGlobalOptions(fs)
Expand Down Expand Up @@ -204,7 +204,7 @@ func runMigrateToCCMCSI(opts *migrateCCMOptions) error {

s.Logger.Warnln("This command will migrate your cluster from in-tree cloud provider to the external CCM and CSI plugin.")
s.Logger.Warnln("Make sure to familiarize yourself with the process by checking the following document:")
s.Logger.Warnln("https://docs.kubermatic.com/kubeone/master/guides/ccm-csi-migration/")
s.Logger.Warnln("https://docs.kubermatic.com/kubeone/v1.5/guides/ccm-csi-migration/")
if s.Cluster.CloudProvider.Openstack != nil {
s.Logger.Warnln("The OpenStack external CCM uses Octavia Load Balancers by default.")
s.Logger.Warnln("If you currently use Neutron Load Balancers, migrating to the external CCM/CSI will cause *ALL* Load Balancers to be recreated!")
Expand Down
2 changes: 1 addition & 1 deletion pkg/tasks/machine_deployments.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
)

const (
machineDeploymentsDocsLink = `https://docs.kubermatic.com/kubeone/master/guides/machine-controller/`
machineDeploymentsDocsLink = `https://docs.kubermatic.com/kubeone/v1.5/guides/machine-controller/`
)

func createMachineDeployments(s *state.State) error {
Expand Down
2 changes: 1 addition & 1 deletion pkg/tasks/probes.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ func safeguardFlatcarMachineDeployments(s *state.State) error {
s.Logger.Warnf("cloud-init provisioning utility is not supported on Flatcar with Operating System Manager (OSM) enabled.")
s.Logger.Warnf("Please migrate your MachineDeployments to \"ignition\" provisioning utility after kubeone apply is done.")
s.Logger.Warnf("Not doing so will cause your Machines to never join the cluster.")
s.Logger.Warnf("For more details, check out the following document: https://docs.kubermatic.com/kubeone/master/architecture/operating-system-manager/usage/")
s.Logger.Warnf("For more details, check out the following document: https://docs.kubermatic.com/kubeone/v1.5/architecture/operating-system-manager/usage/")
}

return nil
Expand Down
4 changes: 2 additions & 2 deletions pkg/tasks/tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ func WithContainerDMigration(t Tasks) Tasks {
{
Fn: func(s *state.State) error {
s.Logger.Warn("Now please rolling restart your machineDeployments to get containerd")
s.Logger.Warn("see more at: https://docs.kubermatic.com/kubeone/master/cheat-sheets/rollout-machinedeployment/")
s.Logger.Warn("see more at: https://docs.kubermatic.com/kubeone/v1.5/cheat-sheets/rollout-machinedeployment/")

return nil
},
Expand Down Expand Up @@ -530,7 +530,7 @@ func WithCCMCSIMigration(t Tasks) Tasks {
Task{
Fn: func(s *state.State) error {
s.Logger.Warn("Now please rolling restart your machineDeployments to migrate to ccm/csi")
s.Logger.Warn("see more at: https://docs.kubermatic.com/kubeone/master/cheat-sheets/rollout-machinedeployment/")
s.Logger.Warn("see more at: https://docs.kubermatic.com/kubeone/v1.5/cheat-sheets/rollout-machinedeployment/")
s.Logger.Warn("Once you're done, please run this command again with the '--complete' flag to finish migration")

return nil
Expand Down

0 comments on commit 16c6bdf

Please sign in to comment.