Closed
Description
Hello,
Azure is ending support for the poperty NumberOfProbes in 2027. When creating a service using ingress-nginx in AKS that creates a load balancer in Azure we can see that this property is being set alongwith the recommended replacement property probeThreshold. Checking to see if there is an issue/task already raised to deprecate this property in the upcoming releases.
app.kubernetes.io/version: 1.12.0
helm.sh/chart: ingress-nginx-4.12.0
Extract for LB ARM Template
"properties": {
"protocol": "Http",
"port": 30352,
"requestPath": "/healthz",
"intervalInSeconds": 5,
"numberOfProbes": 2,
"probeThreshold": 2,
"noHealthyBackendsBehavior": "AllProbedDown"
}
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done