Derek Brown

Results 86 comments of Derek Brown

I believe downgrading `chalk` to version 4 should fix this: https://github.com/amanda-mitchell/suppress-eslint-errors/pull/290

@aduth do you have plans to work on this? If not, I would be willing to jump in.

@rdpsin I am wondering if this feature could be implemented using a custom resource instead: 1. The CSI controller would implement a custom resource called `EBSVolumeParameters` which would contain the...

> This would be EBS specific; will require creating new sidecars. I agree this is less-than-ideal. However, a bespoke implementation might be a good way to demonstrate a broader need...

I got it working with the following: ``` brew install ruby ruby-build rbenv libiconv gcc export NOKOGIRI_USE_SYSTEM_LIBRARIES=true vagrant plugin install vagrant-libvirt ```

> Of course, if I'm completely off base w/ my understanding, can you please provide a walkthrough of how a particular problem manifests? We have a slightly different need/usecase for...

@jayanthvn would setting `ENABLE_PREFIX_DELEGATION=True` help us with this situation as well (assuming we are allocating a sufficient prefix)? I am trying to understand the tradeoffs between `ENABLE_PREFIX_DELEGATION=False` and `ENABLE_PREFIX_DELEGATION=True`.

@jayanthvn related; we install CNI via a Terraform `aws_eks_addon`. Is there a best practice way to set environment variables (ex. `WARM_IP_TARGET`) using these? The approach I have been able to...

@jayanthvn this doesn't appear to fix the issue. We still see failure to assign IPs with tons of available IPs: ``` {"level":"debug","ts":"2022-08-23T02:54:21.424Z","caller":"networkutils/network.go:280","msg":"Trying to find primary interface that has mac :...

I think I have found the root cause. This little line probably should have stood out as odd: ``` {"level":"debug","ts":"2022-08-23T03:12:15.395Z","caller":"datastore/data_store.go:790","msg":"Get free IP from prefix failed no free IP available in...