Does anyone have a working example of server deplo...
# netmaker
b
Does anyone have a working example of server deployment to k8s for 0.17.1 ?
j
@breezy-dentist-99929 try using just the yaml configs from the Netmaker repo for now. We're going to get the helm charts updated this week but in the meantime, this should work: https://github.com/gravitl/netmaker/tree/master/k8s/server
b
it also doesnt seem to work as is
have managed to hack together something that is starting to work
j
Ahhh ok, I'm guessing our switch to websockets is screwing with the implementation
b
yeah sounds like, cause we hacked around with the mosquito conf
apiVersion: v1 data: mosquitto.conf: | per_listener_settings true listener 8883 allow_anonymous false listener 1883 protocol websockets allow_anonymous true kind: ConfigMap metadata: labels: app.kubernetes.io/instance: mosquitto app.kubernetes.io/name: mosquitto name: mosquitto-config namespace: netmaker
striped out the auth enabled web sockets
j
oooooh yes that would do it, looks like we didn't update the mosquitto config
we'll have that updated this week
b
which im not sure if that we have is secure or not but we are still early POC and just needed to unblock so
@jolly-london-20127 here are the logs when running server on
image: gravitl/netmaker:v0.17.1
and here is the current config
Something else that generated some confusion is the mentions of grpc dns endpoints in the newer docs ... which we currently dont have configured
j
Thanks @breezy-dentist-99929 we'll have a look. Grpc should not be necessary in any newer versions, can you point to where in the docs this is mentioned?
b
j
ahhh yeah, those docs are quite out of date
b
by the way we switched out the EKS nodes for latest bottlerocket AMI which ships with kernel wireguard and server is up and running nicely for now
2 Views