Ciprian Hacman

Results 492 comments of Ciprian Hacman

/test pull-kops-scenario-aws-karpenter

@ahrtr @joshjms I started a test just to see if switching to the official images works for kOps (https://github.com/kubernetes/kops/pull/17485). I would still prefer images to be pushed to `registry.k8s.io/etcd` due...

The test from https://github.com/kubernetes/kops/pull/17485 worked fine. Switching to gcr.io/etcd-development/etcd:v3.5.21 had no impact on e2e tests. So, as long as the official images would be published to `registry.k8s.io`, the change should...

@joshjms I don’t think the ‘arch’ ones are important. They should not be pushed at all going forward. The ‘-0’ suffix is important going forward, for newly released images. Older...

> ```bash > #!/usr/bin/bash > > mapfile -t image_tags < > for tag in "${image_tags[@]}"; do > if [[ ! "${tag}" =~ ^v || "${tag}" =~ -(amd64|arm64|ppc64le|s390x)$ ]]; then >...

> Let's hold on removing the etcd image build stuff now just in case. Propose to wait at least one release cycle (e.g. after K8s 1.35 is released) for safety....

Image needs to be promoted... 🙁

After 1.18 is released, maybe we should bump the `aws-sdk-go` version to pick-up the update for Route53 in China. This way we won't need any special docs for it. Should...