Results 8 issues of hayden

*Issue #, if available:* fixes: #968 *Description of changes:* Add RetryPolicy for detecting failure of updating lambda occurred by 'LastUpdateStatus' and apply it. ```java // RetryPolicy for preventing error occurred...

Hi, @timmattison Updating existing lambda with greengrass provisioner isn't working because of '`lambda state` especially `LastUpdateStatus`. refer to https://aws.amazon.com/ko/blogs/compute/coming-soon-expansion-of-aws-lambda-states-to-all-functions/ When greengrass provisioner update existing lambda by uploading zip file to...

**What type of PR is this?** /kind design **What this PR does / why we need it**: This PR merges tasks stop and remove systemd services related with etcd (etcd.service,...

cncf-cla: yes
size/S
ok-to-test
approved
kind/design

### What would you like to be added Hello, recently I read some article about big scale kubernetes cluster (https://openai.com/research/scaling-kubernetes-to-7500-nodes) > While some folks run API Servers within kube, we’ve...

kind/feature
lifecycle/rotten

### What would you like to be added There are stop and remove systemd service tasks in `reset/tasks/main.yml` (https://github.com/kubernetes-sigs/kubespray/blob/ad565ad9225c7b2fde6188d600eff71249752007/roles/reset/tasks/main.yml#L2-L31) By the way, the tasks that stop and remove etcd.service and...

kind/feature

**What type of PR is this?** /kind documentation **What this PR does / why we need it**: These kernel parameters are the expected values for kubelet to operate(not the kube-bench),...

cncf-cla: yes
size/XS
kind/documentation
needs-ok-to-test

### What would you like to be added I think that change the task name `Ensure kube-bench parameters are set` in `kubernetes/preinstall/tasks/0080-system-configurations.yml` into `Ensure kubelet expected parameters are set` https://github.com/kubernetes-sigs/kubespray/blob/e01355834b461cf6e5578088ac377be2b6f70e6a/roles/kubernetes/preinstall/tasks/0080-system-configurations.yml#L107-L121...

kind/feature

### Describe the feature As I know, aws-cli uses "s3tranfer" to use s3 and it uses `ThreadPoolExecutor` like this https://github.com/boto/s3transfer/blob/da68b50bb5a6b0c342ad0d87f9b1f80ab81dffce/s3transfer/futures.py#L402-L403 In some environment like enough available network bandwidth, enough CPU...

feature-request
s3
s3transfer
needs-review
p2