Luis Garnica Guilarte

Results 15 comments of Luis Garnica Guilarte

> As far as I know you can't exactly stop-resume your training but you can continue training using your already pretrained model. For example this in this code: > >...

I have the same issue, with manifests and with helm, no information in logs like the OP. Kubernetes 1.11 created with Kops.

Thanks for your comments! I just tried it out with your values, and it didn't work. For some reason I wanted to try deploying it in *default* namespace (I was...

> > So has/will this ever be fixed in master? :) > > When someone read the CONTRIBUTING.md file and sends an appropriate pull request. If I take @FernandoMiguel PR...

I've peaked (UDP) 160 Mbits/s download and 80 Mbits/s upload in bare metal. 8 cores with 16GB RAM, Gigabit ethernet. But I'm struggling getting more than 50 Mbits/s in any...

I was about to open a PR for this issue, but I decided to lookup first :-D My approach was modifying the existing Chart Museum helm chart to add a...

I also encountered this issue while trying to use instance roles. I was missing a permission in my IAM role policy: `s3:GetBucketLocation` My restic version is 0.9.6 and my error...

I also encountered this issue while trying to use instance roles. I was missing a permission in my IAM role policy: `s3:GetBucketLocation` My restic version is 0.9.6 and my error...

Hi! We're also facing this problem, after many readings we thought EKS's private access would allow us to do this. In their docs they state: > Kubernetes API requests within...

Same here... We have a critical long-running service with the following: ```yaml annotations: karpenter.sh/do-not-disrupt: "true" nodeSelector: karpenter.sh/capacity-type: "on-demand" karpenter.k8s.aws/instance-family: "c7a" ``` To ensure this pod never gets recreated from Spot...