-
Notifications
You must be signed in to change notification settings - Fork 94
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
Add ambient profile #1133
Add ambient profile #1133
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1133 +/- ##
=======================================
Coverage 81.29% 81.29%
=======================================
Files 18 18
Lines 1588 1588
=======================================
Hits 1291 1291
Misses 213 213
Partials 84 84 |
👍 Aside from the shellcheck errors, it looks good. |
Thank you! The sell check error is from the code which I haven't touched. It seems the error is surfaced due to the file change. |
No issues adding it from my end. |
gateways: | ||
istio-ingressgateway: | ||
autoscaleEnabled: false | ||
type: NodePort |
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.
MetalLB works so well with kind - I don't think we want to use NodePort anymore
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.
Yes, we don't want to use NodePort. But current default one (istio-kind-no-mesh.yaml
) also has the NodePort so if you are alright I will change it in another PR.
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.
Sure
Sure |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso, nak3 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test latest-mesh |
As per title, this patch adds ambient profile under
third_party
and github action.Fix #1103