mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Fix the incorrect min pods when "kubectl get hpa"
This commit is contained in:
parent
b5c0984d4c
commit
bc16642e6b
@ -1409,7 +1409,7 @@ func printHorizontalPodAutoscaler(hpa *extensions.HorizontalPodAutoscaler, w io.
|
|||||||
reference,
|
reference,
|
||||||
target,
|
target,
|
||||||
current,
|
current,
|
||||||
minPods,
|
*minPods,
|
||||||
maxPods,
|
maxPods,
|
||||||
translateTimestamp(hpa.CreationTimestamp),
|
translateTimestamp(hpa.CreationTimestamp),
|
||||||
); err != nil {
|
); err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user