Created
September 25, 2020 06:39
-
-
Save miyadav/ca5f85e78ff0cd98f7ddabb85607f110 to your computer and use it in GitHub Desktop.
spec for spot instance azure
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
spec: | |
metadata: {} | |
providerSpec: | |
value: | |
spotVMOptions: | |
maxPrice: 0.225 | |
apiVersion: azureproviderconfig.openshift.io/v1beta1 | |
credentialsSecret: | |
name: azure-cloud-credentials | |
namespace: openshift-machine-api | |
image: | |
offer: "" | |
publisher: "" | |
resourceID: /resourceGroups/miyadav-az-zzlxl-rg/providers/Microsoft.Compute/images/miyadav-az-zzlxl | |
sku: "" | |
version: "" | |
kind: AzureMachineProviderSpec | |
location: usgovvirginia | |
managedIdentity: miyadav-az-zzlxl-identity | |
metadata: | |
creationTimestamp: null | |
networkResourceGroup: miyadav-az-zzlxl-rg | |
osDisk: | |
diskSizeGB: 128 | |
managedDisk: | |
storageAccountType: Premium_LRS | |
osType: Linux | |
publicIP: false | |
publicLoadBalancer: miyadav-az-zzlxl | |
resourceGroup: miyadav-az-zzlxl-rg | |
subnet: miyadav-az-zzlxl-worker-subnet | |
userDataSecret: | |
name: worker-user-data-managed | |
vmSize: Standard_D2s_v3 | |
vnet: miyadav-az-zzlxl-vnet | |
zone: "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment