Ardika

Results 19 comments of Ardika

> what will happen it will enable this by default? @zirain I have no idea yet the implication if we enable it by default. One thing for sure, user able...

@zirain when users intend to manage their own `x-request-id` from the front (either apps or edge LB). Envoy's current behavior of always overwriting it can be problematic, especially when users...

@zirain i assume you were accessing directly to the envoy proxy, but that's not exactly how it looks, suppose you add an edge LB and then an arbitrary number of...

> I'm thinking about should EG make it default true? I voted yes, although I have no idea yet about the implication if it is enabled by default.

@ryanlraines, ~~have you tried to add this annotation `nginx.ingress.kubernetes.io/use-regex: "true"`?~~ NVM, just realized using rewrite-target, automatically enabled regex. I believe there's something unusual in your screenshot. It indicates that the...

Hi @camilamacedo86 , seems I missed the notification, sorry for the late response. It seems there is no error returned when `hack/boilerplate.go.txt` file is missing because it will be overridden...

Hi @camilamacedo86 , i have submitted a [PR](https://github.com/kubernetes-sigs/kubebuilder/pull/3716) for this request, but instead of storing to the `PROJECT` file, it seems to me that would be better to loosen that...

I see, in other words, we need to introduce a new field in the PROJECT file, yes? And, it seems to me that this would also make sense if we...

hi @natasha41575, I have just submitted a [PR](https://github.com/kubernetes-sigs/kustomize/pull/5293) to fix #4999 as well this issue, Could you take a look at it? Thank you!