Jiaxin Shan

Results 271 issues of Jiaxin Shan

### What steps did you take: aws add [IAM For Service Account](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html) feature and aws user doesn't have to inject AWS credentials as env variables. This requires us to use...

area/frontend
area/backend
kind/feature
status/triaged

Hi, I am new to QUIC and investigating whether QUIC is beneficial to Golang rpc framework? Do you know any uses cases to adopt `quic-go` ask the building blocks for...

### Search before asking - [X] I had searched in the [issues](https://github.com/ray-project/kuberay/issues) and found no similar feature requirement. ### Description Job in Ray core doesn't support timeout yet. This can...

enhancement

### Search before asking - [X] I had searched in the [issues](https://github.com/ray-project/kuberay/issues) and found no similar feature requirement. ### Description Currently, we use stdout to catch control plane logs. This...

enhancement

### Search before asking - [X] I had searched in the [issues](https://github.com/ray-project/kuberay/issues) and found no similar feature requirement. ### Description When we submit jobs to existing cluster, there's an issue...

enhancement

After I schedule two pods, pod status is changed to pending which is expected and after that, they were changed to `ProviderFailed` ``` ➜ k get pods NAME READY STATUS...

Signed-off-by: Jiaxin Shan Resolve #13 Make `AssignPublicIPv4Address` default to `true` helps user run through their demo.

https://github.com/virtual-kubelet/aws-fargate/blob/3508966a4d91e1f51eb06109fa1b5cc58738d419/go.mod#L25 is being used in this project. VK just release v1.4.0 this week, there're lots of changes including the first major release v1.0 and some more features and bug fixes...

Address https://github.com/virtual-kubelet/aws-fargate/issues/17 `UpdatePod` will be invoked in every loop because of following logic. https://github.com/virtual-kubelet/virtual-kubelet/blob/bd742d5d99eafb0140f32def3b071028925d9dfa/node/pod.go#L75-L76 actual pod spec will always has service account token and default tolerance like `node.kubernetes.io/not-ready:NoExecute`. Returning `errNotImplemented...

For every new pod, Fargate provider create a new branch new `Task Definition` and then start a new `Task` from it. For most of the services, most of the pods...