Giter Club home page Giter Club logo

docs's People

Contributors

alexsjones avatar amitamrutiya2210 avatar anaisurlichs avatar arbreezy avatar bradmccoydev avatar bwplotka avatar camigira avatar cubxxw avatar dkuroczk avatar drpaneas avatar j00mz avatar jkleinlercher avatar kaiwalyakoparkar avatar matthisholleville avatar nitishfy avatar nitishupkr avatar pela647 avatar pintohutch avatar pixelrobots avatar rakshitgondwal avatar swastik959 avatar thschue avatar tylergillson avatar wasup-yash avatar yashpimple avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

docs's Issues

[Feature]: Documentation Missing AI backends

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • I've discussed this feature request in the K8sGPT Slack and got positive feedback

Is this feature request related to a problem?

Yes

Problem Description

The docs currently does not list all the AI backends that are available in K8sGPT:
https://docs.k8sgpt.ai/reference/providers/backend/

The following backends are missing:

cohere
amazonbedrock
amazonsagemaker
google
noopai

When you run k8sgpt auth list

Solution Description

If you want to document either of the missing backends, please create a PR (1 PR for each backend) and link to this issue.

Benefits

People would know what to do.

Potential Drawbacks

N/A

Additional Information

N/A

[Bug]: k8sgpt text not wrapped in quotes

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • I've included steps to reproduce the behavior

Affected Components

  • K8sGPT (CLI)
  • K8sGPT Operator

K8sGPT Version

No response

Kubernetes Version

No response

Host OS and its Version

MacOs 13.3.1

Steps to reproduce

img
To be found at https://docs.k8sgpt.ai/getting-started/getting-started/

Expected behaviour

This should be added as k8sgpt

Actual behaviour

doesn't get wrapped due to mismatched astrics

Additional Information

No response

Create Documentation for NoOpAIProvider

Checklist:

  • I've searched for similar issues and couldn't find anything matching
  • I've discussed this feature in the #k8sgpt slack channel

Is this feature request related to a problem?

  • Yes
  • No

Describe the solution you'd like

In PR k8sgpt-ai/k8sgpt#218, we introduced a NoOpAIProvider, which simply echoes the input of an AI request. We should write some documentation on how to use it

Benefits for the project and its users

Developers will know how to use the NoOpAIProvider

[Feature]: Document update auth command when it lands

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • I've discussed this feature request in the K8sGPT Slack and got positive feedback

Is this feature request related to a problem?

No

Problem Description

No response

Solution Description

As update auth comes out in v0.3.7 it should be documented

k8sgpt-ai/k8sgpt#450

Benefits

Better ability to configure backends

Potential Drawbacks

No response

Additional Information

No response

[doc]: Hyperlink text mismatch

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • I've included steps to reproduce the behavior

Affected Components

  • K8sGPT (CLI)
  • K8sGPT Operator

K8sGPT Version

No response

Kubernetes Version

No response

Host OS and its Version

No response

Steps to reproduce

https://github.com/k8sgpt-ai/docs/blob/main/docs/reference/operator/overview.md Here in line number 16 the values.yaml file is marked as a hyperlink

Expected behaviour

only Values.yaml should be the hyperlink text

Actual behaviour

No response

Additional Information

No response

[Question]: Hyperlink text mismatch for Helm documentation

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • I've included steps to reproduce the behavior

Affected Components

  • K8sGPT (CLI)
  • K8sGPT Operator

K8sGPT Version

No response

Kubernetes Version

No response

Host OS and its Version

No response

Steps to reproduce

https://github.com/k8sgpt-ai/docs/blob/main/docs/getting-started/in-cluster-operator.md
You will also need to install helm v3. See the Helm documentation for more information.

Only Helm documentation should be the hyperlink text

Expected behaviour

Only Helm documentation should be the hyperlink text

Actual behaviour

No response

Additional Information

I'd like to fix this issue

[Feature]: Add explanation for Integrations

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • I've discussed this feature request in the K8sGPT Slack and got positive feedback

Is this feature request related to a problem?

Yes

Problem Description

Part #46

Solution Description

Provide a proper explanation about Integrations used in the K8sGPT CLI.
Further, this should be added under the explanation section.

Additional Information

I am working on it.

[Feature]: Documentation Missing Cache Provider

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • I've discussed this feature request in the K8sGPT Slack and got positive feedback

Is this feature request related to a problem?

Yes

Problem Description

The docs currently does not list all the AI Cache Provider that are available in K8sGPT:
https://docs.k8sgpt.ai/explanation/caching/

The following backends are missing:

Microsoft Azure blob
Google Cloud Storage

Solution Description

I will create a pull request and link it to this issue, which will include the documentation for the missing cache providers.

Benefits

People will also know what to do for other cache providers as well.

Potential Drawbacks

N/A

Additional Information

N/A

[Bug]: update in-cluster-operator.md

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • I've included steps to reproduce the behavior

Affected Components

  • K8sGPT (CLI)
  • K8sGPT Operator

K8sGPT Version

No response

Kubernetes Version

No response

Host OS and its Version

No response

Steps to reproduce

1.https://github.com/k8sgpt-ai/docs/blob/f0f6406d56e7e94ded689d3cc67415991b87d731/docs/getting-started/in-cluster-operator.md?plain=1
image
grammar mistake: completed -> been completed
Screenshot 2023-06-10 190321
add hyphen : out-of-cluster

Expected behaviour

grammar mistake: completed -> been completed
add hyphen : out-of-cluster

Actual behaviour

No response

Additional Information

i will rise a PR for this

ROADMAP: Documentation

In order to assist our users and provide better documentation then we wish to cover the following topics:

  • Filters
  • Caching
  • Integations

Issues to fix

[ ] Remove in docs edit button (we want the docs to link to the k8sgpt repo and the edit button will point to that)
[ ] This page needs extra spacing before bullet points https://docs.k8sgpt.ai/explanation/ to display them nicer

[Feature]: Add explanation for filters

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • I've discussed this feature request in the K8sGPT Slack and got positive feedback

Problem Description

Part of #46

Solution Description

Provide a proper explanation about the filters used in the K8sGPT CLI.
This should be added under the explanation section.

Additional Information

I am working on this.

[Feature]: Documentation for S3 cache for k8sgpt operator missing secret keys expected.

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • [] I've discussed this feature request in the K8sGPT Slack and got positive feedback

Is this feature request related to a problem?

None

Problem Description

On this doc page, no Cache S3 is mentioned at all.
https://docs.k8sgpt.ai/getting-started/in-cluster-operator/

On this README.md file

In the Remote Cache section you should explain that the secret: k8sgpt-sample-cache-secret expects these kyes to be present for s3: aws_access_key_id & aws_secret_access_key:

  1. Apply the K8sGPT configuration object:
kubectl apply -f - << EOF
apiVersion: core.k8sgpt.ai/v1alpha1
kind: K8sGPT
metadata:
  name: k8sgpt-sample
  namespace: k8sgpt-operator-system
spec:
  ai:
    model: gpt-3.5-turbo
    backend: openai
    enabled: true
    secret:
      name: k8sgpt-sample-secret
      key: openai-api-key
  noCache: false
  repository: ghcr.io/k8sgpt-ai/k8sgpt
  version: v0.3.8
  remoteCache:
    credentials:
      name: k8sgpt-sample-cache-secret
    s3:
      bucketName: foo
      region: us-west-1
EOF

Solution Description

Modify to:

  1. Apply the K8sGPT configuration object:
kubectl apply -f - << EOF
apiVersion: core.k8sgpt.ai/v1alpha1
kind: K8sGPT
metadata:
  name: k8sgpt-sample
  namespace: k8sgpt-operator-system
spec:
  ai:
    model: gpt-3.5-turbo
    backend: openai
    enabled: true
    secret:
      name: k8sgpt-sample-secret
      key: openai-api-key
  noCache: false
  repository: ghcr.io/k8sgpt-ai/k8sgpt
  version: v0.3.8
  remoteCache:
    credentials:
      name: k8sgpt-sample-cache-secret
      #!These kyes should be present in the secret for s3!
      #aws_access_key_id
      #aws_secret_access_key
    s3:
      bucketName: foo
      region: us-west-1
EOF

Benefits

easy to understand

Potential Drawbacks

n/a

Additional Information

No response

question: `Edit is page` button not working

Checklist:

  • I've searched for similar issues and couldn't find anything matching
  • I've included steps to reproduce the bug.
  • I've included the version of Kubernetes and k8sgpt.

Subject of the issue

On the docs/Overview page Edit this page is giving a 404 error. Not pointing to the edit page on github.
I have circled with red color button.

Your environment

Additional context / screenshots

Untitled design
Screenshot from 2023-03-31 18-33-51

Issue and PR templates

It would be really nice to have an Issue and PR template for the repo because it will help to understand and format the issues and the changes proposed through a PR more accurately.

I can work on this, please assign it to me

[Feature]: Document bedrock new flags

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • I've discussed this feature request in the K8sGPT Slack and got positive feedback

Is this feature request related to a problem?

Yes

Problem Description

Bedrock now requires --providerRegion set on auth add command
It can be overridden dynamically with AWS_DEFAULT_REGION env, this needs documenting.

THESE MUST BE REGIONS BEDROCK IS ENABLED IN

Solution Description

example

k8sgpt auth add -b amazonbedrock -m anthropic.claude-instant-v1 --providerRegion eu-central-1

``

### Benefits

Clearer docs for amazon bedrock etc etc

### Potential Drawbacks

_No response_

