-
Notifications
You must be signed in to change notification settings - Fork 84
Update walkthrough doc to implement guestbook-operator #90
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
Update walkthrough doc to implement guestbook-operator #90
Conversation
06d85ff to
c77a58f
Compare
atoato88
left a comment
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 added my concern item.
| ``` | ||
|
|
||
| 1. Add an instance of the Application CR in your manifest: | ||
| 2. Add an instance of the Application CR in your manifest: |
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 updated this section for guestbook-oprator, but current guestbook-operator doesn't include Aplication CR.
Which is better to implement Application CR on guestbook-operator or omit this section?
Sorry for that I don't know details about Application CR...
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.
This section should walk through configuring the guestbook operator to manage an Application CR. The two reconcile options added (declarative.WithManagedApplication(r.watchLabels), declarative.WithObjectTransform(addon.TransformApplicationFromStatus)) handle this. These updates look good to me.
The Application CR is meant to bubble up high level information/groupings of a set of resources in the cluster. It's managed by sig-apps.
c77a58f to
254d040
Compare
|
/retitle Update walkthrough doc to implement guestbook-operator |
|
/lgtm thank you @atoato88 ! If you have more open questions on the guestbook-operator/application CR please feel free to follow up |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: atoato88, johnsonj 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 |
This PR updates
docs/addon/walkthrough/README.mdcontents to implement guestbook-operator, instead dashboard-operator.related to: #80