Skip to content

Commit 1c7ec9f

Browse files
authored
Merge pull request #51358 from skopacz1/GH50801_callouts
GH50801: Remove redundant callout labels
2 parents 7addba4 + 6650f81 commit 1c7ec9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/cluster-autoscaler-cr.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ spec:
3030
- type: nvidia.com/gpu <7>
3131
min: 0 <8>
3232
max: 16 <9>
33-
- type: amd.com/gpu <7>
34-
min: 0 <8>
35-
max: 4 <9>
33+
- type: amd.com/gpu
34+
min: 0
35+
max: 4
3636
scaleDown: <10>
3737
enabled: true <11>
3838
delayAfterAdd: 10m <12>

0 commit comments

Comments
 (0)