Skip to content
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

Generated resources have "READY SYNCED" additional columns instead of "SYNCED READY" #359

Closed
bobh66 opened this issue Mar 1, 2024 · 0 comments · Fixed by #360
Closed
Labels
bug Something isn't working

Comments

@bobh66
Copy link
Contributor

bobh66 commented Mar 1, 2024

What happened?

When Crossplane generates CRDs for Claims and Composites it defines the additional printer columns "SYNCED" and "READY" in that order, which is logically read from left to right in the output. A resource cannot be READY before it is SYNCED, so it is easier to read the resource status in that order.

upjet generates CRDs for resources with the columns "READY SYNCED" which is inconsistent with the resources that Crossplane generates.

How can we reproduce it?

Observe the kubectl get output for Claims/Composites and generated upjet resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant