Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[version-3-4]Backport/version 3 4/pr 2135 #2179

Merged
merged 3 commits into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitleaksignore
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,4 @@ ef0dbf8d3904534f0895c5583185b6996b1a1b01:docs/docs-content/enterprise-version/sy
ef0dbf8d3904534f0895c5583185b6996b1a1b01:docs/docs-content/integrations/kubernetes.md:generic-api-key:594
ef0dbf8d3904534f0895c5583185b6996b1a1b01:docs/docs-content/integrations/kubernetes.md:generic-api-key:943
ef0dbf8d3904534f0895c5583185b6996b1a1b01:docs/docs-content/integrations/kubernetes.md:generic-api-key:1262
a19b6c4c96bec5f6e79f00caa1356bb58f636f53:docs/docs-content/integrations/kubernetes.md:generic-api-key:378
2 changes: 1 addition & 1 deletion docs/api-content/api-docs/1-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ The API rate limits are as follows:
- There is a limit of ten API requests per second for each source IP address. The API supports additional bursts through
the usage of a burst queue. The default burst queue size is set to five. You could make 50 (10 \* 5) requests in
seconds before the API returns a `429 - TooManyRequests` error. Refer to the
[Endpoint Prefix Rate](#endpointprefixrate) for additional information.
[Endpoint Prefix Rate](#endpoint-prefix-rate) for additional information.

- API request limits are categorized by the parent resources, such as `/v1/cloudconfig/:uid` and `/v1/roles`. You can
find a list of all resource types in the [API documentation](/api/category/palette-api-v1). The requests are counted
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Use the instructions below to create a cluster group.
:::

To enable virtual clusters for OpenShift, review the OpenShit
[instructions below](#enable-virtual-cluster-for-openshift).
[instructions below](#enable-virtual-clusters-for-openshift).

8. Click **Next** to complete the cluster group creation process.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ configuration settings to learn more.

### Create Node Pool

# Create a New Node Pool

You can create a new node pool for an active cluster. To create a new node pool follow the steps below.

1. Ensure you are in the correct scope or project.
Expand All @@ -119,7 +117,7 @@ You can create a new node pool for an active cluster. To create a new node pool

7. Click on **Confirm** to create the new node pool.

# Change a Node Pool
### Change a Node Pool

Palette allows its users to apply changes to a node pool, including its taints label for a running cluster. To make
changes to the an active cluster's node pools, follow the steps below.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ installation. A System Private Gateway is a PCG service that is enabled inside t
:::warning

Only self-hosted Palette instances support the option of using the System Private Gateway. Use the default
[PCG deployment](#private-cloud-gatewayy) option if you have NAT gateways or network firewalls between Palette and MAAS.
[PCG deployment](#private-cloud-gateway) option if you have NAT gateways or network firewalls between Palette and MAAS.

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/docs-content/clusters/data-center/openstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ The following steps need to be performed to provision a new OpenStack cluster:
| **Enable Autoscaler** | You can enable the autoscaler, by toggling the **Enable Autoscaler** button. Autoscaler scales up and down resources between the defined minimum and the maximum number of nodes to optimize resource utilization. |
| | Set the scaling limit by setting the **Minimum Size** and **Maximum Size**, as per the workload the number of nods will scale up from minimum set value to maximum set value and the scale down from maximum set value to minimum set value |
| **Size** | Number of VMs to be provisioned for the node pool. |
| **Rolling Update** | Rolling update has two available options. Review the [Update Parameter](#update-parameter-table) table below for more details. |
| **Rolling Update** | Rolling update has two available options. The expand option launches a new node first, then shuts down old one. The contract option shuts down a old one first, then launches new one. |
| **[Labels](../cluster-management/taints.md#labels)** | Add a label to apply placement constraints on a pod, such as a node eligible for receiving the workload. |
| **[Taints](../cluster-management/taints.md#taints)** | To set toleration to pods and allow (but do not require) the pods to schedule onto nodes with matching taints. |
| **Instance type** | Select the compute instance type to be used for all nodes in the node pool. |
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-content/clusters/data-center/vmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ The following steps need to be performed to provision a new VMware cluster:
| **Enable Autoscaler** | You can enable the autoscaler, by toggling the **Enable Autoscaler** button. Autoscaler scales up and down resources between the defined minimum and the maximum number of nodes to optimize resource utilization. |
| | Set the scaling limit by setting the **Minimum Size** and **Maximum Size**, as per the workload the number of nods will scale up from minimum set value to maximum set value and the scale down from maximum set value to minimum set value |
| **Size** | Number of VMs to be provisioned for the node pool. |
| **Rolling Update** | Rolling update has two available options. Review the [Update Parameter](#update-parameter-table) table below for more details. |
| **Rolling Update** | Rolling update has two available options. The expand option launches a new node first, then shuts down old one. The contract option shuts down a old one first, then launches new one.details. |
| **[Labels](../cluster-management/taints.md#labels)** | Add a label to apply placement constraints on a pod, such as a node eligible for receiving the workload. |
| **[Taints](../cluster-management/taints.md#taints)** | To set toleration to pods and allow (but do not require) the pods to schedule onto nodes with matching taints. |
| **Instance type** | Select the compute instance type to be used for all nodes in the node pool. |
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-content/clusters/public-cloud/aws/eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ For guidance in setting up kubectl, review the [Kubectl](../../cluster-managemen

- [Create an Infrastructure Profile](../../../profiles/cluster-profiles/create-cluster-profiles/create-infrastructure-profile.md)

- [EKS Cluster Encryption](#eks-cluster-secrets-encryption)
- [Enable Secrets Encryption for EKS Cluster](enable-secrets-encryption-kms-key.md)

- [Configure Custom OIDC](../../../integrations/kubernetes.md#configure-custom-oidc)

Expand Down
14 changes: 7 additions & 7 deletions docs/docs-content/clusters/public-cloud/azure/aks.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ The following steps need to be performed to provision a new cluster:

6. Complete the **Cluster config** section with the information for each parameter listed below.

| **Parameter** | **Description** |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Subscription** | Select the subscription which is to be used to access Azure Services. |
| **Region** | Select a region in Azure in where the cluster should be deployed. |
| **Resource Group** | Select the resource group in which the cluster should be deployed. |
| **SSH Key** | The public SSH key for connecting to the nodes. Review Microsoft's [supported SSH](https://learn.microsoft.com/en-us/azure/virtual-machines/linux/mac-create-ssh-keys#supported-ssh-key-formats) formats. |
| **Static Placement** | By default, Palette uses dynamic placement. This creates a new VNet for the cluster that contains two subnets in different Availability Zones (AZs). Palette places resources in these clusters, manages the resources, and deletes them when the corresponding cluster is deleted.<br /><br />If you want to place resources into a pre-existing VNet, enable the **Static Placement** option, and fill out the input values listed in the [Static Placement](#static-placement-table) table below. |
| **Parameter** | **Description** |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Subscription** | Select the subscription which is to be used to access Azure Services. |
| **Region** | Select a region in Azure in where the cluster should be deployed. |
| **Resource Group** | Select the resource group in which the cluster should be deployed. |
| **SSH Key** | The public SSH key for connecting to the nodes. Review Microsoft's [supported SSH](https://learn.microsoft.com/en-us/azure/virtual-machines/linux/mac-create-ssh-keys#supported-ssh-key-formats) formats. |
| **Static Placement** | By default, Palette uses dynamic placement. This creates a new VNet for the cluster that contains two subnets in different Availability Zones (AZs). Palette places resources in these clusters, manages the resources, and deletes them when the corresponding cluster is deleted.<br /><br />If you want to place resources into a pre-existing VNet, enable the **Static Placement** option, and fill out the input values listed in the [Static Placement](#static-placement-settings) table below. |

#### Static Placement Settings

Expand Down
Loading
Loading