-
Notifications
You must be signed in to change notification settings - Fork 23
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
SpinApp CRD Active Replicas
Status Column is unclear
#87
Comments
|
Ah! That makes more sense now. Thank you. Is there a way to change the output to match the output of
In this case, I'm proposing we change the output of
Or perhaps by hyphenating the output:
To me, it reads as two different tabs in the table output: one showing the number of "ready" replicas (0), and one showing the number of "expected" replicas (unknown). |
Yep - you can update |
kubectl get spinapps
Active Replicas
Status Column is unclear
Looks like you can't combine |
Given the following manifest:
When I apply it to the cluster and run
kubectl get spinapps
, no replicas are shown.However, the number of replicas are shown if I run
k get spinapps hello-rust -o yaml
:Possibly related to #86
The text was updated successfully, but these errors were encountered: