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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user