mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-09-28 08:17:21 +00:00
@@ -1,7 +1,10 @@
|
|||||||
|
<img src="images/logo.png" width="100px;" />
|
||||||
|
|
||||||
# k8sgpt
|
# k8sgpt
|
||||||
|
|
||||||
|
<br />
|
||||||
AI Powered Kubernetes debugging for SRE, Platform and DevOps teams.
|
AI Powered Kubernetes debugging for SRE, Platform and DevOps teams.
|
||||||
|
<br />
|
||||||
|
|
||||||
<img src="images/demo.gif" width=800px; />
|
<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 {
|
for key, value := range brokenPods {
|
||||||
y := color.YellowString(key)
|
fmt.Printf("%s: %s\n", color.YellowString(key), color.RedString(value[0]))
|
||||||
v := color.RedString(value[0])
|
|
||||||
fmt.Printf("%s: %s\n", y, v)
|
|
||||||
|
|
||||||
if explain {
|
if explain {
|
||||||
s := spinner.New(spinner.CharSets[35], 100*time.Millisecond) // Build our new spinner
|
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