-
Notifications
You must be signed in to change notification settings - Fork 96
Add PILOT_ENABLED_SERVICE_APIS to manifest #620
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #620 +/- ##
=======================================
Coverage 78.80% 78.80%
=======================================
Files 18 18
Lines 1109 1109
=======================================
Hits 874 874
Misses 148 148
Partials 87 87 Continue to review full report at Codecov.
|
Looks like codegen is failing, otherwise lgtm |
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.
/lgtm
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: arturenault 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 |
New changes are detected. LGTM label has been removed. |
@@ -24,6 +24,8 @@ spec: | |||
autoscaleMax: 10 | |||
cpu: | |||
targetAverageUtilization: 60 | |||
env: | |||
PILOT_ENABLED_SERVICE_APIS: true |
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.
this is default in latest istio fwiw
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.
Oh, thank you! Istio v1.10+ enabled it by default.Then, we should update to 1.10 by #631 first then add this option in 1.9 only.
/hold |
Closing as 1.10 enabled the option by default and istio-latest uses 1.10.1 now. |
@nak3: PR needs rebase. 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. |
Istio needs this option to support Gateway API (Ingress v2).
If istio manifest could enable the option by default, serving repo
will add Gateway API support with the manifest in net-istio wihtout
change.
/cc @arturenault @dprotaso @markusthoemmes