You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
agent: plumb ANC hotfix version from toggle to cloud-init
Add server-side support for delivering aks-node-controller hotfix
version to nodes via cloud-init write_files:
- Add GetANCHotfixVersion() to Toggles interface + default impl
- Add ANCHotfixVersion field to NodeBootstrappingConfiguration
- Resolve toggle BEFORE template rendering in GetNodeBootstrapping
with semver validation and precedence guard
- Add GetANCHotfixVersion template function in baker.go
- Add conditional write_files entry in nodecustomdata.yml that writes
/opt/azure/containers/aks-node-controller-hotfix.json when set
- Add functional tests for hotfix version in customData
- Update test mock to satisfy new interface method
The hotfix JSON file is consumed by ANC selfUpdate() (PR #8257)
which reads it at startup to determine if a PMC package upgrade is
needed.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments