Ciprian Hacman

Results 492 comments of Ciprian Hacman

@rifelpet Any idea about the failure in `amazonvpc` CNI test? > I0629 13:19:57.131784 29505 middleware.go:44] AWS request: EC2 DescribeVolumes > W0629 13:19:57.135973 29505 boot.go:44] error during attempt to bootstrap (will...

Looks like RHEL/AL2023 use different paths for certs: https://github.com/golang/go/blob/go1.24.4/src/crypto/x509/root_linux.go#L19-L23 ```go // Possible directories with certificate files; all will be read. var certDirectories = []string{ "/etc/ssl/certs", // SLES10/SLES11, https://golang.org/issue/12139 "/etc/pki/tls/certs", //...

/test pull-kops-e2e-k8s-aws-amazonvpc

@justinsb I think for sure it can be improved, but we should merge it and get some testgrid feedback.

I will close it before the release. Some of the tasks still need addressing before the 1.26 release.