Added support for istioctl kube-inject into a Pod#6903
Added support for istioctl kube-inject into a Pod#6903rshriram merged 4 commits intoistio:release-1.0from ymesika:podInjection
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ymesika Assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## release-1.0 #6903 +/- ##
============================================
+ Coverage 71% 71% +1%
============================================
Files 370 370
Lines 31850 31931 +81
============================================
+ Hits 22428 22559 +131
+ Misses 8513 8465 -48
+ Partials 909 907 -2
Continue to review full report at Codecov.
|
Currently
istioctl kube-injectwon't inject the sidecar into a Pod object.However, when enabling the sidecar injector webhook and deploying a Pod object the webhook will inject the sidecar. This PR matches the behaviour.
Fixes #6731
Replaces #6784