kbrowder
kbrowder
So weave is great, unless you want to use kubernetes 1.23 which can be upgraded to in opensuse kubic. https://github.com/weaveworks/weave/issues/3935#issuecomment-1049175435 https://github.com/kubernetes/kops/pull/12941#issuecomment-1019847592 Flannel is available but has some of it's own...
**Description of the change** Upgrade to appVersion in Home Assistant to 2022.6.2 to pick up a newer home assistant. Change seems OK locally **Benefits** Home assistant has been on a...
So currently if you have a custom binding (which you may want in order to use composite types for instance) it wont work in sql"" or sqls"" interpolators. I think...
It's quite inconvenient to deal with this git repo when using maven/gradle/ivy/sbt or any other JVM build tool. It'd be great if this deployed to maven central.
So AFAICT (though I might be missing something) /run/flannel/docker isn't ever actually added as an environment file for docker or docker-latest on Atomic EL7, so the flannel settings don't make...
On you're front page (README.rst) you say that: urlpatterns = patterns("", ... url(r'', include("djangopypi.urls")) ) I think you need to add: url(r'.*/(?Pdists/.+)', 'django.views.static.serve', {'document_root': settings.MEDIA_ROOT}) Or the server equivalent, or...
Currently the NET_ADMIN capability is added as a capability. At least on OpenSuse Kubic's Kubernetes NET_RAW is also required otherwise you get this: ``` time="2021-04-02T00:16:53Z" level=info msg="starting wireguard server on...
##### SUMMARY vmware_vmotion should be able to move a VM to a new resourcepool even if destination_host isn't changed. I think some minor additional logic could allow this to happen...