Skip to content

Commit

Permalink
docs: add gcp permissions needed for upgrade (#2378)
Browse files Browse the repository at this point in the history
  • Loading branch information
3u13r authored Oct 5, 2023
1 parent 13e9359 commit 6ba43b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docs/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ To [create a Constellation cluster](../workflows/create.md#the-create-step), you
* `compute.firewalls.create`
* `compute.firewalls.delete`
* `compute.firewalls.get`
* `compute.firewalls.update`
* `compute.globalAddresses.create`
* `compute.globalAddresses.delete`
* `compute.globalAddresses.get`
Expand All @@ -197,9 +198,11 @@ To [create a Constellation cluster](../workflows/create.md#the-create-step), you
* `compute.instanceGroupManagers.create`
* `compute.instanceGroupManagers.delete`
* `compute.instanceGroupManagers.get`
* `compute.instanceGroupManagers.update`
* `compute.instanceGroups.create`
* `compute.instanceGroups.delete`
* `compute.instanceGroups.get`
* `compute.instanceGroups.update`
* `compute.instanceGroups.use`
* `compute.instances.create`
* `compute.instances.setLabels`
Expand Down

0 comments on commit 6ba43b0

Please sign in to comment.