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

Removing or re-defining the meaning of the existing Ready condition. #201

Closed
Tracked by #183
awgreene opened this issue May 9, 2023 · 6 comments · Fixed by #217
Closed
Tracked by #183

Removing or re-defining the meaning of the existing Ready condition. #201

awgreene opened this issue May 9, 2023 · 6 comments · Fixed by #217
Assignees
Milestone

Comments

@awgreene
Copy link
Member

awgreene commented May 9, 2023

The installed condition proposed in #199 basically replaces the existing "Ready" condition. This ticket tracks the need to remove the existing "Ready" condition.

@joelanford
Copy link
Member

Related: #126

@tmshort
Copy link
Contributor

tmshort commented May 16, 2023

At this point is this a removal? Considering #199 and #202?

@joelanford
Copy link
Member

For now removal seems reasonable. The alternative (if we want Ready to be a rollup of other status) is Ready == Installed=True + Resolved=True + installedSource == resolvedSource.

@tmshort
Copy link
Contributor

tmshort commented May 16, 2023

A rollup would not be orthogonal... so probably not.

@joelanford
Copy link
Member

Agreed. I think removal of Ready is fine if we have Installed and Resolved. As another follow-on, it would also be nice to have Progressing, somewhat as described in #126 (which would conceptually be "trying to get to installedSource == resolvedSource" or "i give up, my inputs need to change")

@tmshort
Copy link
Contributor

tmshort commented May 17, 2023

I might be able to get #126 in, maybe? But the delete work is done.

tmshort added a commit to tmshort/operator-controller that referenced this issue May 18, 2023
Fixes operator-framework#201

Signed-off-by: Todd Short <tshort@redhat.com>
@tmshort tmshort mentioned this issue May 18, 2023
4 tasks
tmshort added a commit that referenced this issue May 19, 2023
Fixes #201

Signed-off-by: Todd Short <tshort@redhat.com>
@awgreene awgreene added this to the v0.2.0 milestone May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants