Viacheslav Vasilyev

Results 121 comments of Viacheslav Vasilyev

Headlamp Desktop is an Electron-based web app that uses the Headlamp daemon CLI under the hood. In an enterprise setting, these two components should have their own proxy configuration because...

Example: ```bash eksctl create iamserviceaccount \ --name crossplane \ --namespace crossplane-system \ --cluster "$CLUSTER_NAME" \ --role-name "$ROLE_NAME" \ --attach-policy-arn 'arn:aws:iam::aws:policy/AdministratorAccess' \ --subject-pattern 'provider-aws-*' \ --role-only \ --approve ```

PR https://github.com/eksctl-io/eksctl/pull/8629

Sure, here is an example: Save it as `kes.sh`, and run it ```bash #!/bin/bash if [[ -z "$IN_DOCKER" ]]; then docker run --rm -i -t \ --name kes \ -v...

@geemus my apologies, I have deleted the comment due to the mislabeled test results and unclean environment where I run this test, I'm going to add it later today

> fewer/larger chunks will be faster @geemus I might be wrong in my analysis, please correct me if so in the current implementation every `multipart_chunk_size` chunk will be cached in...

@geemus I didn't test it thoroughly, I could run yet another performance benchmark again after your minimal input and some kind of a review

Thanks for coming back with the response @geemus! I understand that's an AWS S3 backend error, thank you. The original question was about the library itself, it seems there's no...

@geemus I was trying to understand this exception from the developer's experience point of view, specifically what developers can anticipate from this library. You have implemented the validation of minimum...