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

feat/resource-reconcilers #224

Merged
merged 5 commits into from
Oct 10, 2022
Merged

feat/resource-reconcilers #224

merged 5 commits into from
Oct 10, 2022

Conversation

roivaz
Copy link
Member

@roivaz roivaz commented Oct 6, 2022

Adds custom reconcilers for PodMonitor, ExternalSecret, GrafanaDashboard and ConfigMap resources to stop using operator-utils and have more control. Especially important is the reduction in the amount of logs that were generated by the periodic reconcile loops of ExternalSecret resources.

/kind feature
/priority important-longterm
/assign

@3scale-robot 3scale-robot added kind/feature Categorizes issue or PR as related to a new feature. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple sprints to complete. needs-size Indicates a PR or issue lacks a `size/foo` label and requires one. labels Oct 6, 2022
@3scale-robot 3scale-robot added size/M Requires about a day to complete the PR or the issue. and removed needs-size Indicates a PR or issue lacks a `size/foo` label and requires one. labels Oct 6, 2022

var _ basereconciler.Resource = ExternalSecretTemplate{}

// PodDisruptionBudget specifies a PodDisruptionBudget resource
Copy link
Member

Choose a reason for hiding this comment

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

wrong comment?

Copy link
Member Author

Choose a reason for hiding this comment

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

@raelga
Copy link
Contributor

raelga commented Oct 7, 2022

/lgtm

@3scale-robot 3scale-robot added the lgtm Indicates that a PR is ready to be merged. label Oct 7, 2022
@3scale-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: b895e5041d821de2e11f86e05a5885a2df8e6a95

@slopezz
Copy link
Member

slopezz commented Oct 10, 2022

/lgtm

@roivaz
Copy link
Member Author

roivaz commented Oct 10, 2022

/approve

@3scale-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: roivaz

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@3scale-robot 3scale-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 10, 2022
@3scale-robot 3scale-robot merged commit 8504fdc into main Oct 10, 2022
@3scale-robot 3scale-robot deleted the feat/resource-reconcilers branch October 10, 2022 08:52
@roivaz roivaz mentioned this pull request Nov 2, 2022
@slopezz slopezz mentioned this pull request Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/feature Categorizes issue or PR as related to a new feature. lgtm Indicates that a PR is ready to be merged. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple sprints to complete. size/M Requires about a day to complete the PR or the issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants