Jesse Stutler

Results 38 issues of 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...

question

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....

ref: #3642 ,#3738

lgtm
ok-to-test
size/L

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...

size/L

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...

size/S
retest-not-required-docs-only

### 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...

help wanted
good first issue
priority/high
area/scheduling
kind/question

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...

size/S

**Describe the bug** ![Image](https://github.com/user-attachments/assets/738c84b2-60b7-4cdb-afc0-f681427abf01) 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...

kind/documentation