contour icon indicating copy to clipboard operation
contour copied to clipboard

cmd/contour: Flag to enable routing config objects

Open stevesloka opened this issue 6 years ago • 2 comments

Describe the solution you'd like Contour now has the ability to process Ingress, IngressRoute and now HTTPProxy.

We should have a flag which enables types that a user would want Contour to process. If users create a mix of two or more types at the same time, unexpected results could arise.

stevesloka avatar Sep 05 '19 21:09 stevesloka

You can approximate this with the ingress.class annotation to force Contour to ignore certain objects, but that's hacky and burdensome for operators.

jpeach avatar Feb 10 '20 00:02 jpeach

Duplicate of #1241

jpeach avatar Feb 11 '20 05:02 jpeach