fix: add readiness probe to PNI checker and correct WaitForRunningPod…#1072
Merged
isaac-dasan merged 3 commits intofeature/swiftv2GA/swiftv2scalefrom Feb 20, 2026
Conversation
…s timeout - Add readiness probe to pni_readiness_checker pod so WaitForRunningPods waits until PNIs are actually Ready, not just until the pod is Running - Touch /tmp/ready sentinel file only after all PNIs reach Ready state - Change WaitForRunningPods timeout from 11m to 2m to match operationTimeout used by other steps in the loop
The PNI readiness checker pod was unable to list podnetworkinstances due to missing RBAC permissions on the reporter-sa-0 service account. The kubectl errors were silently suppressed by 2>/dev/null, causing the script to always report 'No PNIs found'. Add get/list verbs for podnetworkinstances in the multitenancy.acn.azure.com API group to the reporter Role.
d0bbd2c
into
feature/swiftv2GA/swiftv2scale
1 of 3 checks passed
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.
…s timeout