Skip to content

Commit

Permalink
Minor tweaks (#845)
Browse files Browse the repository at this point in the history
* fix(azure): correct azure cluster-management url

* fix(aws): remove reference to aws physical clusters not being available

* fix(gcp): clarify physical cluster available for github not gitlab
  • Loading branch information
mrsimonemms authored Dec 9, 2024
1 parent dbba09e commit ae91486
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 12 deletions.
4 changes: 0 additions & 4 deletions docs/aws/quick-start/cluster-management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ description: cluster creation and lifecycle management powered by gitops
image: "https://kubefirst.konstruct.io/docs/img/kubefirst.svg"
---

:::note
The MVP release of the new Cluster Management feature for the AWS cloud only includes Virtual clusters. Physical clusters added in a patch release in the coming days.
:::

import CLUSTERS from "../../common/clusters.mdx";

<CLUSTERS />
2 changes: 1 addition & 1 deletion docs/gcp/quick-start/cluster-management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image: "https://kubefirst.konstruct.io/docs/img/kubefirst.svg"
---

:::note
The MVP release of the new Cluster Management feature for Google Cloud only includes Virtual clusters. Physical clusters added in a patch release in the coming days.
The MVP release of the new Cluster Management feature for Google Cloud only includes Virtual clusters for GitLab users.
:::

import CLUSTERS from "../../common/clusters.mdx";
Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const sidebars = {
],
},
'azure/quick-start/repositories',
'civo/quick-start/cluster-management',
'azure/quick-start/cluster-management',
],
Explore: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ description: cluster creation and lifecycle management powered by gitops
image: "https://kubefirst.konstruct.io/docs/img/kubefirst.svg"
---

:::note
The MVP release of the new Cluster Management feature for the AWS cloud only includes Virtual clusters. Physical clusters added in a patch release in the coming days.
:::

import CLUSTERS from "../../common/clusters.mdx";

<CLUSTERS />
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image: "https://kubefirst.konstruct.io/docs/img/kubefirst.svg"
---

:::note
The MVP release of the new Cluster Management feature for Google Cloud only includes Virtual clusters. Physical clusters added in a patch release in the coming days.
The MVP release of the new Cluster Management feature for Google Cloud only includes Virtual clusters for GitLab users.
:::

import CLUSTERS from "../../common/clusters.mdx";
Expand Down
2 changes: 1 addition & 1 deletion versioned_sidebars/version-2.7-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
]
},
"azure/quick-start/repositories",
"civo/quick-start/cluster-management"
"azure/quick-start/cluster-management"
],
"Explore": [
{
Expand Down

0 comments on commit ae91486

Please sign in to comment.