apiVersion: machine.openshift.io/v1beta1
kind: MachineSet
metadata:
labels:
machine.openshift.io/cluster-api-cluster: <infrastructure_id>
machine.openshift.io/cluster-api-machine-role: <role>
machine.openshift.io/cluster-api-machine-type: <role>
name: <infrastructure_id>-<role>-<region>
namespace: openshift-machine-api
spec:
replicas: 1
selector:
matchLabels:
machine.openshift.io/cluster-api-cluster: <infrastructure_id>
machine.openshift.io/cluster-api-machineset: <infrastructure_id>-<role>-<region>
template:
metadata:
creationTimestamp: null
labels:
machine.openshift.io/cluster-api-cluster: <infrastructure_id>
machine.openshift.io/cluster-api-machine-role: <role>
machine.openshift.io/cluster-api-machine-type: <role>
machine.openshift.io/cluster-api-machineset: <infrastructure_id>-<role>-<region>
spec:
metadata:
creationTimestamp: null
labels:
node-role.kubernetes.io/<role>: ""
providerSpec:
value:
apiVersion: azureproviderconfig.openshift.io/v1beta1
credentialsSecret:
name: azure-cloud-credentials
namespace: openshift-machine-api
image:
offer: ""
publisher: ""
resourceID: /resourceGroups/<infrastructure_id>-rg/providers/Microsoft.Compute/images/<infrastructure_id>
sku: ""
version: ""
internalLoadBalancer: ""
kind: AzureMachineProviderSpec
location: <region>
managedIdentity: <infrastructure_id>-identity
metadata:
creationTimestamp: null
natRule: null
networkResourceGroup: ""
osDisk:
diskSizeGB: 128
managedDisk:
storageAccountType: Premium_LRS
osType: Linux
publicIP: false
publicLoadBalancer: ""
resourceGroup: <infrastructure_id>-rg
sshPrivateKey: ""
sshPublicKey: ""
subnet: <infrastructure_id>-<role>-subnet
userDataSecret:
name: worker-user-data
vmSize: Standard_DS4_v2
vnet: <infrastructure_id>-vnet
zone: "1"
apiVersion : machine.openshift.io/v1beta1
kind : MachineSet
metadata :
labels :
machine.openshift.io/cluster-api-cluster : <infrastructure_id> 1
machine.openshift.io/cluster-api-machine-role : <role> 2
machine.openshift.io/cluster-api-machine-type : <role> 3
name : <infrastructure_id> - <role> - <region> 4
namespace : openshift- machine- api
spec :
replicas : 1
selector :
matchLabels :
machine.openshift.io/cluster-api-cluster : <infrastructure_id> 5
machine.openshift.io/cluster-api-machineset : <infrastructure_id> - <role> - <region> 6
template :
metadata :
creationTimestamp : null
labels :
machine.openshift.io/cluster-api-cluster : <infrastructure_id> 7
machine.openshift.io/cluster-api-machine-role : <role> 8
machine.openshift.io/cluster-api-machine-type : <role> 9
machine.openshift.io/cluster-api-machineset : <infrastructure_id> - <role> - <region> 10
spec :
metadata :
creationTimestamp : null
labels :
node-role.kubernetes.io/<role> : "" 11
providerSpec :
value :
apiVersion : azureproviderconfig.openshift.io/v1beta1
credentialsSecret :
name : azure- cloud- credentials
namespace : openshift- machine- api
image :
offer : ""
publisher : ""
resourceID : /resourceGroups/<infrastructure_id> - rg/providers/Microsoft.Compute/images/<infrastructure_id> 12
sku : ""
version : ""
internalLoadBalancer : ""
kind : AzureMachineProviderSpec
location : <region> 13
managedIdentity : <infrastructure_id> - identity 14
metadata :
creationTimestamp : null
natRule : null
networkResourceGroup : ""
osDisk :
diskSizeGB : 128
managedDisk :
storageAccountType : Premium_LRS
osType : Linux
publicIP : false
publicLoadBalancer : ""
resourceGroup : <infrastructure_id> - rg 15
sshPrivateKey : ""
sshPublicKey : ""
subnet : <infrastructure_id> - <role> - subnet 16
17
userDataSecret :
name : worker- user- data 18
vmSize : Standard_DS4_v2
vnet : <infrastructure_id> - vnet 19
zone : "1" 20
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow