-
Notifications
You must be signed in to change notification settings - Fork 25
modified the Quarkus operator SDK version and tutorial too #40
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
modified the Quarkus operator SDK version and tutorial too #40
Conversation
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.
Do we need to still manually create the crd.yaml? I thought the need for doing this manually was no longer true. Can you verify that the crd is being generated by maven now?
I don't think that this PR is ready for merging. Also, if you want to be able to remove the main class, you'd have to keep using the 2.0.0 version. |
Yes, modified the content and added changes accordingly. |
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 thought we don't need these manual steps in the README to enable java-operator-plugins?
Shall we remove those unnecessary steps?
Per chat @laxmikantbpandhare, I noticed there are a few deps are missing in the Please help take a look and include them into the tutorials too, thanks! |
@tlwu2013 Updated the doc, please take a look at it. |
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.
Verified build pass, Operator successfully deployed and running on a cluster, Operand instances spinning up correctly.
LGTM! Thank you @laxmikantbpandhare!
@tlwu2013 thank you for helping with verification. |
modified the Quarkus operator SDK vesion and tutorial too