mirror of
https://github.com/rancher/norman.git
synced 2025-09-17 15:49:53 +00:00
k3s disable agent removal
This commit is contained in:
@@ -48,7 +48,6 @@ func k3sServer(ctx context.Context, endpoints []string) (string, error) {
|
||||
"--no-deploy=servicelb",
|
||||
"--no-deploy=metrics-server",
|
||||
"--no-deploy=local-storage",
|
||||
"--disable-agent",
|
||||
fmt.Sprintf("--datastore-endpoint=%s", strings.Join(endpoints, ",")))
|
||||
cmd.SysProcAttr = &syscall.SysProcAttr{
|
||||
Pdeathsig: syscall.SIGKILL,
|
||||
|
Reference in New Issue
Block a user