From b7e23be1eb8c3a5df5ee0a82ad453af0dd369a75 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Wed, 27 Sep 2023 17:39:51 -0700 Subject: [PATCH] docs: fix virtual cluster text that used double infobox (#1617) * docs: fix virtual cluster text that used double infobox * Update docs/docs-content/clusters/cluster-groups/create-cluster-group.md --- docs/api-content/api-docs/1-introduction.md | 2 +- .../clusters/cluster-groups/create-cluster-group.md | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 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 7f3b77ae8c..2ed725a830 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.