weizhi

Results 75 comments of weizhi

Added `ValidCloudProvider` function in utils.common

> we just read once during controller startup The nodeclass get request is sent as long as it needs to create nodeclaim. The code path is CreateNodeClaim -> CheckNodeClass ->...

Also, I agree to apply nodeclass automatically once enable Karpenter rather than check it before create nodeclaim

Should not check nodeclass everytime before creating nodeclaim, instead, check and create node class before reconciliation start. Thus no need for nodeclass informer. I will file another pr for better...

Check nodeclass before controller startup to avoid keep checking nodeclass before creating nodeclaim. https://github.com/kaito-project/kaito/pull/1088