Skip to content

bad architecture metadata in k8s.gcr.io images #7055

@24sama

Description

@24sama

What steps did you take and what happened:
The arch metadata in the k8s.gcr.io/cluster-api/xxx are incorrect.
For example:

$ docker pull --platform linux/arm64/v8 k8s.gcr.io/cluster-api/cluster-api-controller:v1.2.0
$ docker inspect k8s.gcr.io/cluster-api/cluster-api-controller:v1.2.0 | grep Arch                                                                                                                                        
        "Architecture": "amd64",

$ docker pull --platform linux/ppc64le k8s.gcr.io/cluster-api/cluster-api-controller:v1.2.0
$ docker inspect k8s.gcr.io/cluster-api/cluster-api-controller:v1.2.0 | grep Arch                                                                                                                                            
        "Architecture": "amd64",

The other images are correct:

$ docker pull --platform linux/arm64/v8 k8s.gcr.io/pause:3.7
$ docker inspect k8s.gcr.io/pause:3.7 | grep Arch                                                                                                                                                                            
        "Architecture": "arm64",

What did you expect to happen:

Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]

Environment:

  • Cluster-api version: v1.2.0
  • minikube/kind version:
  • Kubernetes version: (use kubectl version):
  • OS (e.g. from /etc/os-release):

/kind bug
[One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels]

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions