-
Notifications
You must be signed in to change notification settings - Fork 3.4k
labelsfilter: Add serviceaccount label in the default labels #38017
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
labelsfilter: Add serviceaccount label in the default labels #38017
Conversation
8eb10b5
to
ec45a35
Compare
/test |
929e75e
to
8b4445d
Compare
/test |
/ci-runtime |
/ci-eks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docs look good
From CFP
Could you elaborate on why the cilium connectivity test fails without |
Because we have the test case for it. For example: cilium/cilium-cli/connectivity/builder/manifests/client-egress-to-echo-service-account.yaml Line 17 in dd2295f
As I mentioned before, this label was added by us without user configuring it. I think we should include as the default label. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for clarifying it! LGTM
8b4445d
to
88f51dc
Compare
/test |
d6a92fa
to
4243e68
Compare
/test |
4243e68
to
7c8e42b
Compare
/test |
@liyihuang could you file an issue for the failing test? At a glance of the latest |
The issue is known and resolved by the #38566 |
7c8e42b
to
087dc98
Compare
/test |
087dc98
to
eec2d86
Compare
/test |
- Add serviceaccount label in the default labels list - Update the unit test - Update the doc Signed-off-by: Liyi Huang <liyi.huang@isovalent.com>
d2840ec
to
fb3cbb6
Compare
/test |
FQDN failures should be fixed by #38754 . |
Fixes: #36923