Skip to content

Instantly share code, notes, and snippets.

@waynedovey
Last active February 19, 2023 21:29
Show Gist options
  • Save waynedovey/dfe02a56a2e37bc0540b4345bd48fff5 to your computer and use it in GitHub Desktop.
Save waynedovey/dfe02a56a2e37bc0540b4345bd48fff5 to your computer and use it in GitHub Desktop.
install-config.yaml
apiVersion: v1
baseDomain: sandbox.acme.com
compute:
- name: worker
hyperthreading: Enabled
replicas: 0
controlPlane:
name: master
replicas: 1
architecture: amd64
hyperthreading: Enabled
platform:
aws:
type: m6a.2xlarge
rootVolume:
size: 150
type: gp3
metadata:
name: my-cluster
platform:
aws:
region: ap-southeast-2
userTags:
owner: "ateam@acme.com"
team: "ateam"
usage: "Dev"
description: "Product Development and Demo environment for OpenShift"
pullSecret: '{"auths":{"cloud.openshift.com":{"auth":...}}}'
sshKey: 'ssh-rsa ...'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment