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

[controller-manager] Switch SecretBinding controller to controller-runtime #6621

Merged
merged 4 commits into from
Sep 6, 2022

Conversation

rfranzke
Copy link
Member

@rfranzke rfranzke commented Sep 3, 2022

How to categorize this PR?

/area dev-productivity scalability
/kind enhancement

What this PR does / why we need it:
Refactor the SecretBinding controller to controller-runtime.

Which issue(s) this PR fixes:
Part of #4251

Special notes for your reviewer:
Generally, we want to follow this cookbook while refactoring existing controllers:

  1. Add documentation
  2. Add integration test based on envtest
  3. Switch controller to controller-runtime

Release note:

NONE

@gardener-prow gardener-prow bot added area/dev-productivity Developer productivity related (how to improve development) area/scalability Scalability related kind/enhancement Enhancement, improvement, extension cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. labels Sep 3, 2022
@gardener-prow gardener-prow bot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Sep 3, 2022
Copy link
Contributor

@shafeeqes shafeeqes left a comment

Choose a reason for hiding this comment

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

Very nice PR!

@shafeeqes shafeeqes self-assigned this Sep 5, 2022
@gardener-prow gardener-prow bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Sep 5, 2022
@gardener-prow gardener-prow bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Sep 5, 2022
@shafeeqes
Copy link
Contributor

/lgtm

@gardener-prow gardener-prow bot added the lgtm Indicates that a PR is ready to be merged. label Sep 5, 2022
@ary1992
Copy link
Contributor

ary1992 commented Sep 6, 2022

/lgtm

Copy link
Member

@timebertt timebertt left a comment

Choose a reason for hiding this comment

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

/approve

@gardener-prow
Copy link
Contributor

gardener-prow bot commented Sep 6, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: timebertt

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

@gardener-prow gardener-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 6, 2022
@timebertt
Copy link
Member

/skip

@gardener-prow gardener-prow bot merged commit de54e29 into gardener:master Sep 6, 2022
@rfranzke rfranzke deleted the refactor/secretbinding-ctrl branch September 6, 2022 08:05
krgostev pushed a commit to krgostev/gardener that referenced this pull request Sep 8, 2022
* 'master' of github.com:gardener/gardener: (121 commits)
  Added metrics needed for multi-node etcd and backup-restore. (gardener#6601)
  Fix beta failing test for arm (gardener#6632)
  Install yq in e2e CI jobs (gardener#6631)
  Upgrade etcd-druid (gardener#6630)
  Switch `SecretBinding` controller to `controller-runtime` (gardener#6621)
  Fix the network metrics for clusters with containerd (gardener#6628)
  Remove release milestone github action (gardener#6627)
  Adds `Progressing` status to `BackupBucketsReady` seed condition  (gardener#6587)
  Adds more info when comparing secrets for cpm integration tests (gardener#6622)
  Update profiling docs (gardener#6624)
  Add `Progressing` condition type to `ControllerInstallations` and check it when computing the `ExtensionsReady` condition (gardener#6590)
  Deny setting `.spec.kubernetes.allowPrivilegedContainers` field for Shoot clusters `>=v1.25` (gardener#6570)
  Use v3.24.1 manifests for calico (gardener#6616)
  Exempt `kube-system` namespace in `PodSecurity` admission config (gardener#6549)
  Make sure the `default-scheduler` is present even when bin-packing is enabled (gardener#6610)
  Upgrade etcd-druid (gardener#6611)
  Adapt blackbox exporter resource requests to VPA recommendations (gardener#6609)
  Clean up unused search textbox in the `Kubernetes Control Plane Status` dashboard (gardener#6606)
  Reduce the size of the grafana dashboards configmap (gardener#6605)
  Fix bug in resourcemanager that ignore annotation does handle all possible truthy values (gardener#6603)
  ...
@rfranzke rfranzke changed the title Switch SecretBinding controller to controller-runtime [controller-manager] Switch SecretBinding controller to controller-runtime Sep 23, 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. area/dev-productivity Developer productivity related (how to improve development) area/scalability Scalability related cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. kind/enhancement Enhancement, improvement, extension lgtm Indicates that a PR is ready to be merged. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants