Skip to content

chore(deps): update oss/v2/kubernetes/apiserver-network-proxy/agent docker tag to v0.32.1-7#7906

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/oss-v2-kubernetes-apiserver-network-proxy-agent-0.32.x
Open

chore(deps): update oss/v2/kubernetes/apiserver-network-proxy/agent docker tag to v0.32.1-7#7906
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/oss-v2-kubernetes-apiserver-network-proxy-agent-0.32.x

Conversation

@renovate

@renovate renovate Bot commented Feb 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
oss/v2/kubernetes/apiserver-network-proxy/agent patch v0.32.1-2v0.32.1-7

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the renovate This pull request was created by renovate label Feb 18, 2026
@github-actions github-actions Bot added the components This pull request updates cached components on Linux or Windows VHDs label Feb 18, 2026
@renovate renovate Bot force-pushed the renovate/oss-v2-kubernetes-apiserver-network-proxy-agent-0.32.x branch from c891aab to 152671d Compare February 19, 2026 03:32
@renovate renovate Bot force-pushed the renovate/oss-v2-kubernetes-apiserver-network-proxy-agent-0.32.x branch from 152671d to 2f5a97f Compare March 17, 2026 19:06
@renovate renovate Bot changed the title chore(deps): update oss/v2/kubernetes/apiserver-network-proxy/agent docker tag to v0.32.1-3 chore(deps): update oss/v2/kubernetes/apiserver-network-proxy/agent docker tag to v0.32.1-4 Apr 9, 2026
@renovate renovate Bot force-pushed the renovate/oss-v2-kubernetes-apiserver-network-proxy-agent-0.32.x branch from 2f5a97f to a522ca0 Compare April 9, 2026 17:46
@renovate renovate Bot changed the title chore(deps): update oss/v2/kubernetes/apiserver-network-proxy/agent docker tag to v0.32.1-4 chore(deps): update oss/v2/kubernetes/apiserver-network-proxy/agent docker tag to v0.32.1-5 Apr 20, 2026
@renovate renovate Bot force-pushed the renovate/oss-v2-kubernetes-apiserver-network-proxy-agent-0.32.x branch from a522ca0 to 61922c3 Compare April 20, 2026 22:24
Copilot AI review requested due to automatic review settings May 14, 2026 17:02
@renovate renovate Bot force-pushed the renovate/oss-v2-kubernetes-apiserver-network-proxy-agent-0.32.x branch from 61922c3 to d9537cb Compare May 14, 2026 17:02

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@renovate renovate Bot changed the title chore(deps): update oss/v2/kubernetes/apiserver-network-proxy/agent docker tag to v0.32.1-5 chore(deps): update oss/v2/kubernetes/apiserver-network-proxy/agent docker tag to v0.32.1-6 Jun 3, 2026
@renovate renovate Bot force-pushed the renovate/oss-v2-kubernetes-apiserver-network-proxy-agent-0.32.x branch from d9537cb to 732f9e7 Compare June 3, 2026 10:04
@renovate renovate Bot changed the title chore(deps): update oss/v2/kubernetes/apiserver-network-proxy/agent docker tag to v0.32.1-6 chore(deps): update oss/v2/kubernetes/apiserver-network-proxy/agent docker tag to v0.32.1-7 Jun 12, 2026
Copilot AI review requested due to automatic review settings June 12, 2026 18:54
@renovate renovate Bot force-pushed the renovate/oss-v2-kubernetes-apiserver-network-proxy-agent-0.32.x branch from 732f9e7 to 00d1e47 Compare June 12, 2026 18:54

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@aks-node-assistant

Copy link
Copy Markdown
Contributor

🕵️ AgentBaker Linux Gate DetectiveBuild 167836139 (Run AgentBaker E2E) FAILED — known shared-cluster infra outage, not caused by this PR.

TL;DR

Matches existing wiki signature kubenet-v5-node-not-ready-scriptless on shared westus3 cluster abe2e-kubenet-v5-150ee. Repair item #38403603 already tracking this fleet/apiserver issue. This PR is a Renovate Docker tag bump for oss/v2/kubernetes/apiserver-network-proxy/agentv0.32.1-7, which does not touch kubelet, CSE, NBC, or any node provisioning path.

3-level RCA

1. Surface symptom — Every failed scenario terminates at:
kube.go:195 🔴 FAIL: "<vmss>" haven't appeared in k8s API server: context deadline exceeded after ~738s, on cluster abe2e-kubenet-v5-150ee (rg abe2e-westus3).

2. Corroboration — Same back-to-back run on main (build 167835297, no PR) reproduces the identical signature on the same shared cluster, with the same abe2e-kubenet-v5-150ee target — independent corroboration that this is shared-cluster apiserver throttling, not anything specific to PR #7906's commit 00d1e47d. Pattern reproduced on 7 unrelated PRs in the last 24h (#8104, #8294, #8509, #8659, #8667, #8694, #8698) plus consecutive TME pipeline (def 451455) builds on a different westus cluster (abe2e-kubenet-v5-e7055).

3. Root-cause challenge — Strongest alternative: PR-caused regression via the new apiserver-network-proxy/agent image. Why less likely: the proxy-agent is a control-plane-side image (HCP), not consumed by the VHD or node CSE; bumping its docker tag in parts/common/components.json cannot affect kubelet's ability to register on the data-plane VMSS. Failure point is pre-kubelet-registration, before any apiserver-network-proxy interaction would matter. Symptom is identical to the main-branch run at the same time on the same cluster — strong infra signal.

Classification

  • Test infrastructure / shared-cluster fleet stress (not PR-caused)
  • Wiki signature: kubenet-v5-node-not-ready-scriptless (Count → 14 distinct builds incl. this one and the parallel main run)
  • Confidence: High that this is the known infra outage; High that the PR is unrelated.

Recommended next action

  • For this PR: safe to rebase/rerun once shared clusters recover; no code change required.
  • Owner of the underlying issue: AgentBaker E2E test-infra (repair item #38403603).

Evidence

Posted by Clawpilot AgentBaker Linux Gate Detective Watcher.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

components This pull request updates cached components on Linux or Windows VHDs renovate This pull request was created by renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant