✨ WIP: Cluster Provider and cluster-aware controllers#2726
✨ WIP: Cluster Provider and cluster-aware controllers#2726sttts wants to merge 15 commits intokubernetes-sigs:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sttts The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
5f6764a to
f8eeaef
Compare
f8eeaef to
45a18eb
Compare
mjudeikis
left a comment
There was a problem hiding this comment.
This is way cleaner than previous one. I like it.
b4891b8 to
45b458a
Compare
b44fd93 to
980095c
Compare
e471049 to
d023d3e
Compare
4d8e79e to
307ec8f
Compare
Co-authored-by: Vince Prignano <vincepri@redhat.com> Signed-off-by: Vince Prignano <vincepri@redhat.com> Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
307ec8f to
3811640
Compare
Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
| if err := ctrl.Disengage(ctx, cl); err != nil { | ||
| errs = append(errs, err) | ||
| } | ||
| } |
There was a problem hiding this comment.
Would this also:
- loop through c.awares and call Disengage on them
- close watches that we opened in Engage
Signed-off-by: Iván Álvarez <ivanape@inditex.com>
Co-authored-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
Signed-off-by: Iván Álvarez <ivanape@inditex.com>
…ntroller-runtime into sttts-cluster-support
Signed-off-by: Iván Álvarez <ivanape@inditex.com>
✨Fleet example changes
The committers listed above are authorized under a signed CLA. |
|
@sttts: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
| // ClusterName identifies the cluster that the object is in. | ||
| // The property is only populated when controllers are setup in a fleet manager. | ||
| // +optional | ||
| ClusterName string |
There was a problem hiding this comment.
I'd like to use #2799 to avoid the need of changing this struct and instead allowing BYO request/workqueue type
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
|
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
|
Replaced by #3019. |
Replacing #2207.