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

[admin UX]: surface result of operation(create/udpate etc) on owned CRs #76

Open
anik120 opened this issue Nov 1, 2022 · 0 comments
Open

Comments

@anik120
Copy link

anik120 commented Nov 1, 2022

An important goal for OLM v1 is to not have users guess what the result of creating/updating/deleting a certain olm owned resource was. Eg, when I (an admin) create a scopedInstance, what does a Successful condition on the scopedInstance CR really mean? Without any information on the resources created, I need to ref a copy of the scopedTemplate CR, go down the list in the socpedTemplate.spec and kubectl describe roles/clusterroles/bindings etc to ensure there wasn't an issue creating any of the resources + there resources created are truly the ones I allowed.

I would like to have information about what changed on cluster (what got created/deleted/updated etc), so that I don't have to do a reference based audit of there resources. Also, if there's any issue while creating the resources, I'd like that information surfaced in a digestible way too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant