Skip to content

Commit

Permalink
docs: fix virtual cluster text that used double infobox (#1617)
Browse files Browse the repository at this point in the history
* docs: fix virtual cluster text that used double infobox

* Update docs/docs-content/clusters/cluster-groups/create-cluster-group.md
  • Loading branch information
karl-cardenas-coding authored Sep 28, 2023
1 parent a0e1f84 commit dce1736
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
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 @@ -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.
Expand Down
18 changes: 11 additions & 7 deletions docs/docs-content/clusters/cluster-groups/create-cluster-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand All @@ -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.

Expand Down

0 comments on commit dce1736

Please sign in to comment.