Skip to content

Commit

Permalink
Fix some broken images and links (#1716)
Browse files Browse the repository at this point in the history
* Fix some broken images and links

Signed-off-by: Waleed Malik <[email protected]>

* Revert change

Signed-off-by: Waleed Malik <[email protected]>

---------

Signed-off-by: Waleed Malik <[email protected]>
  • Loading branch information
ahmedwaleedmalik authored Jul 24, 2024
1 parent 9e96cca commit 055662d
Show file tree
Hide file tree
Showing 28 changed files with 39 additions and 37 deletions.
2 changes: 1 addition & 1 deletion content/kubelb/ce/usage/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For usage outside of KKP please follow the guide along.

### Usage

This guide assumes that the KubeLB manager cluster has been configured by following the [installation guide](/kubelb/installation/).
This guide assumes that the KubeLB manager cluster has been configured by following the [installation guide](/kubelb/ce/installation/).

### KubeLB Manager configuration

Expand Down
2 changes: 1 addition & 1 deletion content/kubelb/ee/usage/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For usage outside of KKP please follow the guide along.

### Usage

This guide assumes that the KubeLB manager cluster has been configured by following the [installation guide](/kubelb/installation/).
This guide assumes that the KubeLB manager cluster has been configured by following the [installation guide](/kubelb/ee/installation/).

### KubeLB Manager configuration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,11 @@ terraform plan
{{% tab name="All providers" %}}
If you agree with the proposed changes, run the `apply` command to create
the infrastructure. You'll be asked to type `yes` to confirm your intention.

```bash
terraform apply
```

{{% /tab %}}

{{% tab name="GCE" %}}
Expand Down Expand Up @@ -182,11 +184,11 @@ If you modify variables and/or `output.tf` file after running
may cause all resources to be recreated causing the **data loss**!
{{% /notice %}}

[terraform-configs-github]: https://github.com/kubermatic/kubeone/tree/mai/examples/terraform
[terraform-configs-github]: https://github.com/kubermatic/kubeone/tree/main/examples/terraform
[github-releases]: https://github.com/kubermatic/kubeone/releases
[getting-kubeone]: {{< ref "../../getting-kubeone" >}}
[configuring-credentials]: {{< ref "../credentials" >}}
[gobetween]: http://gobetween.io/
[gobetween]: <http://gobetween.io/>
[configuring-ssh]: {{< ref "../ssh" >}}
[configuring-ssh-noagent]: {{< ref "../ssh#option-2-specify-private-key-in-the-terraform-output" >}}
[infrastructure-management]: {{< ref "../../architecture/requirements/infrastructure-management" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,5 +266,5 @@ output "proxy" {
}
```

[terraform-configs-github]: https://github.com/kubermatic/kubeone/tree/mai/examples/terraform
[terraform-configs-github]: https://github.com/kubermatic/kubeone/tree/main/examples/terraform
[concepts-mc]: {{< ref "../../architecture/concepts#kubermatic-machine-controller" >}}
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,5 @@ can resolve it in one of the following ways:
[compatibility]: {{< ref "../../../architecture/compatibility" >}}
[centos-eol]: https://www.centos.org/centos-linux-eol/
[addons-api]: {{< ref "../../../guides/addons" >}}
[addons]: https://github.com/kubermatic/kubeone/tree/mai/addons
[addons]: https://github.com/kubermatic/kubeone/tree/main/addons
[addons-override]: {{< ref "../../../guides/addons#overriding-embedded-eddons" >}}
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ switching to the upstream Kubernetes instead.
[v1beta2]: {{< ref "../../../guides/api-migration" >}}
[compatibility]: {{< ref "../../../architecture/compatibility" >}}
[centos-eol]: https://www.centos.org/centos-linux-eol/
[addons]: https://github.com/kubermatic/kubeone/tree/mai/addons
[addons]: https://github.com/kubermatic/kubeone/tree/main/addons
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ For more details, you can check the `versions.tf` file that comes with the
example Terraform configs ([example `versions.tf` file][aws-versions-tf]).

[aws-versions-tf]: https://github.com/kubermatic/kubeone/blob/main/examples/terraform/aws/versions.tf
[terraform-configs]: https://github.com/kubermatic/kubeone/tree/mai/examples/terraform
[terraform-configs]: https://github.com/kubermatic/kubeone/tree/main/examples/terraform
2 changes: 1 addition & 1 deletion content/kubeone/v1.5/architecture/concepts/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ MachineSets/Machines and allow advanced use cases such as rolling updates.
[machine-controller]: https://github.com/kubermatic/machine-controller
[supported-providers]: {{< ref "../supported-providers" >}}
[infrastructure-management]: {{< ref "../requirements/infrastructure-management" >}}
[terraform-scripts]: https://github.com/kubermatic/kubeone/tree/mai/examples/terraform
[terraform-scripts]: https://github.com/kubermatic/kubeone/tree/main/examples/terraform
[aws-output-tf]: https://github.com/kubermatic/kubeone/blob/main/examples/terraform/aws/output.tf
[kubeadm]: https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm/
[using-machine-controller]: {{< ref "../../guides/machine-controller" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ check our [example Terraform configs][terraform-configs-github] and the
The needed `output.tf` file already comes with all our
[example Terraform configs][terraform-configs-github].

[terraform-configs-github]: https://github.com/kubermatic/kubeone/tree/mai/examples/terraform
[terraform-configs-github]: https://github.com/kubermatic/kubeone/tree/main/examples/terraform
{{% /notice %}}

[kubeadm-sysreq]: https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#before-you-begin
Expand Down
12 changes: 6 additions & 6 deletions content/kubeone/v1.5/guides/addons/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,11 @@ the [`addons`][addons] directory.
[sprig]: https://github.com/Masterminds/sprig
[sprig-docs]: http://masterminds.github.io/sprig/
[sprig-b64enc]: http://masterminds.github.io/sprig/encoding.html
[addons]: https://github.com/kubermatic/kubeone/tree/mai/addons
[addons]: https://github.com/kubermatic/kubeone/tree/main/addons
[addons-api]: {{< ref "../../references/kubeone-cluster-v1beta2/#addons" >}}
[embed-docs]: https://pkg.go.dev/embed
[addons-list-url]: https://github.com/kubermatic/kubeone/tree/mai/addons
[backups_restic]: https://github.com/kubermatic/kubeone/tree/mai/addons/backups-restic
[cluster_autoscaler]: https://github.com/kubermatic/kubeone/tree/mai/addons/cluster-autoscaler
[default_storage_class]: https://github.com/kubermatic/kubeone/tree/mai/addons/default-storage-class
[unattended_upgrades]: https://github.com/kubermatic/kubeone/tree/mai/addons/unattended-upgrades
[addons-list-url]: https://github.com/kubermatic/kubeone/tree/main/addons
[backups_restic]: https://github.com/kubermatic/kubeone/tree/main/addons/backups-restic
[cluster_autoscaler]: https://github.com/kubermatic/kubeone/tree/main/addons/cluster-autoscaler
[default_storage_class]: https://github.com/kubermatic/kubeone/tree/main/addons/default-storage-class
[unattended_upgrades]: https://github.com/kubermatic/kubeone/tree/main/addons/unattended-upgrades
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ If you modify variables and/or `output.tf` file after running
may cause all resources to be recreated causing the **data loss**!
{{% /notice %}}

[terraform-configs-github]: https://github.com/kubermatic/kubeone/tree/mai/examples/terraform
[terraform-configs-github]: https://github.com/kubermatic/kubeone/tree/main/examples/terraform
[github-releases]: https://github.com/kubermatic/kubeone/releases
[getting-kubeone]: {{< ref "../../getting-kubeone" >}}
[configuring-credentials]: {{< ref "../credentials" >}}
Expand Down
2 changes: 1 addition & 1 deletion content/kubeone/v1.5/known-issues/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ possible workarounds and recommendations.
This list applies to KubeOne 1.5 releases. For earlier releases, please
consult the [appropriate changelog][changelogs].

[changelogs]: https://github.com/kubermatic/kubeone/tree/mai/CHANGELOG
[changelogs]: https://github.com/kubermatic/kubeone/tree/main/CHANGELOG

## Pod connectivity is broken for Calico VXLAN clusters

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,5 +264,5 @@ output "proxy" {
}
```

[terraform-configs-github]: https://github.com/kubermatic/kubeone/tree/mai/examples/terraform
[terraform-configs-github]: https://github.com/kubermatic/kubeone/tree/main/examples/terraform
[concepts-mc]: {{< ref "../../architecture/concepts#kubermatic-machine-controller" >}}
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,5 @@ can resolve it in one of the following ways:
[compatibility]: {{< ref "../../../architecture/compatibility" >}}
[centos-eol]: https://www.centos.org/centos-linux-eol/
[addons-api]: {{< ref "../../../guides/addons" >}}
[addons]: https://github.com/kubermatic/kubeone/tree/mai/addons
[addons]: https://github.com/kubermatic/kubeone/tree/main/addons
[addons-override]: {{< ref "../../../guides/addons#overriding-embedded-eddons" >}}
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ switching to the upstream Kubernetes instead.
[v1beta2]: {{< ref "../../../guides/api-migration" >}}
[compatibility]: {{< ref "../../../architecture/compatibility" >}}
[centos-eol]: https://www.centos.org/centos-linux-eol/
[addons]: https://github.com/kubermatic/kubeone/tree/mai/addons
[addons]: https://github.com/kubermatic/kubeone/tree/main/addons
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ If you modify variables and/or `output.tf` file after running
may cause all resources to be recreated causing the **data loss**!
{{% /notice %}}

[terraform-configs-github]: https://github.com/kubermatic/kubeone/tree/mai/examples/terraform
[terraform-configs-github]: https://github.com/kubermatic/kubeone/tree/main/examples/terraform
[github-releases]: https://github.com/kubermatic/kubeone/releases
[getting-kubeone]: {{< ref "../../getting-kubeone" >}}
[configuring-credentials]: {{< ref "../credentials" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,5 +266,5 @@ output "proxy" {
}
```

[terraform-configs-github]: https://github.com/kubermatic/kubeone/tree/mai/examples/terraform
[terraform-configs-github]: https://github.com/kubermatic/kubeone/tree/main/examples/terraform
[concepts-mc]: {{< ref "../../architecture/concepts#kubermatic-machine-controller" >}}
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,5 @@ can resolve it in one of the following ways:
[compatibility]: {{< ref "../../../architecture/compatibility" >}}
[centos-eol]: https://www.centos.org/centos-linux-eol/
[addons-api]: {{< ref "../../../guides/addons" >}}
[addons]: https://github.com/kubermatic/kubeone/tree/mai/addons
[addons]: https://github.com/kubermatic/kubeone/tree/main/addons
[addons-override]: {{< ref "../../../guides/addons#overriding-embedded-eddons" >}}
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ switching to the upstream Kubernetes instead.
[v1beta2]: {{< ref "../../../guides/api-migration" >}}
[compatibility]: {{< ref "../../../architecture/compatibility" >}}
[centos-eol]: https://www.centos.org/centos-linux-eol/
[addons]: https://github.com/kubermatic/kubeone/tree/mai/addons
[addons]: https://github.com/kubermatic/kubeone/tree/main/addons
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ If you modify variables and/or `output.tf` file after running
may cause all resources to be recreated causing the **data loss**!
{{% /notice %}}

[terraform-configs-github]: https://github.com/kubermatic/kubeone/tree/mai/examples/terraform
[terraform-configs-github]: https://github.com/kubermatic/kubeone/tree/main/examples/terraform
[github-releases]: https://github.com/kubermatic/kubeone/releases
[getting-kubeone]: {{< ref "../../getting-kubeone" >}}
[configuring-credentials]: {{< ref "../credentials" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,5 +266,5 @@ output "proxy" {
}
```

[terraform-configs-github]: https://github.com/kubermatic/kubeone/tree/mai/examples/terraform
[terraform-configs-github]: https://github.com/kubermatic/kubeone/tree/main/examples/terraform
[concepts-mc]: {{< ref "../../architecture/concepts#kubermatic-machine-controller" >}}
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,5 @@ can resolve it in one of the following ways:
[compatibility]: {{< ref "../../../architecture/compatibility" >}}
[centos-eol]: https://www.centos.org/centos-linux-eol/
[addons-api]: {{< ref "../../../guides/addons" >}}
[addons]: https://github.com/kubermatic/kubeone/tree/mai/addons
[addons]: https://github.com/kubermatic/kubeone/tree/main/addons
[addons-override]: {{< ref "../../../guides/addons#overriding-embedded-eddons" >}}
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ switching to the upstream Kubernetes instead.
[v1beta2]: {{< ref "../../../guides/api-migration" >}}
[compatibility]: {{< ref "../../../architecture/compatibility" >}}
[centos-eol]: https://www.centos.org/centos-linux-eol/
[addons]: https://github.com/kubermatic/kubeone/tree/mai/addons
[addons]: https://github.com/kubermatic/kubeone/tree/main/addons
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ If you modify variables and/or `output.tf` file after running
may cause all resources to be recreated causing the **data loss**!
{{% /notice %}}

[terraform-configs-github]: https://github.com/kubermatic/kubeone/tree/mai/examples/terraform
[terraform-configs-github]: https://github.com/kubermatic/kubeone/tree/main/examples/terraform
[github-releases]: https://github.com/kubermatic/kubeone/releases
[getting-kubeone]: {{< ref "../../getting-kubeone" >}}
[configuring-credentials]: {{< ref "../credentials" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,5 +266,5 @@ output "proxy" {
}
```

[terraform-configs-github]: https://github.com/kubermatic/kubeone/tree/mai/examples/terraform
[terraform-configs-github]: https://github.com/kubermatic/kubeone/tree/main/examples/terraform
[concepts-mc]: {{< ref "../../architecture/concepts#kubermatic-machine-controller" >}}
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,5 @@ can resolve it in one of the following ways:
[compatibility]: {{< ref "../../../architecture/compatibility" >}}
[centos-eol]: https://www.centos.org/centos-linux-eol/
[addons-api]: {{< ref "../../../guides/addons" >}}
[addons]: https://github.com/kubermatic/kubeone/tree/mai/addons
[addons]: https://github.com/kubermatic/kubeone/tree/main/addons
[addons-override]: {{< ref "../../../guides/addons#overriding-embedded-eddons" >}}
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ switching to the upstream Kubernetes instead.
[v1beta2]: {{< ref "../../../guides/api-migration" >}}
[compatibility]: {{< ref "../../../architecture/compatibility" >}}
[centos-eol]: https://www.centos.org/centos-linux-eol/
[addons]: https://github.com/kubermatic/kubeone/tree/mai/addons
[addons]: https://github.com/kubermatic/kubeone/tree/main/addons
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ You can add an existing OpenStack KubeOne cluster and then manage it using KKP.

- Click `Import KubeOne Cluster` button.

![Import KubeOne Cluster](@/images/tutorials/kubeoned-clusters/clusterd-listd-empty.png "Import KubeOne Cluster")
![Import KubeOne Cluster](@/images/tutorials/kubeone-clusters/cluster-list-empty.png "Import KubeOne Cluster")

- Pick `OpenStack` provider.

![Select Provider](@/images/tutorials/kubeoned-clusters/importd-kubeoned-cluster.png "Select Provider")
![Select Provider](@/images/tutorials/kubeone-clusters/import-kubeone-cluster.png "Select Provider")

- Provide cluster Manifest config yaml, SSH private key and SSH key Passphrase (if any) used to create the cluster you are importing, to access the KubeOne cluster using KKP.

![Cluster Settings](@/images/tutorials/kubeoned-clusters/clusterd-settingsd-step.png "Cluster Settings")
![Cluster Settings](@/images/tutorials/kubeone-clusters/cluster-settings-step.png "Cluster Settings")

- Enter the credentials `AuthURL`, `Username`, `Password`, `Domain`, `Project Name`, `Project ID` and `Region` used to create the KubeOne cluster you are importing.


![OpenStack credentials](@/images/tutorials/kubeoned-clusters/openstackd-credentialsd-step.png "OpenStack credentials")
![OpenStack credentials](@/images/tutorials/kubeone-clusters/openstack-credentials-step.png "OpenStack credentials")

- Review provided settings and click `Import KubeOne Cluster`.

0 comments on commit 055662d

Please sign in to comment.