Emmanuel Gomez

Results 56 comments of Emmanuel Gomez

Options for the discovery part: 1. Use an additional private IP. Distribute a private IP to all instances running `kubelet`, then attach the IP as a [secondary private IP](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/MultipleIP.html) to...

A. Run under `fleet` Submit `kube-apiserver.service` to `fleet` per normal, ensuring that only a single instance is running at a time in the cluster Pros: `fleet` will restart/reschedule if process...

B. Run under `kubelet` Place manifest for pod in directory watched by `kubelet --config /etc/kubernetes/manifests` (e.g., `/etc/kubernetes/manifests/kube-apiserver.yaml`) Pros: `apiserver` will be visible as a kubernetes component (stats, logs, etc) Cons:...

@djrobstep I am also interested in support for composite types in migra. Is your in-progress work something that I could use as a starting point to implement this myself? If...

I, too would like support for comments. I am also using Postgraphile. Also SchemaSpy looks very interesting as a form of (potentially publishable) schema documentation. Thankfully, Postgraphile recently gained support...

We currently use this patch on top of 4.6.2. I'd be happy to open a PR for 4.6.x, if someone will create a branch I can use as a PR...

My goal is to parse the output from the go stdlib `log/syslog` package. It [outputs syslog message with timestamps in time.RFC3339](http://golang.org/src/log/syslog/syslog.go?s=3915:3960#L298) when sending to a remote destination. Go's `time.RFC3339` is...

This is a drive-by, so feel free to disregard. Wouldn't this be a nicer API if implemented in terms of `p11.PrivateKey` and `p11.PublicKey`? I.e., ``` func (priv PrivateKey) Wrap(mechanism pkcs11.Mechanism,...

One reason that a specific Okta provider may be required: for OIDC applications using the Authorization Code flow, Okta does not return groups in the ID token, even when the...

We are experiencing timeouts in pods being served by kube2iam. The current blocking approach on first request causes this latency. Since it is triggering timeouts, and our goal for kube2iam...