Skip to content

Commit

Permalink
Merge branch 'release/0.1.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Feb 6, 2024
2 parents c1eab62 + 049e6e6 commit 6830a1b
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 1 deletion.
5 changes: 5 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ export default defineConfig({
{ label: 'Uplink', link: '/operation/uplink/'},
{ label: 'Lite VS Pro', link: '/operation/lite-vs-pro/'}
]
}, {
label: 'Trouble Shooting',
items: [
{ label: 'Platform provisioning', link: '/trouble-shooting/platform-provisioning/'}
]
}]
}), react()]
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opsmaru-docs",
"type": "module",
"version": "0.1.6",
"version": "0.1.7",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions src/content/docs/trouble-shooting/platform-provisioning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,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.

## 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.

### 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.

![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.



0 comments on commit 6830a1b

Please sign in to comment.