Skip to content

openshift-install not creating the worker vm using IPI #386

Description

@bobby0724

Describe the bug
I am trying to deploy a new cluster into my vsphere infrastructure using IPI
Bootstrap process completes but the workers are never created

Version

openshift-install 4.5.0-0.okd-2020-10-15-235428
IPI installation
How reproducible

i have try 10 times bootstrap completes but the workers are never created

this is my install-config.yml
apiVersion: v1
baseDomain: okd.local
metadata:
name: lab

compute:

  • hyperthreading: Enabled
    name: worker
    replicas: 3
    platform:
    vsphere:
    cpus: 4
    coresPerSocket: 4
    memoryMB: 16384
    osDisk:
    diskSizeGB: 120

controlPlane:
hyperthreading: Enabled
name: master
replicas: 3
platform:
vsphere:
cpus: 4
coresPerSocket: 4
memoryMB: 16384
osDisk:
diskSizeGB: 120

networking:
clusterNetworks:

  • cidr: 10.254.0.0/16
    hostPrefix: 23
    networkType: OVNKubernetes
    serviceNetwork:
  • 172.30.0.0/16

Log bundle

DEBUG Still waiting for the cluster to initialize: Working towards 4.5.0-0.okd-2020-10-15-235428: 86% complet

Metadata

Metadata

Assignees

No one assigned

    Labels

    triage/needs-informationIndicates an issue needs more information in order to work on it.

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions