Ciprian Hacman

Results 492 comments of Ciprian Hacman

> So does [#17596](https://github.com/kubernetes/kops/pull/17596) basically close this issue? I would say so. > Do you think I can be of any help to update the channel more timely? I am...

I think the issue is that Flatcar is using an old version of containerd and runc. Is there any chance you can try with the latest alpha image, it should...

Thanks @gustav-b, I could confirm it on our end also in the periodic tests. The alpha works fine: https://testgrid.k8s.io/kops-distros#kops-aws-distro-flatcar. The reason it fails to work with beta and stable is...

kOps code doesn't handle the case where containerd is installed as part of the distro. Expectations are that distros keep up with package updates. In this case, container 2.1 has...

@xmudrii @ameukam tests are temporarily broken, so you may have to wait a few days with this.

> From https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html > > > By default, new buckets, access points, and objects don't allow public access. > > We should define the block policy with [PutPublicAccessBlock](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/s3#Client.PutPublicAccessBlock) > >...

Merged via https://github.com/kubernetes/kops/pull/17809. Thank you @ameukam & @xmudrii ! /close

@huhouhua I think this is a good start, though we don't really use those binaries for anything other than debugging. Releases are done using [ko](https://ko.build), so I would see this...