Skip to content

Add troubleshooting item to AWS SIngle Cluster Ref Arch Readme #12465

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 29, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions install/infra/single-cluster/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,18 @@ documentaion](https://www.gitpod.io/docs/self-hosted/latest/getting-started#step

## Troubleshooting

### KOTS pods fail to deploy

Sometimes, the pods deployed when executing `kubectl kots install gitpod` fail to deploy due to issues with mounting their disks:

```lucas@Lucass-MBP aws % kubectl get pods -A
NAMESPACE NAME READY STATUS RESTARTS AGE
gitpod kotsadm-minio-0 0/1 ContainerCreating 0 2m28s
gitpod kotsadm-postgres-0 0/1 Init:0/2 0 2m28s
```

This can happen when the wrong `image_id` was used in the `.tfvars` file. The id needs to respect both the region as well as the Kubernetes version and can be found [here](https://cloud-images.ubuntu.com/docs/aws/eks/).

### Some pods never start (Init state)

```sh
Expand Down