Skip to content

Commit

Permalink
Initial attempt at addressing the NEBARI_KUBECONFIG in tmp issue rais…
Browse files Browse the repository at this point in the history
…ed in #83 and #88. May need some more detail.
  • Loading branch information
magsol committed Aug 4, 2022
1 parent 9f3a6f7 commit 2f8dc96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Invariably you will encounter behavior that does not match your expectations. Th

- DNS domain=1your_nebari_domain1 record does not exist
- User instances on AWS occasionally die ~30 minutes after spinning up a large dask cluster
- Why is the `NEBARI_KUBECONFIG` file in `/tmp`?

[_Errors_](#errors)

Expand Down Expand Up @@ -39,6 +40,10 @@ AWS uses Elastic Kubernetes Service for hosting the Kubernetes cluster. [It requ

To stop this from happening, the autoscaler service "AZRebalance" needs to be manually suspended. You can [follow the steps in the AWS documentation to suspend the AZRebalance service](https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-suspend-resume-processes.html).

### Why is the `NEBARI_KUBECONFIG` file in `/tmp`?

Nebari regenerates this file on every run. Yes, it will be trashed by the operating system's tmpdir cleanup, but it will be repopulated.

## Errors

### Conda-Store environment fails to build
Expand Down

0 comments on commit 2f8dc96

Please sign in to comment.