updated copy

Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
This commit is contained in:
AlexsJones
2023-03-21 20:36:45 +00:00
parent 880c1e9e42
commit 08db0b2c7b
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,10 @@
<img src="images/logo.png" width="100px;" />
# k8sgpt
<br />
AI Powered Kubernetes debugging for SRE, Platform and DevOps teams.
<br />
<img src="images/demo.gif" width=800px; />

View File

@@ -64,11 +64,8 @@ var problemsCmd = &cobra.Command{
}
}
// loop through and print map
for key, value := range brokenPods {
y := color.YellowString(key)
v := color.RedString(value[0])
fmt.Printf("%s: %s\n", y, v)
fmt.Printf("%s: %s\n", color.YellowString(key), color.RedString(value[0]))
if explain {
s := spinner.New(spinner.CharSets[35], 100*time.Millisecond) // Build our new spinner

BIN
images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 880 KiB