Hoang Minh Tu
Hoang Minh Tu
My understanding is we'd need to tweak https://github.com/contentful-labs/coredns-nodecache/blob/c637fac227a9476cd0a3f741f8ab6e5c5473d633/Makefile#L2 to use the new `buildx`. Example: https://github.com/kubernetes/node-problem-detector/blob/9b2d0be9504e7b7c95f053af51bcad520a5b46de/Makefile#L272 (PR: https://github.com/kubernetes/node-problem-detector/pull/684/files).
You have existing K8s resources of the same name on your cluster. Have you tried annotating and labeling them accordingly as per https://stackoverflow.com/questions/62964532/helm-not-creating-the-resources?
I think this is already implemented in the most recent version of this tool? Today I tried it out and it stopped asking me for Okta OTP in my multiple,...
Would it possibly be [this fix](https://github.com/istio/istio/blob/61611e7fcc942bcec240147288b26be8020f7666/pilot/pkg/model/push_context.go#L1436-L1441) on `master/main`? This isn't present on `1.24.6`. Would a backport be beneficial/recommended here? I've not seen this issue over the weekend so it's quite...
Steps to reproduce this issue: - prerequisites: a setup that uses Gateway, HTTPRoute, VirtualService, DestinationRule - Gateway references a TLS secret in a different namespace, and be allowlisted from a...