Burton Rheutan

Results 25 comments of Burton Rheutan

Getting started on this now. Hoping for it to be ready for the HacktoberFest. Please let me know if any other features or anything has come to mind since the...

Version "v1.0" was completed here: https://github.com/alexellis/derek/pull/104 This change/update would be for version "v2.0" where the template is used to validate the incoming PR body.

I too have the same issue, although mine is an existing cluster. ``` $ snap list microk8s v1.22.8 3057 1.22/stable canonical✓ classic ``` I noticed the issue after installing the...

Similar to @nc-kab, I've updated to the `latest/edge` and restarted the calico pods. Still having the same issue. The output of `ethtool --show-offload vxlan.calico` is the same (adding this as...

@ktsakalozos I've tried that and had no effect on my cluster. I am also running as a single node. Looking at the logs of the `calico-node` pod, I can see...

> Could you also `modprobe br_netfilter` ? ``` $ modprobe br_netfilter modprobe: ERROR: could not insert 'br_netfilter': Operation not permitted $ sudo modprobe br_netfilter [sudo] password for burtonr: $ ```

I was going to suggest an additional header that could be inspected at the router, but with this statement > that also responds to a webhook. I don't think it's...

Thanks for the suggestion @brandonkal! While not quite the same, there is a possibility to have a custom domain (with TLS) per function using the [Ingress Operator](https://github.com/openfaas-incubator/ingress-operator). You can read...

What would the SDK _do_? I'm thinking we would essentially copy the functionality in the CLI that interacts with already deployed functions: `invoke`, `list`, `describe`, etc... I don't think it...

This is an intriguing problem... more than a couple use cases being described here, but as Alex pointed out, there are some high level similarities/requirements. Just thinking out loud about...