mirror of
https://github.com/rancher/norman.git
synced 2025-08-19 07:46:59 +00:00
Merge pull request #387 from cbron/k3s-coredns-on
Enable coredns in k3s
This commit is contained in:
commit
992a35eef4
@ -44,7 +44,6 @@ func getEmbedded(ctx context.Context) (bool, clientcmd.ClientConfig, error) {
|
||||
func k3sServer(ctx context.Context, endpoints []string) (string, error) {
|
||||
cmd := exec.Command("k3s", "server",
|
||||
"--no-deploy=traefik",
|
||||
"--no-deploy=coredns",
|
||||
"--no-deploy=servicelb",
|
||||
"--no-deploy=metrics-server",
|
||||
"--no-deploy=local-storage",
|
||||
|
Loading…
Reference in New Issue
Block a user