We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647f008 commit 0acc1d1Copy full SHA for 0acc1d1
pkg/handlers/replica_updater.go
@@ -85,7 +85,7 @@ func MakeReplicaUpdater(defaultNamespace string, clientset *kubernetes.Clientset
85
replicas = MaxReplicas
86
}
87
88
- log.Printf("Set replicas - %s %s, %d/%d\n", functionName, lookupNamespace, replicas, oldReplicas)
+ log.Printf("Set replicas - %s %s, %d => %d\n", functionName, lookupNamespace, oldReplicas, replicas)
89
90
deployment.Spec.Replicas = &replicas
91
0 commit comments