mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +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,
|
||||
target,
|
||||
current,
|
||||
minPods,
|
||||
*minPods,
|
||||
maxPods,
|
||||
translateTimestamp(hpa.CreationTimestamp),
|
||||
); err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user