Compare commits

...

11 Commits

Author SHA1 Message Date
AlexsJones
46d72e38fa updated image on readme
Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
2023-03-24 13:04:17 +00:00
AlexsJones
bfba381471 updated image on readme
Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
2023-03-24 13:04:06 +00:00
AlexsJones
f3b2171e51 updated banner
Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
2023-03-24 11:06:38 +00:00
AlexsJones
23da1170f5 updated banner
Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
2023-03-24 11:05:43 +00:00
AlexsJones
a5846b08ba tidying up files
Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
2023-03-24 10:57:33 +00:00
Alex Jones
2537376eea Merge pull request #58 from k8sgpt-ai/revert-57-chore/tidying
Revert "chore: tidying"
2023-03-24 10:55:49 +00:00
Alex Jones
ca5e0fab21 Revert "chore: tidying" 2023-03-24 10:55:37 +00:00
Alex Jones
2dd18c3ba1 Merge pull request #57 from k8sgpt-ai/chore/tidying
chore: tidying
2023-03-24 10:54:45 +00:00
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
9 changed files with 13 additions and 20 deletions

View File

@@ -1,8 +1,15 @@
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./images/logo-white.png" width="100px;">
<img alt="Text changing depending on mode. Light: 'So light!' Dark: 'So dark!'" src="./images/logo-black.png" width="100px;">
<source media="(prefers-color-scheme: dark)" srcset="./images/banner-white.png" width="600px;">
<img alt="Text changing depending on mode. Light: 'So light!' Dark: 'So dark!'" src="./images/banner-black.png" width="600px;">
</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 (

BIN
images/banner-black.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

BIN
images/banner-white.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 267 KiB

After

Width:  |  Height:  |  Size: 308 KiB