From 3128f35c19ea6312ceaa10306510552bc9ec4e38 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Wed, 27 Sep 2023 16:50:52 -0700 Subject: [PATCH 1/2] docs: fix virtual cluster text that used double infobox --- docs/api-content/api-docs/1-introduction.md | 2 +- .../cluster-groups/create-cluster-group.md | 18 +++++++++++------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/docs/api-content/api-docs/1-introduction.md b/docs/api-content/api-docs/1-introduction.md index b5bfbb6c7f..8d67da3c76 100644 --- a/docs/api-content/api-docs/1-introduction.md +++ b/docs/api-content/api-docs/1-introduction.md @@ -144,7 +144,7 @@ The API rate limits are as follows: -* 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](v1/palette-apis-4-0.info.mdx). The requests are counted together if you make multiple requests to the same resource type but use different sub-resources. For example, if you make five requests to `/v1/clusterprofiles` and five requests to `/v1/clusterprofiles/macros`, the requests are counted together as ten requests to the resource `clusterprofiles`. +* 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 together if you make multiple requests to the same resource type but use different sub-resources. For example, if you make five requests to `/v1/clusterprofiles` and five requests to `/v1/clusterprofiles/macros`, the requests are counted together as ten requests to the resource `clusterprofiles`. * If too many requests are issued, you may receive an error with HTTP code `429` - `TooManyRequests.` We recommend retrying the API call after a few moments. diff --git a/docs/docs-content/clusters/cluster-groups/create-cluster-group.md b/docs/docs-content/clusters/cluster-groups/create-cluster-group.md index ef5a93c561..bd283dee4d 100644 --- a/docs/docs-content/clusters/cluster-groups/create-cluster-group.md +++ b/docs/docs-content/clusters/cluster-groups/create-cluster-group.md @@ -8,9 +8,18 @@ tags: ["clusters", "cluster groups"] --- -Use the instructions below to create a cluster group. +Use a cluster group to organize your host clusters into a single logical group. A cluster group is a collection of one or more host clusters that together form a computing platform for you and your users to deploy Palette virtual clusters. Downstream consumers can use the cluster group when using Palette in [App Mode](../../introduction/palette-modes.md#what-is-app-mode). +:::info +Palette does not offer support for host clusters of these types within a cluster group: +- Edge clusters +- Virtual clusters +- Private Cloud Gateway (PCG) cluster +- Imported clusters with read-only access +::: + +Use the instructions below to create a cluster group. ## Prerequisites @@ -42,7 +51,7 @@ Use the instructions below to create a cluster group. 3. Select **Next** to continue. -s + 4. Use the **Select clusters** drop-down menu to add available host clusters. @@ -53,11 +62,6 @@ s ::: -:::info - - Palette does not offer support for host clusters of these types within a cluster group: edge clusters, virtual clusters, Private Cloud Gateway (PCG) clusters, and imported clusters with read-only access. - -::: 5. Click **Next** once you have added all the host clusters you wish to include. From 2ce2c4455c60ec581ddd1456a55a3f6998a74988 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Wed, 27 Sep 2023 17:13:07 -0700 Subject: [PATCH 2/2] Update docs/docs-content/clusters/cluster-groups/create-cluster-group.md --- .../clusters/cluster-groups/create-cluster-group.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs-content/clusters/cluster-groups/create-cluster-group.md b/docs/docs-content/clusters/cluster-groups/create-cluster-group.md index bd283dee4d..253d29bf22 100644 --- a/docs/docs-content/clusters/cluster-groups/create-cluster-group.md +++ b/docs/docs-content/clusters/cluster-groups/create-cluster-group.md @@ -8,7 +8,7 @@ tags: ["clusters", "cluster groups"] --- -Use a cluster group to organize your host clusters into a single logical group. A cluster group is a collection of one or more host clusters that together form a computing platform for you and your users to deploy Palette virtual clusters. Downstream consumers can use the cluster group when using Palette in [App Mode](../../introduction/palette-modes.md#what-is-app-mode). +Use a cluster group to organize your host clusters into a single logical group. A cluster group is a collection of one or more host clusters that together form a computing platform for you and your users to deploy Palette Virtual Clusters. Downstream consumers can use the cluster group when using Palette in [App Mode](../../introduction/palette-modes.md#what-is-app-mode). :::info