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