Jimmy Jones

Results 10 comments of Jimmy Jones

Enabling health assessment on Application CRDs only works if you're using an app-of-apps pattern - ie. it would only progress onto an Application in the next sync-wave if the previous...

Some more docs for io_uring have just been released: http://kernel.dk/io_uring.pdf

Setting requests but not limit results in a [Burstable](https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-burstable) QoS level. Given that Elasticsearch allocates pretty much all its memory on startup and it stays fixed, wouldn't it be better...

Don't think my assumption about Burstable was correct - kubernetes/kubernetes#43916: > I'd like to share some observations, though I can't say I have a good solution to offer yet, other...

From the linked blog: > Network policy controller configures policies for pods in parallel to pod provisioning, until then new pods will come up with default allow policy. All ingress...

@lookis Think you've mixed URL formats with `ssh://[email protected]:xxxxx.git` Should either be `[email protected]:xxxxx.git` or `ssh://[email protected]/xxxxx.git` The warning `appears to need SSH authentication but no SSH credentials have been provided` is incorrect...

With [TEP-0135](https://github.com/tektoncd/community/blob/main/teps/0135-coscheduling-pipelinerun-pods.md) coscheduling mode it'll delete PVCs when PipelineRuns are finished. Maybe adding a ResourceQuota for number of PVC will therefore limit the number of concurrent PipelineRuns to that limit?

I've had the same issue with gitea - can the same fix be applied to other SCMs as well?

I think there need to be some way of indicating what git revision targetRevision was resolved to, so plugins, or someone inspecting the Application CRD can discover where the values...

> @jimmyjones2 I believe that's already stored in the Application status field, as a feature of multi-source apps. @crenshaw-dev Have raised #13859 - it doesn't seem to be