Skip to content

Commit

Permalink
Merge pull request #5616 from EnterpriseDB/aaronsonntag-patch-1
Browse files Browse the repository at this point in the history
improve needed permissions spec for fault injection
  • Loading branch information
nidhibhammar authored May 16, 2024
2 parents d130810 + 020f3e0 commit 8154c60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ the availability and recovery of the cluster.
Ensure you meet the following requirements before using fault injection testing:

+ You have connected your BigAnimal cloud account with your Azure subscription. See [Setting up your Azure Marketplace account](/biganimal/latest/getting_started/02_azure_market_setup/) for more information.
+ You should have permissions in your Azure subscription to view and delete VMs.
+ You have permissions in your Azure subscription to view and delete VMs and also the ability to view Kubernetes pods via Azure Kubernetes Service RBAC Reader.
+ You have PGD CLI installed. See [Installing PGD CLI](/pgd/latest/cli/installing_cli/#) for more information.
+ You have created a `pgd-cli-config.yml` file in your home directory. See [Configuring PGD CLI](/pgd/latest/cli/configuring_cli/) for more information.

Expand Down

1 comment on commit 8154c60

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.