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

Remove HCO readiness test in CSV v0.0.1 #258

Merged

Conversation

lveyde
Copy link
Contributor

@lveyde lveyde commented Aug 27, 2019

Signed-off-by: Lev Veyde lveyde@redhat.com

@@ -1166,7 +1166,7 @@ spec:
exec:
command:
- stat
- /tmp/operator-sdk-ready
- /
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what we are after here but if you needed to remove the readiness check..why not just remove the probe entirely?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with @djzager . It would be nice to have few lines in the commit message to explain why this change is needed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the CSV 0.0.1 the readiness probe will always fail, and this will create an issue during the install and update.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what we are after here but if you needed to remove the readiness check..why not just remove the probe entirely?

Saw it as a more elegant way to fix the readiness probe.
If you think that it's better the remove the whole section, I can do that as well, but IMHO it's not necessary.

The components used in v0.0.1 will never bring the system to the
"HCO Ready" state, thus the readiness test should be removed in
that version, in order to avoid issues with installation and
update.

Signed-off-by: Lev Veyde <lveyde@redhat.com>
@lveyde lveyde force-pushed the remove-hco-readiness-test-in-v0.0.1 branch from cfa4012 to 90a3abe Compare August 28, 2019 17:53
@rthallisey
Copy link

ci test please

@rthallisey rthallisey merged commit 6b1fc5b into kubevirt:master Aug 28, 2019
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

Successfully merging this pull request may close these issues.

None yet

4 participants