mirror of https://github.com/k3s-io/k3s
Fix the incorrect min pods when "kubectl get hpa"
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