Skip to content

[enterprise-4.5] Installation for IBM Z is missing "architecture: s390x" #26122

@e-desouza

Description

@e-desouza

Which section(s) is the issue in?

Installation on IBM Z, specifically the install yaml: https://docs.openshift.com/container-platform/4.5/installing/installing_ibm_z/installing-ibm-z.html#installation-bare-metal-config-yaml_installing-ibm-z

This leads to clients pulling amd64 binaries for z and installation failing with "binary exec errors" from Go.

What needs fixing?

..
apiVersion: v1
baseDomain: <domain>
compute:
- architecture: s390x << missing
  hyperthreading: Enabled
  name: worker
  replicas: 0
controlPlane:
  architecture: s390x << missing
  hyperthreading: Enabled
  name: master
  replicas: 3
..

Metadata

Metadata

Assignees

No one assigned

    Labels

    lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions