oracle/cluster-api-provider-oci

Update NLB backendset to allow protocol change

已关闭

#500 创建于 2026年2月9日

 (2 条评论) (0 个反应) (0 位负责人)Go (48 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (55 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南