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
-
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 fieldhostname
cannot be marked as mandatory, given the fact theIngressSpec
doesn't allow anil
value.As we implemented with addons, we should consider the
Ingress
toggable 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