-
Notifications
You must be signed in to change notification settings - Fork 546
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
Verify CRD's condition to ensure it's registered with k8s API #553
Conversation
/approve looks good! just need some tests for this. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ecordell The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
72b268e
to
8b1152a
Compare
8b1152a
to
11871b4
Compare
2147ca1
to
aa11b8d
Compare
6e6c421
to
6036829
Compare
fc4ff15
to
27384a6
Compare
51174ae
to
48c15c1
Compare
/test e2e-aws |
48c15c1
to
56cad87
Compare
f0d4823
to
12476aa
Compare
/test unit |
12476aa
to
4060936
Compare
458bc85
to
917c872
Compare
/retest |
@dinhxuanvu I think you need to rebase, but then this PR should be good to go |
917c872
to
79bedae
Compare
/retest |
OLM needs to verify CRD's condition to make sure it is registered with k8s API during CSV control loop before installing operator. This verification will help to avoid errors related to the unavailability of an API when installing an operator via OLM. Jira: https://jira.coreos.com/browse/ALM-775 Signed-off-by: Vu Dinh <vdinh@redhat.com>
79bedae
to
a75c00f
Compare
@dinhxuanvu: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Since the PR from my branch is all green, I'm closing this one. |
OLM needs to verify CRD's condition to make sure it is registered
with k8s API during CSV control loop before installing operator.
This verification will help to avoid errors related to the
unavailability of an API when installing an operator via OLM.
Jira: https://jira.coreos.com/browse/ALM-775
Signed-off-by: Vu Dinh vdinh@redhat.com