Pierangelo Di Pilato

Results 445 comments of Pierangelo Di Pilato
trafficstars

/hold I want to merge https://github.com/knative/docs/pull/5967 first

For reference, Buildpacks added support for this in https://github.com/paketo-buildpacks/go-mod-vendor/issues/140

@yijie-04 @Cali0707 the issue is how we're creating the rest.Config here ``` cfg := &rest.Config{} ctx = injection.WithConfig(ctx, cfg) ``` This is basically using the default rest config and it...