Robin Björklin
Robin Björklin
I wouldn't mind closing this. For my own use-case I would much prefer running a cluster on public only IPv6 addresses and protect my cluster through strict firewall rules.
I just came across [this comment](https://github.com/syself/cluster-api-provider-hetzner/issues/213#issuecomment-1460619927). Are you using [Cilium Host Firewall](https://docs.cilium.io/en/latest/security/host-firewall/) to lock down etcd and other services on your control plane nodes from external access?
@edevil I've created a [pull request](https://github.com/coreos/coreos-kubernetes/pull/902) that uses etcd3 and upgrades Kubernetes to 1.7.3. Feel free to check it out!
@pswenson @timm088 I spent some time and created a fairly significant pull request that updates Kubernetes to 1.7.3 and all it's dependencies, view it [here](https://github.com/coreos/coreos-kubernetes/pull/902). It's a vagrant multi-host setup...
Hello! I'm looking at using websockets in a project and this PR looks like a promising contribution. What's the status here?
I can't find the released 2.3.1 in maven central. Has something gone wrong with the upload?
For what it's worth I'd be interested in seeing this merged. I could probably help whip up the templates requested if that would help move things along.
[Beej's Guide](https://beej.us/guide/bgnet/html/) to the rescue. The PR works now :smiley:
This looks related to my suggested change in #51, no?
I'm seeing a very similar issue where our java application consistently stops responding on the published port within 60 seconds of application start. However if I change the port the...