-
Notifications
You must be signed in to change notification settings - Fork 1.8k
added ingress support section #8638
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
/lgtm |
Neato. Thanks @JacobTanenbaum @openshift/team-documentation PTAL |
architecture/networking/routes.adoc
Outdated
|
||
For example, an ingress object configured as: | ||
|
||
---- |
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.
maybe add [source, yaml]
tags before code blocs (2 instances)
architecture/networking/routes.adoc
Outdated
servicePort: 80 | ||
---- | ||
|
||
would generate the following route object: |
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/would generate/generates
architecture/networking/routes.adoc
Outdated
|
||
[NOTE] | ||
==== | ||
In order for a route to be created, an ingress object needs to have a host, |
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/In order for/For
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.
maybe? s/needs to have/must have
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.
few nits, rest looks good. 👍
New changes are detected. LGTM label has been removed. |
Thanks @gaurav-nelson . I made changes as per your suggestions. |
/cherrypick enterprise-3.10 |
@bfallonf: #8638 failed to apply on top of branch "enterprise-3.10":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@bfallonf - was this QEed? |
@vikram-redhat yes, in the PR this was based on. |
Removing dedicated and online labels as it doesn't apply to them. |
For: #8596
cc: @JacobTanenbaum @zhaozhanqi