### Additional Information

_No response_

feature: Help wanted documenting the k8sgpt-operator

Checklist:

  • I've searched for similar issues and couldn't find anything matching
  • [x ] I've discussed this feature in the #k8sgpt slack channel

Is this feature request related to a problem?

  • Yes
  • [ x] No

Describe the solution you'd like

As we now have an operator it would be ideal to document the README on the docs site to help people get started.

https://github.com/k8sgpt-ai/k8sgpt-operator

Benefits for the project and its users

Helps the community onboard easier and understand the operator and its purpose.

update filters.md

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • I've discussed this feature request in the K8sGPT Slack and got positive feedback

Is this feature request related to a problem?

None

Problem Description

k8gpt1
k8gpt2

Solution Description

spelling mistake

Benefits

Docs will look more accurate and good

Potential Drawbacks

No response

Additional Information

i will rise PR for this

[Feature]: K8sGPT Operator

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • I've discussed this feature request in the K8sGPT Slack and got positive feedback

Is this feature request related to a problem?

No

Problem Description

No Operator documentation

Solution Description

We would like to have some documentation around setting up and running the operator.
Most of this can be lifted from the readme here but also enhanced and made more readable

Benefits

This will lower the bar to entry for new starters

Potential Drawbacks

No response

Additional Information

No response

Installation guide using rpm, deb, apk

Checklist:

  • I've searched for similar issues and couldn't find anything matching
  • I've discussed this feature in the #k8sgpt slack channel

Is this feature request related to a problem?

  • Yes
  • No

Describe the solution you'd like

We have added the instructions for installation using rpm, deb, apk in the README.md here. The same should be updated in the installation.md in the docs here

`Edit is page` button not working

Checklist:

  • I've searched for similar issues and couldn't find anything matching
  • I've included steps to reproduce the bug.
  • I've included the version of Kubernetes and k8sgpt.

Subject of the issue

On the docs/Overview page Edit this page is giving a 404 error. Not pointing to the edit page on github.
I have circled with red color button.

Your environment

Additional context / screenshots

Untitled design
Screenshot from 2023-03-31 18-33-51

[Feature]: add community section in the documentation

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • I've discussed this feature request in the K8sGPT Slack and got positive feedback

Is this feature request related to a problem?

None

Problem Description

whenever a new contributor/user arrives they can face challenges through navigating the project such as slack channel , community meetings , contributing guide etc.

Solution Description

we can make a community section in the docs to help the new contributors navigate through the project

Benefits

it will help the newcomers to not get lost through navigating the project

Potential Drawbacks

No response

Additional Information

No response

[Feature]: add more tutorial and examples in the docs

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • I've discussed this feature request in the K8sGPT Slack and got positive feedback

Is this feature request related to a problem?

None

Problem Description

there is non way for users to know the use cases with examples of using the project in different scenarios

Solution Description

add use case examples and tutorials

Benefits

will help the community to understand the project

Potential Drawbacks

No response

Additional Information

No response

[Feature]: Add Netlify to Docs site

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • I've discussed this feature request in the K8sGPT Slack and got positive feedback

Is this feature request related to a problem?

None

Problem Description

No response

Solution Description

Implement Netlify for building the latest deploy preview for our Docs site just as we have for our Website. For example- k8sgpt-ai/website#1 (comment)

Benefits

It would be easy to review PRs as the latest deploy preview would be available.

bug: Installtion steps on the website are not formatted correctly

Checklist:

  • I've searched for similar issues and couldn't find anything matching
  • I've included steps to reproduce the bug.
  • I've included the version of Kubernetes and k8sgpt.

Subject of the issue

  • Installtion steps on the website are not formatted correctly and look messed up

Additional context / screenshots

image

[Feature]: Add explanation for caching

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • I've discussed this feature request in the K8sGPT Slack and got positive feedback

Is this feature request related to a problem?

Yes

Problem Description

Part #46

Solution Description

Provide a proper explanation about caching used in the K8sGPT CLI.
Further, this should be added under the explanation section.

Potential Drawbacks

No response

Additional Information

I am working on it.

feature: Document Helm Chart

Checklist:

  • I've searched for similar issues and couldn't find anything matching
  • I've discussed this feature in the #k8sgpt slack channel

Is this feature request related to a problem?

  • Yes
  • No

Description

We have a Helm Chart to install K8s inside of a cluster k8sgpt-ai/k8sgpt#318
This has to be documented under installation options and possibly under References with the different configurations that can be made in the values.yaml file

feature: Document different AI backends

Checklist:

  • I've searched for similar issues and couldn't find anything matching
  • I've discussed this feature in the #k8sgpt slack channel

Is this feature request related to a problem?

  • Yes
  • No

Description

It is now possible to use different AI backends e.g. k8sgpt-ai/k8sgpt#309
This is not yet reflected in the documentation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.