-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use upstream prow agent images #219
Comments
/assign @Rajalakshmi-Girish |
As the ppc64le images are only recently available in Hope change of values to something like @mkumatag Please let me know if I shall upgrade prow infra on IKS cluster? |
Let's upgrade the prow controller to latest available version and with that you can use the utility images from upstream itself(no need to mention the ppc64le tag in it, they are all fat manifest images) |
The ppc64le images(
We don't see this with the images that we built on ppc64le. ( Details of the pod with pod utilities pointing to upstream images |
sure, see if you can manually run that image and check if that error throws or not. |
@mkumatag When I manually try running a single container using that image, I get no error.
|
did you try running the command what it tried launching, e.g: |
@mkumatag Yes, we get the same error as prow while /initupload is run.
The same error is noticed when we try to use the wrong architecture image on amd machine.
Hence I suppose the upstream ppc64le tagged images are built on a different architecture from ours that is causing the error. |
what |
Did you mean to try this?
|
Not sure whether it will allow you to run that or not, you can get into the container and check the binary architecture using |
@mkumatag The Image:
Image:
|
Let's file an issue in the k/test-infra |
I shall just check other utility images |
@mkumatag Please take a look kubernetes/test-infra#23449. |
This is fixed now, hence closing this issue. |
Recently there is a code merge that happened to build prow agents for the ppc64le platform, this is the right time to switch our prow to use the upstream agents instead of our own built.
ref: kubernetes/test-infra#23293 (comment)
/cc @Rajalakshmi-Girish
The text was updated successfully, but these errors were encountered: