oracle/oci-cloud-controller-manager

Feature Request: Load Balancer Backend annotation for MaxConnections setting.

Open

#481 geöffnet am 18. Okt. 2024

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (104 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (157 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

FEATURE REQUEST

Title: Load Balancer Annotation should support setting MaxConnections for Backend for overload protection.

Current LoadBalancer Annotations do not support setting MaxConnections to backends. This is a critical setting required for overload protection of services. Hence this annotation should be supported and is critical to add for overload protection of services.

OCI load balancer backend details: https://registry.terraform.io/providers/oracle/oci/latest/docs/resources/load_balancer_backend Required variable: max_connections

Contributor Guide