James Peach
James Peach
Test configuration deployment: https://github.com/jpeach/kustomize/tree/master/knative/configurations/contour
> Ok, well once you have a PoC that can run the update test cleanly it'd be a useful tool to ensure that some of the other redness we are...
xref #2088 Moving to kustomize will help, since that can split the certgen deployment into an optional base. Rewriting command flags in kustomize feels fragile to me, but as you...
> I did changes in deployment manifest by editing the final rendered version of the example manifest [contour.yaml](https://github.com/projectcontour/contour/blob/6eca7b4ccd542e09d1034cc23be49297c15a2d39/examples/render/contour.yaml) on-the-fly with a kustomize patch. I did not create PR yet since...
I think the main blocker is the generated Envoy protobufs, https://github.com/envoyproxy/go-control-plane/issues/524.
I haven't tested this with gcc, so it's possible that I've missed some compatibility implications, but it seems to me that it should always be safe to forward preprocessor definitions...
> I haven't tested this with gcc, so it's possible that I've missed some compatibility implications, but it seems to me that it should always be safe to forward preprocessor...
> Hm, this is breaking remote preprocessing because including all the arguments when detecting dependencies is problematic. e.g. it's very important that we strip any existing `-M*` arguments when we...