Gyuho Lee

Results 28 issues of Gyuho Lee

c.f., https://github.com/ava-labs/avalanche-ops/pull/376 ideally, we shouldn't hard-code plugin bootstrap script. We can follow the pattern here: https://github.com/gyuho/aws-manager/blob/main/examples/ec2_plugins.rs And do something like ```yaml UserData: Fn::Base64: Fn::Sub: | #!/usr/bin/env bash # install aws...

enhancement

Currently, we only tags VPC, ASG resources with user id, so for s3 bucket, it's hard to tell who created (and who forgot to clean up). Use s3 put bucket...

good first issue

https://www.paradigm.xyz/2023/06/flood 1. Set up a pool of VPCs 2. Weekly trigger scalability testing job on subnet-evm 3. Reuse existing VPC to set up a custom network with subnet-evm (latest binaries)...

enhancement

Found some weird behavior in our avalanchego wallet code (where `GetTx` fails if the subnet TX is not found in the cache, e.g., run `add subnet` and `add subnet-validator` separately......

DO NOT MERGE

#### What type of PR is this? /kind cleanup #### What this PR does / why we need it: The "RemoveStaleState" is the part of the normal reconcile process, thus...

priority/backlog
area/kubelet
kind/cleanup
lgtm
sig/node
release-note
size/S
cncf-cla: yes
triage/accepted

https://github.com/NVIDIA/k8s-device-plugin/blob/f566a821e75e93d190c38178b50f8049cce1c006/internal/rm/health.go#L65-L71 but says different in https://docs.nvidia.com/deploy/pdf/XID_Errors.pdf ![Image](https://github.com/user-attachments/assets/c2c245c7-9086-4b7c-9416-7a8dddd1db39) Can we document whether it is safe to mark xid 68 as user app error?