Tanuj Dwivedi
Tanuj Dwivedi
Hey, I was looking at this project looks cool. Can I get an example of config.json for S3 as it will be very helpful. Thanks
Adds LoadBalancer service as part of the backend for K8GB. Relate Issue is: https://github.com/k8gb-io/k8gb/issues/147 HOW TO RUN CI --- By default, all the checks will be run automatically. Furthermore, when...
While using ValuesFrom from configmap and keeping `optional: true` as config, it is showing the following error: ``` missing key '' in ConfigMap '' ``` Is this expected behaviour, I...
Adding optional field at key level when fetching values from configmap and secret Signed-off-by: Tanuj Dwivedi
Closes https://github.com/k8sgpt-ai/k8sgpt-operator/issues/307 ## 📑 Description This PR adds proxyEndpoint to be configured from the operator. The feature was provided by https://github.com/k8sgpt-ai/k8sgpt/pull/987 in k8sgpt. ## ✅ Checks - [x] My pull...
*Description*: Implement locality based routing support by default in EG. Now that we we can have individual endpoints as backend to EG. Can we support region/zone/subzone based routing based on...
**What would you like to be added**: Add conformance test for scenario to use kind TCPRoute for Protocol TLS and mode Terminate. Precisely the following [case](https://gateway-api.sigs.k8s.io/guides/tls/#:~:text=TLSRoute-,TLS,TCPRoute,-HTTPS).
**Description** DNS records concurrently for faster propagation of DNS records to Azure DNS Zone. This call need not be a blocking call. Fixes https://github.com/kubernetes-sigs/external-dns/issues/4608 **Checklist** - [x] Unit tests updated...
**What would you like to be added**: We should create/update DNS records concurrently for faster propagation of DNS records to Azure DNS Zone: Currently we loop through all the changes...
Problem: Istio's RequestAuthentication has hardcoded allowMissing behavior, requiring users to combine it with AuthorizationPolicy to enforce JWT presence. This results in: - HTTP status 403 Forbidden instead of 401 Unauthorized...