Syncing latest changes from main for kubernetes-csi-addons#450
Merged
Conversation
Add TLS profile configuration flags to the sidecar for configurable TLS profiles on the gRPC server. - --tls-min-version: minimum TLS version (VersionTLS12, VersionTLS13) - --tls-cipher-suites: allowed TLS 1.2 cipher suites (Go names) - --tls-curve-preferences: preferred key exchange curves/groups, including PQC hybrid KEMs (X25519MLKEM768, SecP256r1MLKEM768, SecP384r1MLKEM1024) Signed-off-by: Praveen M <m.praveen@ibm.com>
Update the sidecar Containerfile builder stage from golang:1.25 to golang:1.26 to support PQC hybrid KEM curves (SecP256r1MLKEM768, SecP384r1MLKEM1024) which were added in Go 1.26. Signed-off-by: Praveen M <m.praveen@ibm.com>
Signed-off-by: Praveen M <m.praveen@ibm.com>
…-main Signed-off-by: DF Build Team <df-build-team@redhat.com>
Syncing latest changes from upstream main for kubernetes-csi-addons
Add a PVC annotation recorder that writes per-node keys
('csiaddons.openshift.io/volumehealth.<hostName>').
Records both 'healthy' and 'unhealthy' states,
updates 'lastChecked' on each tick/run,
and adds 'since' while state is unchanged.
Signed-off-by: SanjalKatiyar <sanjaldhir@gmail.com>
…-main Signed-off-by: DF Build Team <df-build-team@redhat.com>
Syncing latest changes from upstream main for kubernetes-csi-addons
Add a static NetworkPolicy that denies all ingress and allows open egress for the controller-manager pod. Included in all generated manifests by default via kustomize. Open egress is required for API server access and gRPC connections to CSI-driver sidecar pods in any namespace. Assisted-by: Claude <noreply@anthropic.com> Signed-off-by: Rakshith R <rar@redhat.com>
When a gRPC request returns codes.Aborted, the error was returned directly to controller which requeues with its default ~5ms backoff. This exhausted all retries in under 500ms. This patch adds exponential backoff when codes.Aborted is returned, using RequeueAfter instead of the default rate-limited requeue. Commonly encountered with RelcaimSpace on large PVCs where fstrim might take longer to complete. The job was marked failed even if the fstrim succeeded (retries exhausted before job completion). Signed-off-by: Niraj Yadav <niryadav@redhat.com>
…-main Signed-off-by: DF Build Team <df-build-team@redhat.com>
Syncing latest changes from upstream main for kubernetes-csi-addons
Member
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: df-build-team, iPraveenParihar The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR containing the latest commits from main branch