Ruigao/fix 1.6 docker#181
Open
hippogr wants to merge 9 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR targets release 1.6 deployment reliability by aligning Cilium cluster-pool CIDR settings, hardening VMSS extension scripts against broken dpkg states, and ensuring required dependencies/paths are present in container images and exporters.
Changes:
- Adjust Cilium cluster-pool IPv4 CIDR and corresponding Envoy internal CIDR ranges.
- Add
dpkg --configure -ato AKS VM extension helper scripts to recover from interrupted dpkg states before running apt/dpkg operations. - Fix missing
openpaidbsdkcontents in the job-status-change-notification image build and add an additional DCGM Python bindings path for the NVIDIA exporter.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
src/job-exporter/src/Moneo/src/worker/exporters/nvidia_exporter.py |
Adds an additional DCGM Python bindings search path to support alternate install locations. |
src/alert-manager/build/job-status-change-notification.common.dockerfile |
Copies the full openpaidbsdk directory so the image includes the actual package content, not just metadata. |
contrib/aks/scripts/install-fuse.sh |
Runs dpkg --configure -a after waiting for dpkg locks to mitigate broken dpkg states during extension installs. |
contrib/aks/scripts/config-ipoib.sh |
Same dpkg recovery step added prior to apt operations in IPoIB configuration flow. |
contrib/aks/k8s-deploy/cilium.yaml |
Narrows the cluster-pool CIDR to /16 and updates Envoy internal CIDR prefix lengths accordingly. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
zhogu
approved these changes
May 28, 2026
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.
Fix several issues with release 1.6 including: