I was excited to see that designating an ingress resource as the default server is now supported. This is introduced in #9728
We currently have the use case where the client does not send SNI so we had to implements some hacks for this in the past. Our implementation broke with the introduction of the real support for an empty host.
We are using the VirtualServer and VirtualServerRoute CRD's. Unfortunately those resources are not updated so the host field is still required.
Are there currently plans to also update those resources so the same feature can be used with VirtualServer resources?
Secondly, is the intention to keep the custom resources as feature complete as the default Ingress resources?
Thank you for you time!
I was excited to see that designating an ingress resource as the default server is now supported. This is introduced in #9728
We currently have the use case where the client does not send SNI so we had to implements some hacks for this in the past. Our implementation broke with the introduction of the real support for an empty host.
We are using the VirtualServer and VirtualServerRoute CRD's. Unfortunately those resources are not updated so the host field is still required.
Are there currently plans to also update those resources so the same feature can be used with VirtualServer resources?
Secondly, is the intention to keep the custom resources as feature complete as the default Ingress resources?
Thank you for you time!