-
Notifications
You must be signed in to change notification settings - Fork 153
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
deploy pixiu as dubbo service egress gateway in k8s istio #446
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## develop #446 +/- ##
===========================================
- Coverage 54.92% 54.69% -0.24%
===========================================
Files 662 663 +1
Lines 77433 77702 +269
===========================================
- Hits 42530 42498 -32
- Misses 31278 31579 +301
Partials 3625 3625
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
ma642
changed the title
WIP: deploy pixiu as dubbo service egress gateway in k8s istio
deploy pixiu as dubbo service egress gateway in k8s istio
Aug 21, 2022
baerwang
reviewed
Aug 23, 2022
mark4z
reviewed
Aug 24, 2022
mark4z
reviewed
Aug 24, 2022
AlexStocks
approved these changes
Sep 3, 2022
pls fix the file confliction.thx. |
is the Sidecar start need special handling? the relevant code : sidecar.go |
mark4z
approved these changes
Sep 16, 2022
PhilYue
approved these changes
Sep 17, 2022
AlexStocks
added a commit
to apache/dubbo-go-pixiu-samples
that referenced
this pull request
Oct 20, 2022
The sample for PR apache/dubbo-go-pixiu#446 (deploy pixiu as dubbo service egress gateway in k8s istio)
bobtthp
pushed a commit
to bobtthp/dubbo-go-pixiu
that referenced
this pull request
Dec 12, 2022
* tmp use aagreate xds * add istio support * use pixiu-api * runable xds istio * fix xds issue * use google protobuf package * format imports * add logger for unsupport discover type * get ip from env * move to pixiu/pkg * rename istio * fix issue readDubboServiceFromListener * fix ci issue * fix ci issue Co-authored-by: mazhihui <mazhihui@unipus.cn> Co-authored-by: mazhihui <mazhihui@baimaohui.net>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: