Skip to content
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

s390x: fix image mislabel in cni, typha and kube-controllers #7315

Merged
merged 1 commit into from
Feb 9, 2023

Conversation

huoqifeng
Copy link
Contributor

@huoqifeng huoqifeng commented Feb 9, 2023

Signed-off-by: Qi Feng Huo huoqif@cn.ibm.com

Description

Related issues/PRs

Todos

  • Tests
  • Documentation
  • Release note

Release Note

s390x: fix image mislabel in cni, typha and kube-controllers

Reminder for the reviewer

Make sure that this PR has the correct labels and milestone set.

Every PR needs one docs-* label.

  • docs-pr-required: This change requires a change to the documentation that has not been completed yet.
  • docs-completed: This change has all necessary documentation completed.
  • docs-not-required: This change has no user-facing impact and requires no docs.

Every PR needs one release-note-* label.

  • release-note-required: This PR has user-facing changes. Most PRs should have this label.
  • release-note-not-required: This PR has no user-facing changes.

Other optional labels:

  • cherry-pick-candidate: This PR should be cherry-picked to an earlier release. For bug fixes only.
  • needs-operator-pr: This PR is related to install and requires a corresponding change to the operator.

Signed-off-by: Qi Feng Huo <huoqif@cn.ibm.com>
@huoqifeng huoqifeng requested a review from a team as a code owner February 9, 2023 01:42
@marvin-tigera marvin-tigera added this to the Calico v3.25.1 milestone Feb 9, 2023
@marvin-tigera marvin-tigera added release-note-required Change has user-facing impact (no matter how small) docs-pr-required Change is not yet documented labels Feb 9, 2023
@netlify
Copy link

netlify bot commented Feb 9, 2023

Deploy Preview for calico-tigera canceled.

Name Link
🔨 Latest commit 928df44
🔍 Latest deploy log https://app.netlify.com/sites/calico-tigera/deploys/63e44f87663f770009e6eddb

@netlify
Copy link

netlify bot commented Feb 9, 2023

Deploy Preview for calico-v3-25 canceled.

Name Link
🔨 Latest commit 928df44
🔍 Latest deploy log https://app.netlify.com/sites/calico-v3-25/deploys/63e44f873b29fa00081670ea

@huoqifeng
Copy link
Contributor Author

@mgleung @caseydavenport may you help check it? thanks!

@tumberino
Copy link

I checked this for cni

$ git clone -b release-v3.25 https://github.com/projectcalico/calico.git
$ cd calico/cni-plugin
$ make sub-image-s390x
$ docker inspect calico/cni:latest-s390x | jq -r '.[].Architecture'
amd64
$ git remote add qifeng https://github.com/huoqifeng/calico.git
$ git fetch qifeng fixmislabel
$ git checkout qifeng/fixmislabel
$ make sub-image-s390x
$ docker inspect calico/cni:latest-s390x | jq -r '.[].Architecture'
s390x

Copy link
Member

@caseydavenport caseydavenport left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Good catch.

Wonder why node wasn't having trouble.

@caseydavenport
Copy link
Member

/sem-approve

@tumberino
Copy link

tumberino commented Feb 9, 2023

LGTM! Good catch.

Wonder why node wasn't having trouble.

I believe node is okay because it build on-top of {arch}/alpine:3.8 whereas the others use scratch as the final base-image

@iv1111
Copy link

iv1111 commented May 6, 2024

@tumberino @caseydavenport @huoqifeng
Please see this issue #8784 as it seems that the problem persists for s390x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs-not-required Docs not required for this change merge-when-ready release-note-required Change has user-facing impact (no matter how small)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants