KT
KT
/retest
> @ktalg: The following test **failed**, say `/retest` to rerun all failed tests or `/retest-required` to rerun all mandatory failed tests: > Test name Commit Details Required Rerun command >...
> @Porges I am trying to add https://github.com/solo-io/solo-apis/blob/6c6820ee9fd480a5092f76a02c29efc3aa34f858/pkg/api/gloo.solo.io/v1/options.pb.go#L459 > > ```go > type MyCRD struct { > Options *v1.VirtualHostOptions `json:"options,omitempty"` > } > ``` > > This results in: >...
/remove-lifecycle stale
> Are you sure, with consistent hash, the retry predicate picks another host that does hash based on the hashing config? If yes, it seems like a bug in Envoy...
@ramaraochavali Thank you very much for your MR, but before merging, is there any way to solve the "array merge" problem in encoyFilter?
https://github.com/istio/istio/blob/9ba90941455f0e1a4b9e0fd64d3a517252e0370a/pilot/pkg/networking/core/v1alpha3/envoyfilter/cluster_patch.go#L46-L51 It seems impossible to use operations other than MERGE on Cluster? What is the intent of this design? @ramaraochavali