openshift / openshift-docs

OpenShift 3 and 4 product and community documentation
https://docs.openshift.com
Apache License 2.0
748 stars 1.74k forks source link

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

Closed e-desouza closed 3 years ago

e-desouza commented 4 years ago

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
..
jboxman commented 4 years ago

@e-desouza, what about for IBM Power? The same or different? Thanks!

e-desouza commented 4 years ago

@jboxman I just checked and Power is missing it too. I believe it's ppc64le for Power.

SNiemann15 commented 3 years ago

Working on this with @tkapoor@redhat.com we have added the two architectures in the PR https://github.com/openshift/openshift-docs/pull/26184

openshift-bot commented 3 years ago

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close. Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

SNiemann15 commented 3 years ago

/close

openshift-ci-robot commented 3 years ago

@SNiemann15: Closing this issue.

In response to [this](https://github.com/openshift/openshift-docs/issues/26122#issuecomment-757931357): >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.