-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
colors for crds #2121
Comments
Hello @sherlant |
Ok. I looked through the code and it seems that the CRDs don't have a function that is used to render their colours so the default one is used. When, more precisely, do you want the CRD to be red? |
yes, |
Ok. I'll have a look at it these days |
thanks a lot |
Hello, |
Hello, CRD's don't have a specific status, like PODs (pending, running, failed/completed, container status unknown). For example you could have:
{
"memory": "658Ki",
"pods": "31"
}
{
"id": "12345",
"zone": "dev"
} Both status fields are different |
Hi, |
At the moment there is no such convention. |
Ok thanks you, i gonna try to do this asap. |
Hello,
there is a way for colored crds in k9s like pods ? I don't know if it's hardcoded for pods or depends on a status of resource.
thx
The text was updated successfully, but these errors were encountered: