mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-28 09:44:08 -04:00
Sync Azure/GCP tab choice
This commit is contained in:
parent
653b01499d
commit
491249fea6
8 changed files with 15 additions and 15 deletions
|
@ -6,7 +6,7 @@ The following steps will guide you through the process of creating a cluster and
|
|||
|
||||
1. Create the configuration file for your selected cloud provider.
|
||||
|
||||
<tabs>
|
||||
<tabs groupId="csp">
|
||||
<tabItem value="azure" label="Azure" default>
|
||||
|
||||
```bash
|
||||
|
@ -27,8 +27,8 @@ The following steps will guide you through the process of creating a cluster and
|
|||
|
||||
2. Fill in your cloud provider specific information:
|
||||
|
||||
<tabs>
|
||||
<tabItem value="azure-cli" label="Azure (CLI)" default>
|
||||
<tabs groupId="csp">
|
||||
<tabItem value="azure" label="Azure (CLI)" default>
|
||||
|
||||
For a quick start it's recommended to use our `az` script to automatically create all required resources:
|
||||
|
||||
|
@ -114,7 +114,7 @@ The following steps will guide you through the process of creating a cluster and
|
|||
Set the configuration value to the secret value.
|
||||
|
||||
</tabItem>
|
||||
<tabItem value="gcp-cli" label="GCP (CLI)">
|
||||
<tabItem value="gcp" label="GCP (CLI)">
|
||||
|
||||
For a quick start it's recommended to use our `gcloud` script to automatically create all required resources:
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@ Don't use the testing methods for setting up a production-grade Constellation cl
|
|||
|
||||
:::
|
||||
|
||||
<tabs>
|
||||
<tabs groupId="csp">
|
||||
<tabItem value="azure" label="Azure" default>
|
||||
|
||||
**Testing**
|
||||
|
@ -116,7 +116,7 @@ For production clusters, use one of the following options on a trusted machine:
|
|||
|
||||
### Authorization
|
||||
|
||||
<tabs>
|
||||
<tabs groupId="csp">
|
||||
<tabItem value="azure" label="Azure" default>
|
||||
|
||||
Your user account needs the following permissions to set up a Constellation cluster:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue