oracle/cluster-api-provider-oci

Update NLB backendset to allow protocol change

クローズ

#500 opened on 2026/02/09

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Go (48 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (55 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド