Append --v2-config-only to all v2 grpc configs #138
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
Milestone
When Envoy finds something invalid in the contour.yaml bootstrap config it falls back to parsing it as json which leads to confusing and hard to debug errors #136.
We can use
--v2-config-only
to force envoy to treat the file as yaml, and make the error easier to understand.The text was updated successfully, but these errors were encountered: