Skip to content

Commit

Permalink
Add known working machineset
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan committed Oct 23, 2024
1 parent f7b1969 commit 64e6ff9
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions config/samples/machineset-cloudscale-known-working.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
apiVersion: machine.openshift.io/v1beta1
kind: MachineSet
metadata:
name: app
namespace: openshift-machine-api
labels:
machine.openshift.io/cluster-api-cluster: c-appuio-lab-cloudscale-rma-0
name: app
spec:
deletePolicy: Oldest
replicas: 0
selector:
matchLabels:
machine.openshift.io/cluster-api-cluster: c-appuio-lab-cloudscale-rma-0
machine.openshift.io/cluster-api-machineset: app
template:
metadata:
labels:
machine.openshift.io/cluster-api-cluster: c-appuio-lab-cloudscale-rma-0
machine.openshift.io/cluster-api-machine-role: app
machine.openshift.io/cluster-api-machine-type: app
machine.openshift.io/cluster-api-machineset: app
spec:
lifecycleHooks: {}
metadata:
labels:
node-role.kubernetes.io/app: ""
node-role.kubernetes.io/worker: ""
providerSpec:
value:
zone: rma1
baseDomain: lab-cloudscale-rma-0.appuio.cloud
flavor: flex-16-4
image: custom:rhcos-4.15
rootVolumeSizeGB: 100
antiAffinityKey: app
interfaces:
- type: Private
networkUUID: fd2b132d-f5d0-4024-b99f-68e5321ab4d1
userDataSecret:
name: cloudscale-user-data
tokenSecret:
name: cloudscale-rw-token

0 comments on commit 64e6ff9

Please sign in to comment.