Skip to content

Commit

Permalink
Merge pull request #388 from ibuildthecloud/master
Browse files Browse the repository at this point in the history
Fix local node name to "local-node"
  • Loading branch information
ibuildthecloud authored Sep 30, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 992a35e + 8339c49 commit 693d65a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kwrapper/k8s/k3s_linux.go
Original file line number Diff line number Diff line change
@@ -47,6 +47,7 @@ func k3sServer(ctx context.Context, endpoints []string) (string, error) {
"--no-deploy=servicelb",
"--no-deploy=metrics-server",
"--no-deploy=local-storage",
"--node-name=local-node",
fmt.Sprintf("--datastore-endpoint=%s", strings.Join(endpoints, ",")))
cmd.SysProcAttr = &syscall.SysProcAttr{
Pdeathsig: syscall.SIGKILL,

0 comments on commit 693d65a

Please sign in to comment.