cloud-provider-vsphere icon indicating copy to clipboard operation
cloud-provider-vsphere copied to clipboard

docker image to run test doesn't work

Open YanzhaoLi opened this issue 8 months ago • 2 comments

What happened?

The golang version and kind version in the docker image to run integration test is too old, which caused the make integration test failure

gcr.io/cloud-provider-vsphere/ci               latest                      ab1d16758aa3   4 years ago   3.32GB
  1. Need figure out who owns this bucket gcr.io/cloud-provider-vsphere
  2. How to build this image and push to this bucket.

What did you expect to happen?

make build-with-docker should succeed

How can we reproduce it (as minimally and precisely as possible)?

See above

Anything else we need to know (please consider providing level 4 or above logs of CPI)?

No response

Kubernetes version

$ kubectl version
# paste output here

Cloud provider or hardware configuration

OS version

# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here

# On Windows:
C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here

Kernel (e.g. uname -a)

Install tools

Container runtime (CRI) and and version (if applicable)

Related plugins (CNI, CSI, ...) and versions (if applicable)

Others

YanzhaoLi avatar Oct 24 '23 06:10 YanzhaoLi