Azure / aks-app-routing-operator

Kubernetes operator that implements AKS Application Routing
https://learn.microsoft.com/en-us/azure/aks/app-routing
MIT License
29 stars 20 forks source link

add log for number of target nginx replicas #144

Closed OliverMKing closed 7 months ago

OliverMKing commented 8 months ago

Description

Adds a log printing the number of desired nginx replicas. Useful for informing us if customer manually changes the number of replicas to 0 and records what the HPA is doing.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Locally

Checklist:

coveralls commented 8 months ago

Pull Request Test Coverage Report for Build 7025109650


Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/controller/nginxingress/nginx_ingress_controller.go 0 3 0.0%
<!-- Total: 0 3 0.0% -->
Files with Coverage Reduction New Missed Lines %
pkg/controller/ingress/concurrency_watchdog.go 1 86.41%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 7024440125: -0.09%
Covered Lines: 2989
Relevant Lines: 3695

💛 - Coveralls