-
Notifications
You must be signed in to change notification settings - Fork 3
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
Syncing latest changes from upstream main for kubernetes-csi-addons #106
Conversation
The new `NormalizeLeaseName()` function can be used to convert a drivername to an acceptible name for a Kubernetes Lease object. Signed-off-by: Niels de Vos <[email protected]>
…holder Signed-off-by: Niels de Vos <[email protected]>
When a CSI-driver provides the CONTROLLER_SERVICE capability, the sidecar will try to become the leader by obtaining a Lease based on the name of the CSI-driver. Signed-off-by: Niels de Vos <[email protected]>
NetworkFence operations should only be sent to a CSI-Addons sidecar that has the CONTROLLER_SERVICE capability. There should be a single leader for the CSI-Addons sidecars that support that, and the leader can be identified by the Lease object for the CSI-drivername. Signed-off-by: Niels de Vos <[email protected]>
/hold |
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
The CSIAddonsNode objects are located in the Namespace where CSI-drivers are running. Use this Namespace in the Connection struct, so that the Lease for a group of CSI-Addons ControllerServers can be found. Updates: csi-addons#422 Signed-off-by: Niels de Vos <[email protected]>
Just like NetworkFence operations should be sent to a preferred Controller Server, VolumeReplication operations should be sent there as well. Updates: csi-addons#422 Signed-off-by: Niels de Vos <[email protected]>
…ontroller Just like NetworkFence operations should be sent to a preferred Controller Server, the OFFLINE ReclaimSpace operations should be sent there as well. Updates: csi-addons#422 Signed-off-by: Niels de Vos <[email protected]>
Bumps the golang-dependencies group with 1 update: [google.golang.org/grpc](https://github.com/grpc/grpc-go). - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.59.0...v1.60.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps the k8s-dependencies group with 2 updates: [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and [k8s.io/client-go](https://github.com/kubernetes/client-go). Updates `k8s.io/apimachinery` from 0.28.4 to 0.29.0 - [Commits](kubernetes/apimachinery@v0.28.4...v0.29.0) Updates `k8s.io/client-go` from 0.28.4 to 0.29.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.28.4...v0.29.0) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s-dependencies - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
/un-hold |
/approve |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: df-build-team, Rakshith-R 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 |
/refresh |
/cherry-pick release-4.15 |
@Rakshith-R: new pull request created: #107 In response to this:
Instructions 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/test-infra repository. |
PR containing the latest commits from upstream main branch