-
Notifications
You must be signed in to change notification settings - Fork 335
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
chore(kuma-dp): remove envoy admin port flag #4574
chore(kuma-dp): remove envoy admin port flag #4574
Conversation
7d8e691
to
758fa05
Compare
Codecov Report
@@ Coverage Diff @@
## master #4574 +/- ##
==========================================
- Coverage 47.05% 47.02% -0.04%
==========================================
Files 677 675 -2
Lines 45176 45137 -39
==========================================
- Hits 21258 21225 -33
Misses 22049 22049
+ Partials 1869 1863 -6
Continue to review full report at Codecov.
|
Hey, there seems to be a problem with a unit test. |
@jakubdyszkiewicz taking a look... |
0c0623e
to
bea2212
Compare
bea2212
to
471099d
Compare
Also, please take a look at https://github.com/kumahq/kuma/blob/master/pkg/xds/bootstrap/generator.go#L111-L118. And I believe we can delete |
471099d
to
b59a777
Compare
addressed 👍🏻 thank's for pointing out |
b59a777
to
642e3c2
Compare
@lobkovilya is it good to merge? |
e41c635
to
30f3782
Compare
What about https://github.com/kumahq/kuma/blob/master/pkg/xds/bootstrap/types/bootstrap_request.go#L7? I think we don't need it |
30f3782
to
a43b1eb
Compare
removed |
Fixes kumahq#4002 Signed-off-by: Tharun Rajendran <rajendrantharun@live.com>
a43b1eb
to
196fcad
Compare
@Mergifyio update |
✅ Branch has been successfully updated |
Summary
remove deprecated
admin-port
command-line argument fromkuma-dp
Full changelog
Issues resolved
Fix #4002
Documentation
Testing
Backwards compatibility
UPGRADE.md
with any steps users will need to take when upgrading.backport-to-stable
label if the code follows our backporting policy