kubernetes: replace the deprecated AppArmor annotation - #4083
Merged
AkihiroSuda merged 1 commit intoSep 16, 2026
Merged
Conversation
Use the container AppArmor profile for rootless builders and remove conflicting legacy annotations. Document the Kubernetes version requirement and cover both workload types. Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
crazy-max
requested review from
AkihiroSuda
and
a lite review from Copilot
and removed request for
Copilot
September 16, 2026 14:24
crazy-max
marked this pull request as ready for review
September 16, 2026 14:32
AkihiroSuda
approved these changes
Sep 16, 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.
fixes #3211
Use
securityContext.appArmorProfilefor rootless Kubernetes builders to avoid the deprecated AppArmor annotation warning while preserving the existing unconfined behavior. Remove any conflicting legacy annotation supplied through driver options, matching the previous behavior of overriding it.Rootless mode now requires Kubernetes v1.30 or later with AppArmor field support, which is stable in v1.31. Existing builders must be recreated to adopt the change.