k0sproject/k0smotron

Include testing logic per update strategy

已關閉

#1,541 建立於 2026年8月6日

 (5 則留言) (0 個反應) (0 位負責人)Go (78 個分叉)auto 404
cluster-apigood first issue

倉庫指標

星標
 (721 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Currently, we are running same test spec for every update strategy which is good in terms of no code-duplications but we are not adding custom checks depending on the strategy.

For instance, inplace upgrade should check there is no mahcine recreated, RecreateDeleteFirst should check there are no more machines than desired..etc. Probably some check injection would be great in order to avoid if-elses depending on the strategy

貢獻者指南