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

貢獻者指南