Skip to content

Instantly share code, notes, and snippets.

@akrzos
Created August 5, 2019 13:03
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 akrzos/24880453b050047e11723c28ad778154 to your computer and use it in GitHub Desktop.
Save akrzos/24880453b050047e11723c28ad778154 to your computer and use it in GitHub Desktop.
apiVersion: v1
items:
- apiVersion: machine.openshift.io/v1beta1
kind: MachineSet
metadata:
creationTimestamp: null
labels:
machine.openshift.io/cluster-api-cluster: akrzos-test-w5t9j
machine.openshift.io/cluster-api-machine-role: workload
machine.openshift.io/cluster-api-machine-type: workload
name: akrzos-test-w5t9j-workload-centralus1
namespace: openshift-machine-api
spec:
replicas: 1
selector:
matchLabels:
machine.openshift.io/cluster-api-cluster: akrzos-test-w5t9j
machine.openshift.io/cluster-api-machineset: akrzos-test-w5t9j-workload-centralus1
template:
metadata:
creationTimestamp: null
labels:
machine.openshift.io/cluster-api-cluster: akrzos-test-w5t9j
machine.openshift.io/cluster-api-machine-role: workload
machine.openshift.io/cluster-api-machine-type: workload
machine.openshift.io/cluster-api-machineset: akrzos-test-w5t9j-workload-centralus1
spec:
metadata:
creationTimestamp: null
labels:
node-role.kubernetes.io/workload: ""
providerSpec:
value:
apiVersion: azureproviderconfig.openshift.io/v1beta1
credentialsSecret:
name: azure-cloud-credentials
namespace: openshift-machine-api
image:
offer: ""
publisher: ""
resourceID: /resourceGroups/akrzos-test-w5t9j-rg/providers/Microsoft.Compute/images/akrzos-test-w5t9j
sku: ""
version: ""
internalLoadBalancer: ""
kind: AzureMachineProviderSpec
location: centralus
managedIdentity: akrzos-test-w5t9j-identity
metadata:
creationTimestamp: null
natRule: null
networkResourceGroup: ""
osDisk:
diskSizeGB: 128
managedDisk:
storageAccountType: Premium_LRS
osType: Linux
publicIP: true
publicLoadBalancer: ""
resourceGroup: akrzos-test-w5t9j-rg
sshPrivateKey: ""
sshPublicKey: ""
subnet: akrzos-test-w5t9j-worker-subnet
userDataSecret:
name: worker-user-data
vmSize: Standard_D4s_v3
vnet: akrzos-test-w5t9j-vnet
zone: "1"
status:
replicas: 0
kind: List
metadata: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment