Kamil

Results 22 comments of Kamil

Why the maximum value of the split-size is 2^22 which means 4TB, whilst the maximum chunk accepted by glacier is 4GB (2^12)?

What if I have 8TB of data to upload and total available space on local hard drive for cache/split 250GB? Will the script cleanup after each upload completed?

It will be also great if script could write to the log file. It can be txt not json necessarily.

Thanks. I am testing it now.

It is running currently (500GB out of 8TB so far). It is slow because source data is mounted using s3fs onto ec2 instance, and then files are being chunked to...

Same issue here. Terraform 1.3.4, but had this issue also on 1.1.x. count: ``` data "kubectl_path_documents" "cluster_autoscaler" { # pattern = file("${path.module}/templates/cluster-autoscaler.yaml") pattern = "${path.module}/templates/cluster-autoscaler.yaml" vars = { CLUSTER_AUTOSCALER_ROLE_ARN =...

I am guessing you are facing the same issue I am facing with Lambda. There was also another person complaining about container insights: https://github.com/nerdswords/yet-another-cloudwatch-exporter/issues/1047#issuecomment-1623517827

> @80kk can you run yace with `-debug` flag and paste the output here? Yeah, ``` {"level":"info","msg":"Parsing config","time":"2023-07-06T10:06:31Z"} {"level":"info","msg":"Yace startup completed","time":"2023-07-06T10:06:31Z","version":"v0.52.0"} {"level":"debug","msg":"Starting scraping async","time":"2023-07-06T10:06:31Z"} 2023/07/06 10:06:31 DEBUG: Request sts/AssumeRoleWithWebIdentity Details:...

and this is how it looks in Grafana: https://ibb.co/1Ygy9Fg

> Hi [@80kk](https://github.com/80kk), which image did you used to install in Docker? latest.