Skip to content

Set sidecar.istio.io/inject as label instead of annotation#2142

Open
folliehiyuki wants to merge 1 commit intoknative:mainfrom
folliehiyuki:istio-label
Open

Set sidecar.istio.io/inject as label instead of annotation#2142
folliehiyuki wants to merge 1 commit intoknative:mainfrom
folliehiyuki:istio-label

Conversation

@folliehiyuki
Copy link

Description

It seems the fix was made for the other Knative-related repos, but not this one.

Changes

  • Set sidecar.istio.io/inject=true as Label instead of Annotation
  • Also fix TestDeleteProfileFlag test case since it should reference the test profile defined within the function instead of the annotation from Istio profile

Reference

Fixes #1969

https://istio.io/latest/docs/reference/config/annotations/#SidecarInject

@knative-prow knative-prow bot requested review from dprotaso and dsimansk March 1, 2026 09:53
@linux-foundation-easycla
Copy link

CLA Not Signed

@knative-prow
Copy link

knative-prow bot commented Mar 1, 2026

Welcome @folliehiyuki! It looks like this is your first PR to knative/client 🎉

@knative-prow
Copy link

knative-prow bot commented Mar 1, 2026

Hi @folliehiyuki. Thanks for your PR.

I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@knative-prow knative-prow bot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Mar 1, 2026
@dprotaso
Copy link
Member

dprotaso commented Mar 6, 2026

/lgtm
/approve

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Mar 6, 2026
@knative-prow
Copy link

knative-prow bot commented Mar 6, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dprotaso, folliehiyuki

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 6, 2026
@knative-prow
Copy link

knative-prow bot commented Mar 6, 2026

@folliehiyuki: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
build-tests_client_main 2e97f64 link true /test build-tests

Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@dprotaso
Copy link
Member

dprotaso commented Mar 6, 2026

You'll have to sign the CLA and fix the build issues the PR introduces

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate from istio inject annotation to label

2 participants