Skip to content

Commit

Permalink
k3s options update
Browse files Browse the repository at this point in the history
  • Loading branch information
Brenda Rearden committed Feb 1, 2020
1 parent acbc111 commit 873e994
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/kwrapper/k8s/k3s_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ func k3sServer(ctx context.Context, endpoints []string) (string, error) {
"--no-deploy=traefik",
"--no-deploy=coredns",
"--no-deploy=servicelb",
"--no-deploy=metrics-server",
"--no-deploy=local-storage",
"--disable-agent",
fmt.Sprintf("--storage-endpoint=%s", strings.Join(endpoints, ",")),
"--storage-backend=etcd3")
fmt.Sprintf("--datastore-endpoint=%s", strings.Join(endpoints, ",")))
cmd.SysProcAttr = &syscall.SysProcAttr{
Pdeathsig: syscall.SIGKILL,
}
Expand Down

0 comments on commit 873e994

Please sign in to comment.