-
Notifications
You must be signed in to change notification settings - Fork 932
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
As a **app developer**, I can **view route destination protocols** when **listing routes on the v8 CLI** #2187
Comments
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/179168197 The labels on this github issue will be updated when the story is started. |
There is an issue with the proposed design:
The For example, if the route
In general, we don't display destination (route mapping) level data in the Similarly, it doesn't look like there is an easy place to put destination protocol from the app side either:
It doesn't seem like there is a good place to display this information without dramatically re-structuring how we present routing information on the CLI. We could not display it on the CLI (similar to destination ports, weights, etc), but it seems odd to have a writable attribute (from #2188) that cannot be viewed. We could also not add this to the CLI for now and instead rely on application manifests as the only way to configure destination protocols.
|
Some other design options:
This should work well for single-destination routes, but means users can't link which protocol applies to which app.
For now, we are likely only going to implement #2188 for 8.0.0. This work could be a good candidate for 8.1.0. |
Finished in #2205 |
Copy-pasted from: https://www.pivotaltracker.com/story/show/178978532
Given I am using the v8 CLI
AND I have some routes in my targeted space
When I list routes using
cf routes
Then I see a new
app protocol
column with the appropriate destination protocolsConsider whether
app protocol
is the best name for this column.Handle TCP and internal routes
Root issue: cloudfoundry/routing-release#200
The text was updated successfully, but these errors were encountered: