mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 08:47:35 +08:00
fixes due to rebase
This commit is contained in:
@@ -26,7 +26,7 @@ const KUBERNETES_LISTEN_PORT = 31821
|
||||
const KUBERNETES_SERVER_MTU = 1024
|
||||
|
||||
// ServerJoin - responsible for joining a server to a network
|
||||
func ServerJoin(networkSettings *models.Network, serverID string) error {
|
||||
func ServerJoin(networkSettings *models.Network) error {
|
||||
|
||||
if networkSettings == nil || networkSettings.NetID == "" {
|
||||
return errors.New("no network provided")
|
||||
|
Reference in New Issue
Block a user