Skip to content

Commit

Permalink
Merge pull request kubernetes#5071 from iutx/patch-1
Browse files Browse the repository at this point in the history
fix: cluster-autoscaler alicloud provider example format error
  • Loading branch information
k8s-ci-robot authored Aug 8, 2022
2 parents 92455db + c353469 commit 899d4a2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ spec:
app: cluster-autoscaler
spec:
priorityClassName: system-cluster-critical
serviceAccountName: admin
serviceAccountName: cluster-autoscaler
containers:
- image: registry.cn-hangzhou.aliyuncs.com/acs/autoscaler:v1.3.1
name: cluster-autoscaler
Expand Down Expand Up @@ -162,9 +162,9 @@ spec:
key: access-key-secret
- name: REGION_ID
valueFrom:
secretKeyRef:
name: cloud-config
key: region-id
secretKeyRef:
name: cloud-config
key: region-id
volumeMounts:
- name: ssl-certs
mountPath: /etc/ssl/certs/ca-certificates.crt
Expand Down

0 comments on commit 899d4a2

Please sign in to comment.