Hi,
I'm trying to set up a Single Node OpenShift (SNO) cluster after making changes to the install-config.yaml file. Here's my current configuration:
yaml
apiVersion: v1
baseDomain: sno-master.com
metadata:
name: sno-cluster # Cluster name
networking:
networkType: OVNKubernetes
compute:
- name: worker
replicas: 0
controlPlane:
name: master
replicas: 1
platform:
none: {}
pullSecret:
sshKey:
When I run the openshift create cmd, I get the following error:
FATAL: Failed to fetch Cluster Infrastructure Variables
Error: Failed to generate asset "Cluster Infrastructure Variables" because "none" is a UPI platform.
I'm installing this on a preinstalled Red Hat Enterprise Linux Server VM. What should I specify in the platform section to proceed with the installation? Any guidance would be greatly appreciated!
Thanks
------------------------------
Hariprasad R
------------------------------