diff --git a/docs/getting-started/getting-started.md b/docs/getting-started/getting-started.md index 0acd954..d85c1ee 100644 --- a/docs/getting-started/getting-started.md +++ b/docs/getting-started/getting-started.md @@ -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, +```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. +---