Compare commits

...

3 Commits

Author SHA1 Message Date
AlexsJones
5359d8ccfb tidying up files
Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
2023-03-24 10:54:20 +00:00
Alex Jones
d8dbd91d72 Update README.md 2023-03-24 10:05:20 +00:00
Alex Jones
dcc0c6781a Update README.md 2023-03-24 10:04:20 +00:00
7 changed files with 11 additions and 21 deletions

View File

@@ -3,6 +3,13 @@
<img alt="Text changing depending on mode. Light: 'So light!' Dark: 'So dark!'" src="./images/logo-black.png" width="100px;">
</picture>
_Try it out now_
```
brew tap k8sgpt-ai/k8sgpt
brew install k8sgpt
```
`k8sgpt` is a tool for scanning your kubernetes clusters, diagnosing and triaging issues in simple english.
It has SRE experience codified into it's analyzers and helps to pull out the most relevent information to enrich it with AI.
@@ -32,5 +39,8 @@ K8sgpt is focused on triaging and diagnosing issues in your cluster. It is a too
`k8sgpt` stores config data in `~/.k8sgpt` the data is stored in plain text, including your OpenAI key.
### Contributing
Please read our [contributing guide](./CONTRIBUTING.md).
### Community
* Find us on [Slack](https://cloud-native.slack.com/channels/k8sgpt-ai)

View File

@@ -1,11 +1,6 @@
/*
Copyright © 2023 NAME HERE alexsimonjones@gmail.com
*/
package auth
import (
"fmt"
"github.com/spf13/cobra"
)
@@ -20,7 +15,7 @@ Cobra is a CLI library for Go that empowers applications.
This application is a tool to generate the needed files
to quickly create a Cobra application.`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("auth called")
cmd.Help()
},
}

View File

@@ -1,6 +1,3 @@
/*
Copyright © 2023 NAME HERE alexsimonjones@gmail.com
*/
package auth
import (

View File

@@ -1,6 +1,3 @@
/*
Copyright © 2023 NAME HERE alexsimonjones@gmail.com
*/
package find
import (

View File

@@ -1,6 +1,3 @@
/*
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
*/
package find
import (

View File

@@ -1,6 +1,3 @@
/*
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
*/
package cmd
import (

View File

@@ -1,6 +1,3 @@
/*
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
*/
package main
import "github.com/k8sgpt-ai/k8sgpt/cmd"