kurator
kurator copied to clipboard
Incorrect tools list command output
What happened:
The tool list command will show all components configuration plus Status
the output maybe as below we can see the status looks super confusing.
kurator tool list -ojson
{
"argocd": {
"Cli": "",
"Hub": "",
"Name": "argocd",
"ReleaseURLPrefix": "https://github.com/argoproj/argo-cd/releases/download/",
"Status": "NotReady",
"Version": "v2.4.8"
},
"istio": {
"Cli": "",
"Hub": "docker.io/istio",
"Name": "istio",
"ReleaseURLPrefix": "https://github.com/istio/istio/releases/download",
"Status": "NotReady",
"Version": "1.13.3"
},
"karmada": {
"Cli": "",
"Hub": "",
"Name": "karmada",
"ReleaseURLPrefix": "https://github.com/karmada-io/karmada/releases/download",
"Status": "NotReady",
"Version": "v1.2.1"
},
"kubeedge": {
"Cli": "",
"Hub": "docker.io/kebeedge",
"Name": "kubeedge",
"ReleaseURLPrefix": "https://github.com/kubeedge/kubeedge/releases/download",
"Status": "NotReady",
"Version": "1.10.0"
},
"submariner": {
"Cli": "",
"Hub": "",
"Name": "submariner",
"ReleaseURLPrefix": "https://github.com/submariner-io/releases/releases/download",
"Status": "NotReady",
"Version": "v0.12.2"
}
}
What you expected to happen:
I would expect the status to indicate whether the component is installed, whether it is healthy.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
- Kurator version:
- Others: