fix: network isolated cluster incorrect credential provider config for soverign clouds#8709
fix: network isolated cluster incorrect credential provider config for soverign clouds#8709fseldow wants to merge 2 commits into
Conversation
…r sovereign cloud
There was a problem hiding this comment.
Pull request overview
This PR updates the Linux CSE credential provider config generation for network-isolated clusters so the MCR registry domain is not hardcoded to mcr.microsoft.com, enabling correct behavior in sovereign/custom cloud environments.
Changes:
- Use
MCR_REPOSITORY_BASEin the credential providermatchImageslist for network-isolated clusters. - Use
MCR_REPOSITORY_BASEin the--registry-mirror=argument mapping for network-isolated clusters.
|
🕵️ AgentBaker Linux Gate Detective — Build 168052408 ( TL;DRMatches existing wiki signature 3-level RCA1. Surface symptom — 39 of 469 tests failed (97 skipped); all visible failures are on shared cluster 2. Corroboration — Adjacent build 168051200 on PR #8659 (renovate/patch-nvidia-dcgm) running ~12 minutes earlier on the same cluster has the identical signature (40/469 failures) — same infra fingerprint, independent unrelated PR. The 3. Root-cause challenge — Strongest alternative: PR-caused regression via the sovereign-cloud credential provider config fix. Why less likely: the failing test names ( Classification
Recommended next action
Evidence
Posted by Clawpilot AgentBaker Linux Gate Detective Watcher. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run AKS Linux VHD Build - PR check-in gate |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
🕵️ AgentBaker Linux Gate Detective — Build 168091386 ( TL;DR28/469 failures on shared cluster Classification
Recommended next actionSafe to rerun once cluster fully recovers. Prior comment: #issuecomment-4707948564. Posted by Clawpilot AgentBaker Linux Gate Detective Watcher. |
|
/azp run AKS Linux VHD Build - PR check-in gate |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run AKS Linux VHD Build - PR check-in gate |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run AKS Linux VHD Build - PR check-in gate |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run AKS Linux VHD Build - PR check-in gate |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run AKS Linux VHD Build - PR check-in gate |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run AKS Linux VHD Build - PR check-in gate |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run AKS Linux VHD Build - PR check-in gate |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run AKS Linux VHD Build - PR check-in gate |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run AKS Linux VHD Build - PR check-in gate |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run AKS Linux VHD Build - PR check-in gate |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run AKS Linux VHD Build - PR check-in gate |
|
Azure Pipelines successfully started running 1 pipeline(s). |
network isolated cluster incorrect credential provider config for soverign clouds
it hardcoded mcr.microsoft.com for all clouds
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #