Robert Bost

Results 41 comments of Robert Bost

The k8s REST API does not provide the `Kind` value. `kubectl` (or one of its dependencies) inserts the `Kind` information. Perhaps the code that figures the `Kind` info can be...

I had to install `gcc-c++` (per #39) in order to get around: ``` checking for libboost >= 1.39... configure: error: libboost version 1.41 or higher is required to compile electricsheep....

hey @seb54000 i just want to acknowledge your issue. I haven't dug into yet but I plan to soon. The microk8s bridge for ksniff is pretty complicated so there's a...

I think we need a note or info blob that clarifies this guide is _not_ for storage DRS (only compute)

I support adding this new doc to the other vSphere UPI pages. We haven't tested this on VMC and it wouldn't apply since VMC uses Compute Policies instead of typical...

@markmandel I'm seeing this issue in OpenShift-on-AWS too (probably similar underlying parts as EKS) and can open a PR. However, I just found https://github.com/googleforgames/agones/commit/3c38876382d505244af68489211d8916dce07596 which might be better for me...

> I consider using pkg/cloudproduct since the NLB Health Checks must be aware of the Service nodePort and this isn't available at install time using Helm/YAML. After typing this, I...