-
Notifications
You must be signed in to change notification settings - Fork 31
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
Project refactor work #11
Conversation
7605de2
to
3b73fed
Compare
3b73fed
to
b5aefcf
Compare
Signed-off-by: kerthcet <[email protected]>
b5aefcf
to
36bdf4e
Compare
/easycla |
cc @ahg-g can we merge? |
the test is failing, how did you verify that it passes? does it pass for you locally? |
Signed-off-by: kerthcet <[email protected]>
Signed-off-by: kerthcet <[email protected]>
36bdf4e
to
139e152
Compare
Yes, the test is always failing, I'm try to dig the reason, but I ran locally yesterday, the lws works as expected. |
Let me fix the error first. |
/test pull-lws-test-main |
3f3a11f
to
139e152
Compare
/test pull-lws-test-main |
Signed-off-by: kerthcet <[email protected]>
079f2bc
to
9d8cea1
Compare
Test error is not related to the controller logic. Add a flag The disadvantage is we'll see help info when run I ran with this fix locally, everything behaves well with samples.
|
b067dd6
to
291779f
Compare
Makefile
Outdated
crd:generateEmbeddedObjectMeta=true output:crd:artifacts:config=config/crd/bases\ | ||
webhook output:webhook:artifacts:config=config/webhook\ | ||
paths="./..." | ||
$(CONTROLLER_GEN) -h \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isn't this the help flag? which means it will actually not generate anything?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the issue is that the project is using v0.13.0, we should upgrade to v0.14.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line 167 below change CONTROLLER_TOOLS_VERSION ?= v0.13.0
to CONTROLLER_TOOLS_VERSION ?= v0.14.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. seems working now. Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked the changelog, https://github.com/kubernetes-sigs/controller-tools/releases, didn't see any related changes. how do you find that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I compared it with jobset
16a8c08
to
0ae51d5
Compare
Signed-off-by: kerthcet <[email protected]>
777c8ce
to
757d01d
Compare
/lgtm Thanks! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahg-g, kerthcet 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 |
/label tide/merge-method-squash |
What I did with this PR:
make manifest
.fix #13
part of #8