Skip to content

Commit

Permalink
Merge pull request #4 from harker-c/patch-1
Browse files Browse the repository at this point in the history
Update platform-provisioning.md
  • Loading branch information
zacksiri authored Feb 13, 2024
2 parents 658262d + 5553d70 commit 1b19915
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/content/docs/trouble-shooting/platform-provisioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,25 @@ title: Platform provisioning
description: Problems that crop up during cluster creation.
---

OpsMaru provisions cluster on cloud providers. These are environments we do not control. There are many components and potentially many things can go wrong during the process. While we do our best to ensure a smooth operation there are things that are out of our control these are a list of things that can possibly happen and how to fix them.
OpsMaru provisions cluster on cloud providers. These are environments we do not control. There are many components and potentially many things can go wrong during the process. While we do our best to ensure a smooth operation, there are things that are out of our control.

These are a list of things that can possibly happen and how to fix them.

## API Errors

If you are seeing some kind of API error on the cloud provider, make sure that your credentials are correctly setup and working. Your errors may also be related to bad input values.
If you are seeing some kind of API error from the cloud provider, make sure that your credentials are correctly setup and working. Your errors may also be related to bad input values.

### Parameter Error

Sometimes we can input the wrong value. DigitalOcean for example do not support certain instance types in different regions. All you have to do to resolve such issues is to select a different instance type.
Sometimes we can input the wrong value. DigitalOcean, for example, does not support certain instance types in different regions. All you have to do to resolve such issues is to select a different instance type.

![parameter error](../../../assets/trouble-shooting/digitalocean-bastion-size-error.png)

## Networking Errors

Your cluster may have been successfully provisioned, however sometimes there are networking issues that can prevent your installation from being deployed. OpsMaru clusters depend on internal networking communications, and in cases where there are internal networking issues, this can cause failure when booting up your application container.

You can resolve these issues easily by [sshing into](/docs/infrastructure/accessing-your-cluster/) your node and reboot it.
You can resolve these issues easily by [sshing into](/docs/infrastructure/accessing-your-cluster/) your node and rebooting it.



0 comments on commit 1b19915

Please sign in to comment.