Alex Feiszli

Results 107 comments of Alex Feiszli

I just ran into the same issue attempting this process: 1. Installed private interfaces on all Ubuntu servers using 10.99.x.x addresses (using Netmaker though this shouldn't matter) 2. Installed MicroK8s...

Update: to set internal IP's you can run the following (run as root on each node): echo --node-ip=$(ip address show dev YOUR_PRIVATE_INTERFACE | grep 'inet ' | awk -F '...

**[from the Netmaker side]:** Have you checked with a simple ping to make sure nodes are still able to talk to each other over the private addresses (you can also...

This fixed the ClusterIP issue for me. For posterity, a quick hack to run on each node, that will take the all node hostnames and advertised addresses, and insert them...

@ArseniiPetrovich, @ktsakalozos mentioned that hostnames may need to be reachable before running the cluster install. I've reinstalled by first setting up hostnames. I still recieved a timeout, but it appears...

I believe I've found a key piece of this. If you do a "kubectl describe svc kubernetes -n default", you will see the endpoints are still pointing to the public...

Hi, I'm also interested in Docs. A simple readme with an example configuration would be enough. Just hard to use without any info.

@mdlayher Is there still no support for FreeBSD with wgctrl-go? Just ran into an issue trying to retrieve the interface while attempting to integrate on FreeBSD.

@mdlayher is there any way to tell wgctrl to use userspace when calling wgctrl.New? If not, is there a way to trick it into thinking it should be using userspace?...

I'm definitely missing something. Not sure which path sockets get added to, but wireguard was installed on freebsd using: `pkg install wireguard` There is an active, functioning interface, but no...