diff --git a/pkg/kwrapper/k8s/k3s_linux.go b/pkg/kwrapper/k8s/k3s_linux.go index 6f52be1e..ba4ca9ed 100644 --- a/pkg/kwrapper/k8s/k3s_linux.go +++ b/pkg/kwrapper/k8s/k3s_linux.go @@ -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,