WIP: Phase 2 #2

Draft
dubey wants to merge 27 commits from phase2 into main
20 changed files with 1611 additions and 37 deletions
Showing only changes of commit 8bdccdc8c7 - Show all commits

View File

@ -2,8 +2,6 @@ package main
import ( import (
"context" "context"
"encoding/base64"
"encoding/json"
"fmt" "fmt"
"log" "log"
"net/http" "net/http"
@ -53,10 +51,10 @@ and obtains the necessary credentials to participate in the cluster.`,
nodeName string nodeName string
// Join command flags // Join command flags
leaderAPI string leaderAPI string
advertiseAddr string advertiseAddr string
leaderCACert string leaderCACert string
etcdPeer bool etcdPeer bool
) )
const ( const (