feat(core): Improve policy matching for hostnames#2640
Merged
AryanBakliwal merged 1 commit intoJun 9, 2026
Conversation
fac942d to
c56862f
Compare
charankamal20
approved these changes
Jun 1, 2026
Aryan-sharma11
approved these changes
Jun 1, 2026
Member
|
LGTM. |
c56862f to
ce0a543
Compare
achrefbensaad
approved these changes
Jun 8, 2026
achrefbensaad
left a comment
Member
There was a problem hiding this comment.
LGTM, tested on multinode setup as well
Signed-off-by: Aryan Bakliwal <[email protected]>
ce0a543 to
70f3439
Compare
7 tasks
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.
Purpose of PR?:
kubearmor.io/hostnamereg=node-*matches for nodes with labelkubearmor.io/hostname=node-1andkubearmor.io/hostname=node-2. Similarly forkubernetes.io/hostnamereg=for k8s env.kubernetes.io/hostname=node-1,node-2matches nodes with labelkubernetes.io/hostname=node-1andkubernetes.io/hostname=node-2, andkubernetes.io/hostname= "*"matches for all nodes. Similarly,kubearmor.io/hostname=for unorchestrated env.Fixes #
Does this PR introduce a breaking change?
No
If the changes in this PR are manually verified, list down the scenarios covered:
Additional information for reviewer? :
Mention if this PR is part of any design or a continuation of previous PRs
Checklist:
<type>(<scope>): <subject>