Skip to content

Clean up legacy Discovery v1 server#18474

Merged
istio-testing merged 2 commits intoistio:masterfrom
howardjohn:pilot/remove-discovery-v1
Nov 5, 2019
Merged

Clean up legacy Discovery v1 server#18474
istio-testing merged 2 commits intoistio:masterfrom
howardjohn:pilot/remove-discovery-v1

Conversation

@howardjohn
Copy link
Copy Markdown
Member

@howardjohn howardjohn commented Oct 30, 2019

Right now we have two discovery servers - v1 and v2. The v1 server
basically does nothing, except expose a single unused debugging
endpoint.

This PR kills the v1 discovery server, and moves the only part that is
used (setting up the profile endpoints) to its appropriate location in
InitDebug.

Right now we have two discovery servers - v1 and v2. The v1 server
basically does nothing, except expose a single unused debugging
endpoint.

This PR kills the v1 discovery server, and moves the only part that is
used (setting up the profile endpoints) to its appropriate location in
InitDebug.
@howardjohn howardjohn requested review from a team, geeknoid, linsun and rshriram as code owners October 30, 2019 16:48
@istio-testing istio-testing added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Oct 30, 2019
@googlebot googlebot added the cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. label Oct 30, 2019
@istio-testing istio-testing merged commit 70f8174 into istio:master Nov 5, 2019
sdake pushed a commit to sdake/istio that referenced this pull request Dec 1, 2019
* Clean up legacy Discovery v1 server

Right now we have two discovery servers - v1 and v2. The v1 server
basically does nothing, except expose a single unused debugging
endpoint.

This PR kills the v1 discovery server, and moves the only part that is
used (setting up the profile endpoints) to its appropriate location in
InitDebug.

* Fix integ tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants