Skip to content
Open
Changes from 5 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
13 changes: 13 additions & 0 deletions docs/getting-started/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,16 @@ k8sgpt analyse --explain
```

Congratulations! you have successfully created a local kubernetes cluster, deployed a "broken Pod" and analyzed it using `k8sgpt`.


---
**NOTE**

If you see the following error message,

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion
If you see the following error message:

```bash
Error: exhausted API quota for AI provider openai: error, status code: 429
message: You exceeded your current quota, please check your plan and billing details.
For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.
```
then please make sure to add some credits to your OpenAI account.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please capitalise "Then"

---