mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-09-28 16:31:50 +00:00
@@ -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; />
|
||||
|
||||
|
@@ -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
BIN
images/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 880 KiB |
Reference in New Issue
Block a user