mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-29 07:56:47 -05:00
docs: clarify permissions on install page (#184)
* docs: clarify permissions on install page * docs: remove default attribute from tabs * docs: publish to 2.0
This commit is contained in:
parent
029e6783a3
commit
811ccc80a3
18 changed files with 128 additions and 136 deletions
|
|
@ -9,7 +9,7 @@ To provide information during early stages of the node's boot process, Constella
|
|||
You can view these information in the follow places:
|
||||
|
||||
<tabs groupId="csp">
|
||||
<tabItem value="azure" label="Azure" default>
|
||||
<tabItem value="azure" label="Azure">
|
||||
|
||||
1. In your Azure subscription find the Constellation resource group.
|
||||
2. Inside the resource group find the Application Insights resource called `constellation-insights-*`.
|
||||
|
|
@ -20,7 +20,7 @@ You can view these information in the follow places:
|
|||
To **find the disk UUIDs** use the following query: `traces | where message contains "Disk UUID"`
|
||||
|
||||
</tabItem>
|
||||
<tabItem value="gcp" label="GCP" default>
|
||||
<tabItem value="gcp" label="GCP">
|
||||
|
||||
1. Select the project that hosts Constellation.
|
||||
2. Go to the `Compute Engine` service.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue