Peter L Nordquist
Peter L Nordquist
I just ran into this issue on my own project, I believe the lines below seem to assume if you use the RequestBody annotation it should be handled the same...
I was checking this again with the 3.7.1 version of the driver and I don't see these log messages anymore.
This is probably the best place to make the change although there may be follow on changes required in the operator since the OpenTelemetry feature overrides the default entrypoint to...
I think this may cover the base use case in my testing of the new feature but in my specific case I have a public interface on a baremetal kubeadm...
Personally I would rather have the Gateway parameters overwrite configuration from the GatewayClass without any rules. From the perspective of the 3 tier Gateway API Security Model, Application Developers creating...
The Kueue https://github.com/kubernetes-sigs/kueue and JobSet https://github.com/kubernetes-sigs/jobset SIG project helm charts have been recently published to registry.k8s.io at registry.k8s.io/kueue/charts/kueue and registry.k8s.io/jobset/charts/jobset. Maybe the metrics-server chart could take advantage of that path...
Looks like Copilot committed some tarballs to a branch in this PR #836 and that has increased the repo size. I think the developer squash merged to master but the...
I think a maintainer on this repo will need to remove the `copilot/fix-436` branch as a good first step since it still contains the offending commit https://github.com/databus23/helm-diff/commit/9d813169. I don't know...
I've been evaluating upgrading my cluster to 3.15.0 and 3.15.1 and I have a couple questions on compatibility with older PVs. In 3.15.0, the cephfs csidriver was set to attachRequired=true...
I came to this issue to ask the same thing. It looks like it's tied to `java.dependency.enableDependencyCheckup` and the code is in this PR #901. They seem to tie both...