Jeff Schroeder

Results 37 issues of Jeff Schroeder

I watched a consumer of an API using this iterate over and over on a list of dicts for 1 field. In the Django ORM, this is where something like...

enhancement
help wanted

None of my cluster nodes have kubectl installed or configured on them. It would be nice to have a way for the kubectl commands to run on the workstation powerfulseal...

help wanted
good first issue
hacktoberfest

Micropython runs pretty well on the [esp8266](https://docs.micropython.org/en/latest/esp8266/esp8266/tutorial/intro.html) and [esp32](https://github.com/micropython/micropython-esp32). Can it be made to work with mongoose os?

longterm

Choose one: BUG REPORT ## Versions * Platform: RHEL7 * Kubelet Version: v1.6.4+coreos.0 * RPM Version: tectonic-worker-1.6.4-2.noarch ## What happened? Container Linux Update Agent constantly goes into `CrashLoopBackOff` on all...

os/rhel
kind/usabilty

What would be required to support on-premise clusters? Obviously it would be some code changes, but given remote management such as IPMI and some decent tooling, this seems possible.

I'd envision it using some magic such as ECMP, but it doesn't much matter tbh how it works: This [project from google](https://github.com/google/metallb) is a P.O.C. of doing something similar. This...

enhancement

There are some small devices that would be nice to use with find which only support something like BLE (bluetooth low energy) in addition to any IOS device. Would it...

discussion

For a few of my users, they'd like to use this library (for it's depth with db libs, redis, and requests / urllib) with the opentracing [python-django](https://github.com/opentracing-contrib/python-django) [middleware](https://github.com/opentracing-contrib/python-django/blob/master/django_opentracing/middleware.py). Would the...

There is [a feature](http://mesos.apache.org/documentation/latest/networking-for-mesos-managed-containers/) in the just released Mesos 0.25 for assigning up addresses to each container. This placeholder is to add a way of specifying a static ip for...

Before starting the scheduler, I'm exporting `$MESOS_NATIVE_LIBRARY` as the path to the mesos library on the framework machine and all mesos agent machines. This is not honored and when it...