Skip to content

Commit

Permalink
docs: fix up broken links DOC-1532 (#5155)
Browse files Browse the repository at this point in the history
  • Loading branch information
addetz authored Dec 23, 2024
1 parent 5664780 commit 31620aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ upgrading, you review the information provided in the
- For PXK and PXK-E, refer to
[Upgrade Kubeadm Clusters](https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/).
- For K3s, refer to [K3s Upgrades](https://docs.k3s.io/upgrades#version-specific-caveats)
- For RKE2, refer to [RKE2 Manual Upgrades](https://docs.rke2.io/upgrade/manual_upgrade)
- For RKE2, refer to [RKE2 Manual Upgrades](https://docs.rke2.io/upgrades/manual_upgrade)

## Prerequisites

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ section of the pack Additional Guidance for further information.
servers to only those that have at least the amount of CPU and Memory selected.

- Tags: Specify the MAAS machine tags so that Palette can deploy nodes onto the MAAS machines that match the
provided tags. To learn more about MAAS tags, refer to the [MAAS Tags](https://maas.io/docs/how-to-tag-machines)
documentation.
provided tags. To learn more about MAAS tags, refer to the
[MAAS Tags](https://maas.io/docs/how-to-use-group-machines#p-19384-tags-and-annotations) documentation.

12. You can configure the following cluster management features now if needed, or you can do it later:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,9 @@ If you are using public registries that do not require authentication, you can s
If your registries require authentication, you will need to provide credentials to enable image pulls. This example uses
an open source generic Kubernetes credentials provider to provide the resources. There are other resources that you can
take advantage of to provide registry credentials, including using a `registry.yaml` file in
[K3s](https://docs.k3s.io/installation/private-registry) or
[RKE2](https://docs.rke2.io/install/containerd_registry_configuration). However, the advantage of the approach used in
this example is that after installation, you will not need to restart your cluster services to update the registry paths
or the registry credentials.
[K3s](https://docs.k3s.io/installation/private-registry) or [RKE2](https://docs.rke2.io/install/private_registry).
However, the advantage of the approach used in this example is that after installation, you will not need to restart
your cluster services to update the registry paths or the registry credentials.

:::info

Expand Down

0 comments on commit 31620aa

Please sign in to comment.