-
Notifications
You must be signed in to change notification settings - Fork 1.8k
More OCP 3.3 release note edits #2935
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
Conversation
_Understanding the New Model_ | ||
|
||
The new data structure defining the routing back ends consists of two structures | ||
representing services and routes and one top level structure that contains a map |
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.
s/top level/top-level
- `*ServiceUnit*` <- -> `*Service*` | ||
- `*ServiceAliasConfig*` <- -> `*Route*` | ||
|
||
The top level router template has two maps: |
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.
top-level
In {product-title} 3.3, a route can have many services and any service can be | ||
part of many routes. The `*ServiceAliasConfig(Route)*` holds a map of | ||
`*ServiceUnitNames(Service)*` with their corresponding weights. To get to the | ||
actual `service/ServiceUnit`, you must look up the top level map |
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.
top-level
@adellape just one repeating suggestion from me. Thanks! |
1d03aee
to
f4665d3
Compare
@rajatchopra This adds in the content mentioned in #2774 (comment). |
f4665d3
to
8a5caed
Compare
http://file.rdu.redhat.com/~adellape/092616/relnoteedits2/release_notes/ocp_3_3_release_notes.html
Adds: