-
Notifications
You must be signed in to change notification settings - Fork 162
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
v1beta1 additionalPrinterColumns for tenant owner info #331
Comments
Since we're going for multiple owners, we could drop the support for the Owner columns, also because it's something out of our scope and a limitation of upstream Kubernetes project. Let's wait @bsctl's feedback. |
Removing the field from CRD breaks some UIs we built on top of Capsule, including the customer one. What about to keep the field in CRD and populate it with only the first element of the array? Sounds ugly … but doesn’t break the customer’s UI. |
@prometherion @MaxFedotov any idea how to solve this? |
We're not removing any field from the CRD, but rather we're talking about the additional printer column used by If any dashboard has been implemented on top of Capsule, there are no breaking changes until it uses the
For |
@prometherion Thanks got it. |
Noted already removed in master
going to close the issue? |
@bsctl if you are ok with removing it - issue can be closed :) |
It looks like no way, according to comments above :) |
In
v1alpha1
version of capsule,tenant
can only have a single owner, so we addedto
additionalPrinterColumns
in crd spec.But in
v1beta1
it is possible to specify multiple owners for a tenant, and asadditionalPrinterColumns
doesn't support arrays (kubernetes/kubectl#517) we need to find a solution how to show user information about tenant owners (or may be we don't need to show it at all)@bsctl @prometherion need your ideas :)
The text was updated successfully, but these errors were encountered: