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

doc enhancement for waf addons and reconciliation #3281

Merged
merged 2 commits into from
Jul 12, 2023

Conversation

oliviassss
Copy link
Collaborator

Issue

Description

Doc improvement for the controller's exact behavior regarding reconciliation and waf addons.
following up this PR.
Checked the rendering by make docs-preview

Checklist

  • Added tests that cover your change (if possible)
  • Added/modified documentation as required (such as the README.md, or the docs directory)
  • Manually tested
  • Made sure the title of the PR is a good description that can go into the release notes

BONUS POINTS checklist: complete for good vibes and maybe prizes?! 🤯

  • Backfilled missing tests for code in same general area 🎉
  • Refactored something and made the world a better place 🌟

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jul 12, 2023
@johngmyers
Copy link
Contributor

A 10-hour resync period means that if someone does something to cause drift, the time the controller reverts it is almost guaranteed to be outside of office hours. This is much more dangerous.

@M00nF1sh
Copy link
Collaborator

M00nF1sh commented Jul 12, 2023

A 10-hour resync period means that if someone does something to cause drift, the time the controller reverts it is almost guaranteed to be outside of office hours. This is much more dangerous.

Hi John, since this sync-period feature never worked before, it's not a regression no matter how large this sync-period value is.

The reason we want this to be a large value is due to we don't want to suddenly introduce a large amount of AWS APIs calls in a patch version. (we can consider change it to a smaller default in future versions if necessary).

Also, users shouldn't rely on this sync-period feature to override their custom made settings at all. IIRC, the sync-period exists in early days of Kubernetes when the informer mechanism wasn't reliable, so it uses re-sync to protect from missed events instead of as mechanism to do drift checks. Newer controllers in Kubernetes eco all have a large sync-period settings.

Copy link
Collaborator

@M00nF1sh M00nF1sh left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 12, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: M00nF1sh, oliviassss

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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 12, 2023
@M00nF1sh M00nF1sh merged commit 2f7ffdc into kubernetes-sigs:main Jul 12, 2023
@oliviassss oliviassss deleted the update-doc branch July 12, 2023 20:57
@johngmyers
Copy link
Contributor

I would have gone for something like 4-6 hours. It might push the revert out of business hours, but unlikely to go into sleep time.

Assuming things that cause the controller to do a reconciliation are more likely to happen during business hours, a 10-hour sync period s increases the probability of the reversion happening during sleep time. But I suppose a few stars would have to align.

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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants