Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
acolver committed Mar 28, 2024
1 parent 79d3cca commit 382ce91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/rad-lab-launcher/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Error: Error waiting to create Instance: Error waiting for Creating Instance: Er
Error Occurred - Deployment failed for ID:[deployment_id]
```

**Solution**: If you see above error in your initial deployment run, rerun the deployment via ```python3 radlab.py``` using the[deployment_id] and select `Update` (in [Steps to Deploy RAD Lab Modules](../rad-lab-launcher/launcher_deployment/launcher.md#deploy-a-rad-lab-module)). This may have been caused as the Organization Policy ```constraints/compute.vmExternalIpAccess``` is not completely rolled out.
**Solution**: If you see above error in your initial deployment run, rerun the deployment via ```python3 radlab.py``` using the [deployment_id] and select `Update` (in [Steps to Deploy RAD Lab Modules](../rad-lab-launcher/launcher_deployment/launcher.md#deploy-a-rad-lab-module)). This may have been caused as the Organization Policy ```constraints/compute.vmExternalIpAccess``` is not completely rolled out.

**NOTE:** Similarly, if the error occurs for any other organization policies, then the workaround is same as above.

Expand Down Expand Up @@ -86,7 +86,7 @@ Please be sure you are logged in as a user with Google Cloud project Owner right
Error Occurred - Deployment failed for ID:[deployment_id]
```

**Solution**: If you see above error, rerun the deployment via ```python3 radlab.py``` using the[deployment_id] and select `Delete` (in [Steps to Deploy RAD Lab Modules](../rad-lab-launcher/launcher_deployment/launcher.md#deploy-a-rad-lab-module)). This may have been caused if it took longer than expected to destroy any resource(s).
**Solution**: If you see above error, rerun the deployment via ```python3 radlab.py``` using the [deployment_id] and select `Delete` (in [Steps to Deploy RAD Lab Modules](../rad-lab-launcher/launcher_deployment/launcher.md#deploy-a-rad-lab-module)). This may have been caused if it took longer than expected to destroy any resource(s).

## Operations Troubleshooting

Expand Down

0 comments on commit 382ce91

Please sign in to comment.