Making Ingress optional #80
Closed
prometherion
started this conversation in
KEP
Replies: 2 comments 2 replies
-
|
The only required field to enable the Ingress would be the |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
@prometherion it seems good to me, can we turn this into a feature request? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A Tenant Control Plane backed by an Ingress can be deployed with the following YAML definition:
Enabling an Ingress requires the toggle value
tcp.spec.ingress.enabled, and this leads to several issues, since the fieldhostnamecannot be marked as mandatory, given the fact theIngressSpecdoesn't allow anilvalue.As we implemented with addons, we should consider the
Ingresstoggable by defining struct values, rather than by toggle.Example of enabled Ingress
Example of disabled Ingress
Beta Was this translation helpful? Give feedback.
All reactions