-
Notifications
You must be signed in to change notification settings - Fork 5
/
vk-helm-values.yaml
53 lines (49 loc) · 1.19 KB
/
vk-helm-values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
image:
repository: microsoft/virtual-kubelet
tag: aci-gpu.0.1
pullPolicy: Always
## `provider` should be one of aws, azure, azurebatch, etc...
provider: azure
nodeName: "virtual-kubelet"
nodeOsType: "Linux"
monitoredNamespace: ""
apiserverCert:
apiserverKey:
logLevel:
taint:
enabled: true
key: virtual-kubelet.io/provider
value: "{{ .Values.provider }}"
## `effect` must be `NoSchedule`, `PreferNoSchedule` or `NoExecute`.
effect: NoSchedule
providers:
azure:
## Set to true if deploying to Azure Kubernetes Service (AKS), otherwise false
targetAKS: true
clientId:
clientKey:
tenantId:
subscriptionId:
## `aciResourceGroup` and `aciRegion` are required only for non-AKS deployments
aciResourceGroup: aci
aciRegion: eastus
masterUri:
loganalytics:
enabled: false
workspaceId:
workspaceKey:
clusterResourceId:
vnet:
enabled: false
subnetName:
subnetCidr:
clusterCidr:
kubeDnsIp:
## Install Default RBAC roles and bindings
rbac:
install: true
serviceAccountName: virtual-kubelet
## RBAC api version
apiVersion: v1beta1
## Cluster role reference
roleRef: cluster-admin