Skip to content
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

drop special logic when handling kubelet probe header for istio mTLS #2997

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

izabelacg
Copy link
Member

Changes

  • Deprecates k-kubelet-probe header

Part of knative/serving#14981

@knative-prow knative-prow bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Mar 25, 2024
@knative-prow knative-prow bot requested review from ReToCode and skonto March 25, 2024 21:52
Copy link

codecov bot commented Mar 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.70%. Comparing base (fd7cc21) to head (5844df8).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2997      +/-   ##
==========================================
- Coverage   78.70%   78.70%   -0.01%     
==========================================
  Files         188      188              
  Lines       11051    11050       -1     
==========================================
- Hits         8698     8697       -1     
  Misses       2090     2090              
  Partials      263      263              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@izabelacg izabelacg changed the title [WIP] drop special logic when handling kubelet probe header for istio mTLS drop special logic when handling kubelet probe header for istio mTLS Mar 25, 2024
@knative-prow knative-prow bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 25, 2024
Copy link

knative-prow bot commented Mar 25, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: izabelacg
Once this PR has been reviewed and has the lgtm label, please ask for approval from dprotaso. For more information see the Kubernetes Code Review Process.

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

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 size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Mar 25, 2024
@dprotaso
Copy link
Member

dprotaso commented Mar 26, 2024

This is a breaking change and not something we want.

The serving issue is about removing the bit of code where we set the header on the deployment readiness/liveness etc.

The kubelet that does the proxying still adds this user agent so we still need to handle them accordingly.

@dprotaso
Copy link
Member

dprotaso commented Mar 26, 2024

Circling back - I misread the PR (early morning reviews are bad for me)

The changes in the PR are good but I think we should merge them after the deployment changes have been around for a release. So this should land for 1.15

See details here: knative/networking#950 (comment)

/hold

@dprotaso dprotaso reopened this Mar 26, 2024
@knative-prow knative-prow bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Mar 26, 2024
@dprotaso dprotaso added this to the v1.15.0 milestone Mar 26, 2024
Copy link

knative-prow bot commented Mar 26, 2024

@izabelacg: 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
unit-tests_pkg_main 5844df8 link true /test unit-tests

Your PR dashboard.

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/test-infra repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

None yet

2 participants