зеркало из https://github.com/Azure/acs-engine.git
fix malformed clusterautoscaler yaml bug (#4322)
This commit is contained in:
Родитель
51c9c95b8d
Коммит
1bb76e4b00
|
@ -204,7 +204,7 @@ spec:
|
|||
key: VMType
|
||||
name: cluster-autoscaler-azure
|
||||
- name: ARM_USE_MANAGED_IDENTITY_EXTENSION
|
||||
value: <useManagedIdentity>
|
||||
value: "<useManagedIdentity>"
|
||||
volumeMounts:
|
||||
- mountPath: /etc/ssl/certs/ca-certificates.crt
|
||||
name: ssl-certs
|
||||
|
|
|
@ -55,8 +55,8 @@ func (cs *ContainerService) setAddonsConfig(isUpdate bool) {
|
|||
Name: DefaultClusterAutoscalerAddonName,
|
||||
Enabled: helpers.PointerToBool(DefaultClusterAutoscalerAddonEnabled),
|
||||
Config: map[string]string{
|
||||
"minNodes": "1",
|
||||
"maxNodes": "5",
|
||||
"min-nodes": "1",
|
||||
"max-nodes": "5",
|
||||
},
|
||||
Containers: []KubernetesContainerSpec{
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче