oracle/cluster-api-provider-oci

Update NLB backendset to allow protocol change

Fechada

#500 aberto em 9 de fev. de 2026

 (2 comentários) (0 reação) (0 responsável)Go (48 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (55 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

What would you like to be added: The NLB HealthCheckerDetails allows the ability to change the protocol. Right now the network_load_balancer hard codes it to HTTPS. We should allow this to be modified.

As part of this issue we will try to support updating all the API attributes defined in the HealthCheckerDetails. We will need to update and add all the new attributes here https://github.com/oracle/cluster-api-provider-oci/blob/main/api/v1beta1/types.go#L1026-L1032

One thing to note: If non-HTTP protocols are used the urlPath can't be set. The documentation doesn't call this out, but it will cause a 400.

Why is this needed: This is being requested in the k8s slack channel https://kubernetes.slack.com/archives/C039CDHABFF/p1770027848521289

Guia do colaborador