Skip to content
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

Docs explaining the new ingress-to-route controller #8596

Closed
wants to merge 1 commit into from

Conversation

JacobTanenbaum
Copy link

@JacobTanenbaum JacobTanenbaum commented Apr 4, 2018

Docs associated with Claytons addition of a route-to-ingress controller
PR18658

@openshift-ci-robot openshift-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Apr 4, 2018
@JacobTanenbaum
Copy link
Author

@knobunc PTAL

@knobunc
Copy link
Contributor

knobunc commented Apr 4, 2018

This is for openshift/origin#18658

Copy link
Contributor

@knobunc knobunc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should mention how this works with claiming rules, and how secrets are handled.

Also we should talk about when the objects are deleted.

== Support for Kubernetes Ingress objects in Openshift

In an effort to support the Kubernetes method of managing external access to services
in a cluster an ingress to route controller has been created. This controller watches
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use Ingress and Route consistently (or ingress and route)

@@ -833,3 +833,53 @@ $ oc expose service/<name> --hostname="m.api.openshift.org"
$ oc expose service/<name> --hostname="kates.net"
$ oc expose service/<name> --hostname="api.kates.net"
----


== Support for Kubernetes Ingress objects in Openshift
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"OpenShift"

kind: Route
apiVersion: route.openshift.io/v1
metadata:
name: test-a34th
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a callout to say that the name is automatically generated, with the ingress's name as a prefix.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added in the description

spec:
rules:
- host: test.com
http:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is extra spaces before http:

@bfallonf
Copy link

bfallonf commented Apr 9, 2018

Verified with @JacobTanenbaum that this was technically ok. I made a new PR for this:

#8638

@zhaozhanqi this included validating the YAML. Please let me know if there's anything more needed.

@bfallonf bfallonf closed this Apr 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants