Jonathon Beauregard II

Results 92 comments of Jonathon Beauregard II
trafficstars

Our use-case as [requested](https://github.com/kubernetes/enhancements/issues/2433#issuecomment-1283323137). We were using ``` topologyKeys: - kubernetes.io/hostname - '*' ``` as also mentioned [here](https://github.com/kubernetes/enhancements/pull/3293#issuecomment-1265509482) Our use case is video delivery. Video chunks get delivered via url,...

So far the node-annotator chart I have written is working well. I will be fine-tuning it for a bit as I see how it behaves in prod, but so far...

I see that the creation time of the machine in OVH PC is already known https://github.com/kubernetes/autoscaler/blob/8037b0f9f5485e7b0d7c8b93cdabe3251aaf4fcb/cluster-autoscaler/cloudprovider/ovhcloud/sdk/node.go#L37 I am wondering if it is possible to add this as a label onto...

What it wound up being for us was CPU "throttling" ![image](https://github.com/netbox-community/netbox-docker/assets/52681917/14d3727a-a239-4224-90d7-ffe32e98591a) After increasing the limits a bunch, it is not using the new cpu provided, but it is happy that...

> In Rancher 2.6 (as opposed to how 2.5 and before behaved) I now have to explicitly provide all values, even values that I don't change. Thus when an upstream...

This is really terrible. One idea for a possible work around was to install with helm, and then maybe others can update in UI. NOPE ![Screenshot_20220511_154215](https://user-images.githubusercontent.com/52681917/167952692-b90c1c5f-79bd-4da7-8a0d-88fcbce6fc2b.png) It just never loads...

Yeah, we are switching to Argo. Manual setup with helm cli for infra, Argo for our deployments.

@ajacques We have so far had great success with Argo-cd. We are currently setting up new infra and clusters, and all non cluster charts are managed by Argo-cd. We are...

Lmao just realized I never updated this. We have been using Argo-CD for all of our deployments without issue.

I had provisioned the same size PV, and had given up with cloning by s3 and just manually restored by base backup.