1
0
mirror of https://github.com/rancher/norman.git synced 2025-08-18 23:36:53 +00:00

Merge pull request #387 from cbron/k3s-coredns-on

Enable coredns in k3s
This commit is contained in:
Caleb Bron 2020-09-08 13:24:16 -07:00 committed by GitHub
commit 992a35eef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",