Skip to content

Support for the Azure Load Balancer property NumberOfProbes is ending #13103

Closed
@adeelakhan

Description

@adeelakhan

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

No one assigned

    Labels

    needs-kindIndicates a PR lacks a `kind/foo` label and requires one.needs-priorityneeds-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.

    Type

    No type

    Projects

    • Status

      Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions