1
0
mirror of https://github.com/rancher/norman.git synced 2025-08-31 14:51:57 +00:00

Merge pull request #388 from ibuildthecloud/master

Fix local node name to "local-node"
This commit is contained in:
Darren Shepherd
2020-09-29 17:03:40 -07:00
committed by GitHub

View File

@@ -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,