k0sproject/k0smotron

Include testing logic per update strategy

Fermée

#1 541 ouverte le 6 août 2026

 (5 commentaires) (0 réaction) (0 personne assignée)Go (78 forks)auto 404
cluster-apigood first issue

Métriques du dépôt

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

Description

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

Guide contributeur