Skip to content

Conversation

tklauser
Copy link
Member

@tklauser tklauser commented Jul 1, 2025

aanm and others added 3 commits July 1, 2025 10:32
[ upstream commit a1fe9e3 ]

Add merge driver configuration that automatically runs specific commands when
certain files are merged. This automation helps maintain consistency by running
essential tasks like `go mod tidy`, updating Kubernetes manifests, regenerating
documentation, and fixing permissions after merge operations.

Signed-off-by: André Martins <andre@cilium.io>
Signed-off-by: Tobias Klauser <tobias@cilium.io>
…ble-ipv4: false`

[ upstream commit 3142e1c ]

Signed-off-by: joey <zchengjoey@gmail.com>
Signed-off-by: Tobias Klauser <tobias@cilium.io>
[ upstream commit cb9bcd8 ]

In production clusters with several secrets, these messages may flood
the operator logs since they are also logged in case of no changes
(action=ignored). Example from a recent sysdump:

    $ grep "Reconciling secret" logs-cilium-operator-<redacted>-cilium-operator-20250626-083319.log | wc -l
    36789
    $ grep "Successfully reconciled Secret.*action=ignored" logs-cilium-operator-<redacted>-cilium-operator-20250626-083319.log | wc -l
36789

Decrease the log level to debug so the messages still appear in CI and
during development, but their value in production clusters is limited.

Signed-off-by: Tobias Klauser <tobias@cilium.io>
@tklauser tklauser added kind/backports This PR provides functionality previously merged into master. backport/1.17 This PR represents a backport for Cilium 1.17.x of a PR that was merged to main. labels Jul 1, 2025
@tklauser tklauser requested a review from aanm July 1, 2025 08:33
@tklauser tklauser marked this pull request as ready for review July 1, 2025 08:34
@tklauser tklauser requested a review from a team as a code owner July 1, 2025 08:34
@tklauser
Copy link
Member Author

tklauser commented Jul 1, 2025

/test

@tklauser tklauser enabled auto-merge July 1, 2025 08:35
[ upstream commit 7fbf7c6 ]

Racing condition when IP reassigned back to ENI,
during IPAM release process.

Signed-off-by: Victor Chen <victor.chenq@gmail.com>
Signed-off-by: Tobias Klauser <tobias@cilium.io>
@tklauser tklauser force-pushed the pr/v1.17-backport-2025-07-01-10-32 branch from d06b8ec to eccb15e Compare July 1, 2025 08:45
@tklauser
Copy link
Member Author

tklauser commented Jul 1, 2025

/test

@tklauser tklauser added this pull request to the merge queue Jul 1, 2025
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Jul 1, 2025
Merged via the queue into v1.17 with commit cabd410 Jul 1, 2025
352 of 363 checks passed
@tklauser tklauser deleted the pr/v1.17-backport-2025-07-01-10-32 branch July 1, 2025 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/1.17 This PR represents a backport for Cilium 1.17.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master. ready-to-merge This PR has passed all tests and received consensus from code owners to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants