oracle/cluster-api-provider-oci

Update NLB backendset to allow protocol change

Fermée

#500 ouverte le 9 févr. 2026

 (2 commentaires) (0 réaction) (0 personne assignée)Go (48 forks)auto 404
enhancementgood first issue

Métriques du dépôt

Stars
 (55 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur