fix: prewarm containerd in boothook#8604
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR moves Linux node bootstrap prewarming earlier into boothook, adjusts snapshot/log collector service startup behavior, and updates an E2E Azure CNI overlay scenario to pass overlay-specific bootstrap labels.
Changes:
- Adds boothook prewarming for containerd metadata/snapshots and loads the overlay kernel module.
- Moves snapshot-update startup later in provisioning and makes it non-blocking.
- Updates E2E cluster metadata to expose VNet resource GUID for Azure CNI overlay bootstrap labels.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
pkg/agent/baker.go |
Adds early boothook prewarming and overlay module loading. |
parts/linux/cloud-init/artifacts/disk_queue.service |
Adds a startup sleep before disk queue tuning. |
parts/linux/cloud-init/artifacts/cse_main.sh |
Removes containerd prewarm from basePrep and starts snapshot update after kubelet/log collector setup. |
parts/linux/cloud-init/artifacts/cse_config.sh |
Changes snapshot-update timer startup to non-blocking. |
parts/linux/cloud-init/artifacts/aks-log-collector.service |
Adds an install target for the service unit. |
e2e/scenario_test.go |
Updates the Ubuntu 22.04 Azure CNI scenario to use overlay bootstrap labels. |
e2e/cluster.go |
Adds VNet resource GUID discovery to cluster preparation. |
Devinwong
reviewed
May 28, 2026
c122643 to
d726f03
Compare
lilypan26
reviewed
May 29, 2026
lilypan26
reviewed
May 29, 2026
d726f03 to
61f0065
Compare
61f0065 to
123543d
Compare
Devinwong
approved these changes
May 29, 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.
Uh oh!
There was an error while loading. Please reload this page.