[1.19 backport] [azure] Add support for ip-release - #662
Closed
jaredledvina wants to merge 11 commits into
Closed
Conversation
Signed-off-by: jaredledvina <jared.ledvina@datadoghq.com>
Signed-off-by: jaredledvina <jared.ledvina@datadoghq.com>
Signed-off-by: jaredledvina <jared.ledvina@datadoghq.com>
Signed-off-by: jaredledvina <jared.ledvina@datadoghq.com>
Signed-off-by: jaredledvina <jared.ledvina@datadoghq.com>
Signed-off-by: jaredledvina <jared.ledvina@datadoghq.com>
Signed-off-by: jaredledvina <jared.ledvina@datadoghq.com>
Signed-off-by: jaredledvina <jared.ledvina@datadoghq.com>
jaredledvina
commented
Apr 29, 2026
| flags.Bool(operatorOption.AzureReleaseExcessIPs, false, "Enable releasing excess free IP addresses from Azure NICs.") | ||
| option.BindEnvWithLegacyEnvFallback(vp, operatorOption.AzureReleaseExcessIPs, "AZURE_RELEASE_EXCESS_IPS") | ||
|
|
||
| flags.Int(operatorOption.ExcessIPReleaseDelay, 180, "Number of seconds operator would wait before it releases an IP previously marked as excess") |
Member
Author
There was a problem hiding this comment.
https://github.com/cilium/cilium/pull/43628/changes#diff-b5c15e840567e256571712710665c79af198b62a3a93b5f2f126aabf4fb24b73 changed the way we can share config for operators so this is custom for 1.19
EricMountain
approved these changes
Apr 30, 2026
Signed-off-by: jaredledvina <jared.ledvina@datadoghq.com>
…ease Signed-off-by: jaredledvina <jared.ledvina@datadoghq.com>
Adding the name and primary fields to AzureAddress changed the CiliumNode CRD schema, but the CRD schema version was not bumped. The operator only re-applies the embedded CRD when its version is newer than the version label on the cluster's CRD, so the new fields were never deployed and were silently pruned by the API server on every write. Signed-off-by: jaredledvina <jared.ledvina@datadoghq.com>
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.
No description provided.