Skip to content

Instantly share code, notes, and snippets.

@miyadav
Last active August 7, 2020 07:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miyadav/07a955814bcf59bfb214b3d64f56402f to your computer and use it in GitHub Desktop.
Save miyadav/07a955814bcf59bfb214b3d64f56402f to your computer and use it in GitHub Desktop.
Default_yamls_for_Iaas
apiVersion: machine.openshift.io/v1beta1
kind: MachineSet
metadata:
labels:
machine.openshift.io/cluster-api-cluster:
name: default-valued-33056
spec:
replicas: 1
selector:
matchLabels:
machine.openshift.io/cluster-api-cluster: <Cluster-Name>
machine.openshift.io/cluster-api-machineset: <Machineset-Name>
template:
metadata:
labels:
machine.openshift.io/cluster-api-cluster: <Cluster-Name>
machine.openshift.io/cluster-api-machine-role: worker
machine.openshift.io/cluster-api-machine-type: worker
machine.openshift.io/cluster-api-machineset: <Machineset-Name>
spec:
metadata: {}
providerSpec:
value:
region: <Region>
zone: <Zone>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment