Jiaxin Shan
Jiaxin Shan
https://github.com/virtual-kubelet/aws-fargate/blob/3508966a4d91e1f51eb06109fa1b5cc58738d419/fargate.toml#L27 AssignPublicIPv4Address default value in configuration is `false`. This is an important setting and it allows Fargate task to have outbound network access to pull an image from registry. For...
Currently, entire pod detail is printed out. https://github.com/virtual-kubelet/aws-fargate/blob/3508966a4d91e1f51eb06109fa1b5cc58738d419/provider.go#L111 https://github.com/virtual-kubelet/aws-fargate/blob/3508966a4d91e1f51eb06109fa1b5cc58738d419/provider.go#L230 This makes virtual kubelet fargate provider logs kind of messy. Technically we don't need that many information since these can be...
Seems fargate provider is deployed as binary in EC2. This works but not operation friendly. Fargate provider will need ECS permissions instead and this can be easily integrated with IRSA....
These two PRs include some changes. It helps unblock more users in different area. https://github.com/virtual-kubelet/aws-fargate/pull/3 https://github.com/virtual-kubelet/aws-fargate/pull/6
This repo doesn't have any tag/branch/release yet. It's easy to bump everything to the latest version. However, this might not be the best case because not all the users may...
Currently, 1.15.x-1.18.x are available kubernetes versions in AWS EKS. This repo is built with https://github.com/virtual-kubelet/aws-fargate/blob/3508966a4d91e1f51eb06109fa1b5cc58738d419/go.mod#L41. We will need to bump k8s version to make sure it's up to date and...
Hi community, I am new to WebAssembly and wasi world. I recently have a question on the scope of wasi. Seems wasi-nn and wasi-smartcontract belong to wasi scope. This confuse...
Let's say we have a file system called `bfs://` which is an equivalent implementation of HDFS. We can support pyarrow operation like following way. ``` import pyarrow as pa from...
**Is your feature request related to a problem? Please describe.** We are seeing an increased latency when making calls to various AWS API's. The latency only appear on the first...
I am blocked at this step.Seems it asked me to choose wandb and it's stucked after I type `3`. No progress.. Is this expected? ``` root@5d83a2b86756:~/stanford_alpaca# torchrun --nproc_per_node=4 --master_port=3192 train.py...