Chance Zibolski
Chance Zibolski
You might try invoking nspawn with --boot so it starts an init. On Tue, Nov 10, 2015 at 6:17 PM Jonathan Boulle [email protected] wrote: > Any luck troubleshooting this further?...
I'm not sure about the best approach, but one of my use-cases is jupyterhub notebook pods. These pods can't be interrupted, but we regularly cull inactive/idle ones. I'd like to...
It's pretty easy to write a entrypoint.sh which calculates the java heap size based on the pod's memory request/limits. I've found that making the JVM heapsize 50% of the memory...
I've opened https://github.com/pires/docker-elasticsearch-kubernetes/pull/51 which should help with some of this. Once merged I'll open a PR to this repo that passes everything necessary for the containers to autodetect their memory...
I opened https://github.com/upmc-enterprises/elasticsearch-operator/pull/120 which is part of the auto-setting the JVM heap size. Still requires the image to have the entrypoint script that I've opened a PR for however.
I liked the idea mentioned of supporting an JSON based HTTP endpoint which responds with a list of pub keys. It could be as simple as an Nginx container that's...
In addition to the covers, etc, it seems that when offline (airplane mode) when viewing downloaded manga, the chapter list isn’t visible either.
Great, that would do what I want I believe then.
I think a better approach is to go the route the `nginx` ingress took, which is to use an annotation to control which services the ingress controller watches: https://github.com/kubernetes/ingress/tree/master/controllers/nginx#running-multiple-ingress-controllers I've...
They have their own protocol built on top of http2, most of the core pieces are in `k8s.io/apimachinery/pkg/util/httpstream` for how they do the protocol negotiation/versioning and the actual http2 bits....