Last active
February 19, 2023 21:29
-
-
Save waynedovey/dfe02a56a2e37bc0540b4345bd48fff5 to your computer and use it in GitHub Desktop.
install-config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "[email protected]" | |
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