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

Move aliases for account setup away from vintage pages #2439

Merged
merged 3 commits into from
Dec 30, 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
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ owner:
user_questions:
- How do I prepare my provider infrastructure for the cloud-native developer platform?
- What do I need to do to prepare my provider infrastructure for the cloud-native developer platform?
aliases:
- /getting-started/cloud-provider-accounts
- /getting-started/cloud-provider-accounts/cluster-api/
- /vintage/getting-started/cloud-provider-accounts
- /vintage/getting-started/cloud-provider-accounts/cluster-api/
---

<!-- Mention in the end of article that next step is provisioning a management cluster and it is done by Giant Swarm. Until it is done, the platform API is not accessible. -->
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ owner:
user_questions:
- How do I prepare my AWS account for the cloud-native developer platform?
- What do I need to do to prepare my AWS account for the cloud-native developer platform?
aliases:
- /getting-started/cloud-provider-accounts/cluster-api/aws/
- /vintage/getting-started/cloud-provider-accounts/cluster-api/aws/
---

This guide provides the necessary steps to prepare your AWS accounts to run our platform, including Cluster API Provider for AWS (CAPA).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ owner:
user_questions:
- How do I prepare my Azure account for the cloud-native developer platform?
- How must I prepare my Azure account for the cloud-native developer platform?
aliases:
- /getting-started/cloud-provider-accounts/cluster-api/azure
- /vintage/getting-started/cloud-provider-accounts/cluster-api/azure
---

When running the Giant Swarm platform in your Azure subscription, several prerequisites must be satisfied to support Cluster API Provider Azure (CAPZ). In the current implementation, management and workload clusters must run in the same subscription.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ owner:
user_questions:
- How do I prepare my VMware Cloud Director environment for the cloud-native developer platform?
- What do I need to do to prepare my VCD environment for the cloud-native developer platform?
aliases:
- /getting-started/cloud-provider-accounts/vmware-cloud-director
- /vintage/getting-started/cloud-provider-accounts/vmware-cloud-director
---

In order to run the Giant Swarm platform in your VMware Cloud Director (VCD) environment, several prerequisites must be satisfied to support Cluster API Provider VMware Cloud Director (CAPVCD).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ owner:
user_questions:
- How do I prepare my vSphere environment for the cloud-native developer platform?
- What do I need to do to prepare my vSphere environment for the cloud-native developer platform?
aliases:
- /getting-started/cloud-provider-accounts/vmware-vsphere
- /vintage/getting-started/cloud-provider-accounts/vmware-vsphere
---

In order to run the Giant Swarm platform in your VMware vSphere environment, several prerequisites must be satisfied to support Cluster API Provider VMware Cloud Director (CAPVCD).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: Setup of cloud provider accounts
description: How to set up your infrastructure provider in order to run Giant Swarm management clusters and workload clusters under your jurisdiction.
weight: 20
aliases:
- /getting-started/cloud-provider-accounts
menu:
main:
identifier: gettingstarted-infraprovider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ linkTitle: Cloud provider accounts for Cluster API
title: Cloud provider accounts for Cluster API
description: How to set up your AWS account or your Azure subscription in for Cluster API order to run Giant Swarm management clusters and workload clusters under your jurisdiction.
weight: 30
aliases:
- /getting-started/cloud-provider-accounts/cluster-api
menu:
main:
identifier: gettingstarted-infraprovider-clusterapi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
linkTitle: Azure
title: Prepare an Azure subscription to run Cluster API Giant Swarm cluster
description: This guide will walk you through all necessary steps to set up an Azure subscription with appropriate IAM roles for operating Cluster API Giant Swarm clusters.
aliases:
- /getting-started/cloud-provider-accounts/cluster-api/azure
menu:
main:
identifier: gettingstarted-cloudprovider-clusterapi-azure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ linkTitle: Cloud provider accounts for Vintage
title: Cloud provider accounts for Vintage
description: How to set up your AWS account or your Azure subscription in Vintage in order to run Giant Swarm management clusters and workload clusters under your jurisdiction.
weight: 80
aliases:
-
menu:
main:
identifier: gettingstarted-infraprovider-vintage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ user_questions:
- What are the VMware Cloud Director prerequisites for use with Giant Swarm?
- What do I need to configure in VMware Cloud Director in order to run Giant Swarm clusters?
- What user permissions do I need to run Giant Swarm clusters in VMware Cloud Director?
aliases:
- /getting-started/cloud-provider-accounts/vmware-cloud-director
menu:
main:
identifier: gettingstarted-infraprovider-clouddirector
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ user_questions:
- What are the VMware vSphere prerequisites for use with Giant Swarm?
- What do I need to configure in VMware vSphere in order to run Giant Swarm clusters?
- What user permissions do I need to run Giant Swarm clusters in VMware vSphere?
aliases:
- /getting-started/cloud-provider-accounts/vmware-vsphere
menu:
main:
identifier: gettingstarted-infraprovider-vsphere
Expand Down
Loading