Skip to content

Commit 1c4a624

Browse files
Merge branch 'master' into release-4-5-c
2 parents 7624fb0 + e42b4ee commit 1c4a624

File tree

26 files changed

+427
-224
lines changed

26 files changed

+427
-224
lines changed

β€Ždocs/docs-content/clusters/cluster-management/cluster-updates.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ upgrading, you review the information provided in the
4343
- For PXK and PXK-E, refer to
4444
[Upgrade Kubeadm Clusters](https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/).
4545
- For K3s, refer to [K3s Upgrades](https://docs.k3s.io/upgrades#version-specific-caveats)
46-
- For RKE2, refer to [RKE2 Manual Upgrades](https://docs.rke2.io/upgrade/manual_upgrade)
46+
- For RKE2, refer to [RKE2 Manual Upgrades](https://docs.rke2.io/upgrades/manual_upgrade)
4747

4848
## Prerequisites
4949

β€Ždocs/docs-content/clusters/data-center/maas/create-manage-maas-clusters.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ section of the pack Additional Guidance for further information.
9494
servers to only those that have at least the amount of CPU and Memory selected.
9595

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

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

β€Ždocs/docs-content/clusters/edge/site-deployment/deploy-custom-registries/webhook-disable.mdβ€Ž

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

181180
:::info
182181

β€Ždocs/docs-content/enterprise-version/install-palette/install-on-kubernetes/airgap-install/install.mdβ€Ž

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ Complete the [Environment Setup](./kubernetes-airgap-instructions.md) steps befo
4242
configuration to be installed as part of the installation process. If Cert Manager is already installed, you must
4343
uninstall it before installing Palette.
4444

45-
- The Kubernetes cluster must have a Container Storage Interface (CSI) installed and configured. Palette requires a CSI
46-
to store persistent data. You may install any CSI that is compatible with your Kubernetes cluster.
45+
- Palette requires a Container Storage Interface (CSI) to create Persistest Volume, which is used to store persistent
46+
data. You may install any CSI that is compatible with your Kubernetes cluster.
4747

48-
- If you are using MongoDB Atlas, or a self-hosted MongoDB instance, ensure the MongoDB database has a user named
48+
- If you are using a _self-hosted MongoDB_ instance, such as MongoDB Atlas, ensure the MongoDB database has a user named
4949
`hubble` with the permission `readWriteAnyDatabase`. Refer to the
5050
[Add a Database User](https://www.mongodb.com/docs/guides/atlas/db-user/) guide for guidance on how to create a
5151
database user in Atlas.
@@ -57,8 +57,7 @@ Complete the [Environment Setup](./kubernetes-airgap-instructions.md) steps befo
5757

5858
- 16 GB Memory per node.
5959

60-
- 100 GB Disk Space per node.
61-
- A Container Storage Interface (CSI) for persistent data.
60+
- 110 GB Disk Space per node.
6261

6362
- A minimum of three worker nodes or three untainted control plane nodes.
6463

β€Ždocs/docs-content/enterprise-version/install-palette/install-on-kubernetes/install.mdβ€Ž

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ You can use the Palette Helm Chart to install Palette in a multi-node Kubernetes
3131
configuration to be installed as part of the installation process. If Cert Manager is already installed, you must
3232
uninstall it before installing Palette.
3333

34-
- The Kubernetes cluster must have a Container Storage Interface (CSI) installed and configured. Palette requires a CSI
35-
to store persistent data. You may install any CSI that is compatible with your Kubernetes cluster.
34+
- Palette requires a Container Storage Interface (CSI) to create Persistest Volume, which is used to store persistent
35+
data. You may install any CSI that is compatible with your Kubernetes cluster.
3636

37-
- If you are using MongoDB Atlas, or a self-hosted MongoDB instance, ensure the MongoDB database has a user named
37+
- If you are using a _self-hosted MongoDB_ instance, such as MongoDB Atlas, ensure the MongoDB database has a user named
3838
`hubble` with the permission `readWriteAnyDatabase`. Refer to the
3939
[Add a Database User](https://www.mongodb.com/docs/guides/atlas/db-user/) guide for guidance on how to create a
4040
database user in Atlas.
@@ -46,8 +46,7 @@ You can use the Palette Helm Chart to install Palette in a multi-node Kubernetes
4646

4747
- 16 GB Memory per node.
4848

49-
- 100 GB Disk Space per node.
50-
- A Container Storage Interface (CSI) for persistent data.
49+
- 110 GB Disk Space per node.
5150

5251
- A minimum of three worker nodes or three untainted control plane nodes.
5352

β€Ždocs/docs-content/getting-started/aws/aws.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags: ["getting-started", "aws"]
1111
Palette supports integration with [Amazon Web Services](https://aws.amazon.com). You can deploy and manage
1212
[Host Clusters](../../glossary-all.md#host-cluster) in AWS. The concepts you learn about in the Getting Started section
1313
are centered around a fictional case study company. This approach gives you a solution focused approach, while
14-
introducing you with Palette workflows and capabilities.
14+
introducing you to Palette workflows and capabilities.
1515

1616
## πŸ§‘β€πŸš€ Welcome to Spacetastic!
1717

β€Ždocs/docs-content/getting-started/azure/azure.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags: ["getting-started", "azure"]
1111
Palette supports integration with [Microsoft Azure](https://azure.microsoft.com/en-us). You can deploy and manage
1212
[Host Clusters](../../glossary-all.md#host-cluster) in Azure or Azure Government. The concepts you learn about in the
1313
Getting Started section are centered around a fictional case study company. This approach gives you a solution focused
14-
approach, while introducing you with Palette workflows and capabilities.
14+
approach, while introducing you to Palette workflows and capabilities.
1515

1616
## πŸ§‘β€πŸš€ Welcome to Spacetastic!
1717

β€Ždocs/docs-content/getting-started/gcp/gcp.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags: ["getting-started", "gcp"]
1111
Palette supports integration with [Google Cloud Platform](https://cloud.google.com/). You can deploy and manage
1212
[Host Clusters](../../glossary-all.md#host-cluster) in GCP. The concepts you learn about in the Getting Started section
1313
are centered around a fictional case study company. This approach gives you a solution focused approach, while
14-
introducing you with Palette workflows and capabilities.
14+
introducing you to Palette workflows and capabilities.
1515

1616
## πŸ§‘β€πŸš€ Welcome to Spacetastic!
1717

β€Ždocs/docs-content/getting-started/vmware/vmware.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags: ["getting-started", "vmware"]
1111
Palette supports integration with [VMware](https://www.vmware.com). You can deploy and manage
1212
[Host Clusters](../../glossary-all.md#host-cluster) on VMware. The concepts you learn about in the Getting Started
1313
section are centered around a fictional case study company. This approach gives you a solution focused approach, while
14-
introducing you with Palette workflows and capabilities.
14+
introducing you to Palette workflows and capabilities.
1515

1616
## πŸ§‘β€πŸš€ Welcome to Spacetastic!
1717

β€Ždocs/docs-content/integrations/deprecated-packs.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sidebar_label: "Deprecated Packs"
33
title: "Deprecated Packs"
44
description: "Deprecated Packs"
55
icon: ""
6-
hide_table_of_contents: false
6+
hide_table_of_contents: true
77
sidebar_position: 40
88
tags: ["packs", "deprecation"]
99
---

0 commit comments

Comments
Β (0)