Jesse Stutler
Jesse Stutler
Hi, I followed https://github.com/deislabs/krustlet/blob/main/docs/intro/tutorial03.md to create a pod on krustlet node, the pod successfully scheduled to the krustlet node, but the pod get stuck in init:registered and I don't know...
I tried to deploy openwhisk on kind with 2 virtual worker nodes. After I used helm to install, other pods successfully completed or were running except the install-packages pods: ```...
I want to convert a JsValue to Double. Code is here: `action.annotations.get("average_cpu").getOrElse(JsNumber(0)).convertTo[Double],` Don't care about the logic, I get a Option[JsValue] here and use getOrElse method to get JsValue type....
fix #3597, related proposal pr: https://github.com/volcano-sh/volcano/pull/3750 # Implementation - In `syncQueue` of queue controller, concurrently using `UpdateStatus` will cause conflict, use `ApplyStatus` instead, and need to add patch permission of...
fix #3597 ## Backgrounds Each time when podgroups states changed, the controller will update the statistics of podgroup of each state in the queue's status. And at the end of...
### Please describe your problem in detail I'm ready to add `preemptionPolicy` related logic in reclaim action, but when I'm confused that when the task's `preemptionPolicy` is `Never`, do I...
Fix #161 1. Use ternary expression method to verify that memerSelector can only select one of three matching types, if more than two matching types are found, creation is rejected...
**Describe the bug**  Currently, the kubebuilder validation in the memberSelector of hypernode is written to ensure that all three match cases cannot exist simultaneously, but the actual requirement is...
/kind documentation ## Background Currently, there are too few feature introductions and usage guide documents on our official website. We need to add some. This issue is used to track...