Jacek Domagalski
Jacek Domagalski
I'm seeing a lot of those errors in repo-server. I use helm charts that have some dependency in Chart.yaml. The errors seems to happen only during a day when our...
@crenshaw-dev can you shed some light on how objects that doesn't belong to an App cause the App refresh? Example: * I use aws-load-balancer-controller - the controller creates a configmap...
> Thanks for the fix! > > I saw the "[Example usage](https://kops.sigs.k8s.io/addon_objects/#kubeschedulerconfiguration-group-kubeschedulerconfigk8sio)" but how do I apply an `KubeSchedulerConfiguration` object to a running cluster? @jonasrydenhag Have you ever figured this...
@howardjohn I've upgraded to 1.20.3 and I observe exact same behaviour.
@howardjohn Is there a way to easily disable `respect_dns_ttl` for those cluster and set fixed `dns_refresh_rate` for some high value? Also what surprised me a lot is that all the...
> There is the _ability for us to implement_ `targetPort` on NONE service entry, but it hasn't been done -- largely due to concerns of backwards incompatibility. But I think...
@bivrantoshakil You may read my article regarding limiting access to external services. It also contains some basics of Envoy so maybe you will find some answers there: https://domagalski-j.medium.com/istio-rate-limits-for-egress-traffic-8697df490f68
> I solved increasing the argo-cd timeout ... `ARGOCD_EXEC_TIMEOUT` did it help? what value did you set?
Hi, I was wondering how to generate schema presented below: ``` { "$schema": "http://json-schema.org/schema#", "type": "object", "required": [ "image" ], "properties": { "image": { "type": "object", "required": [ "repository", "pullPolicy"...
Is it related to lack of Changelog for 2.11 in Releases page on github? I tried to check what's new in 2.11 but changlog is not there.