Skip to content

OKD 4.19 (4.19.0-okd-scos.6) cannot start new worker nodes in AWS region outside of us-east-1 #2223

@wzur-r3

Description

@wzur-r3

Describe the bug

I have a fresh installation of OKD 4.19 in AWS region eu-west-1 (Ireland).

After installation and I presume updating to 4.19.0-okd-scos.6 it cannot create new worker nodes.

MachineSet for worker nodes is set to use ami-0c4afb3332ab4602d, which does exist in us-east-1 (Virginia) AWS region, but not in Ireland.

The installer copied that image to our AWS region, and initial worker nodes have been created from the copy of that AMI.

On top of everything that problem sometimes happens at installation, and there is no worker nodes at all.

coreos stream returns AMI just for a single region:

openshift-install coreos print-stream-json | jq '.architectures.x86_64.images.aws'

{
  "regions": {
    "us-east-1": {
      "release": "9.0.20250510-0",
      "image": "ami-0c4afb3332ab4602d"
    },
    "us-gov-west-1": {
      "release": "9.0.20250510-0",
      "image": "ami-036058fe73aaa4263"
    }
  }
}

Version

4.19.0-okd-scos.6, IPI with custom VPC

Reproducibility

100% rate

Log Bundle

ClusterID: 274f61ce-e6f1-40ae-bad0-f00f071f8173
ClientVersion: 4.19.0-okd-scos.6
ClusterVersion: Stable at "4.19.0-okd-scos.6"
ClusterOperators:
All healthy and stable

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.

    Type

    Projects

    Status

    To triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions