From ead799d7c5973fb4bcdc55ef4da2af1a8370ea18 Mon Sep 17 00:00:00 2001 From: Medya Ghazizadeh Date: Wed, 19 Jun 2019 18:02:23 -0700 Subject: [PATCH] Remove deprecated reporting api --- pkg/minikube/constants/constants.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/minikube/constants/constants.go b/pkg/minikube/constants/constants.go index 72049283036f..7b97f716eb02 100644 --- a/pkg/minikube/constants/constants.go +++ b/pkg/minikube/constants/constants.go @@ -181,9 +181,6 @@ func GetProfileFile(profile string) string { return filepath.Join(GetMinipath(), "profiles", profile, "config.json") } -// ReportingURL is the URL for reporting a minikube error -const ReportingURL = "https://clouderrorreporting.googleapis.com/v1beta1/projects/k8s-minikube/events:report?key=AIzaSyACUwzG0dEPcl-eOgpDKnyKoUFgHdfoFuA" - // AddonsPath is the default path of the addons configuration const AddonsPath = "/etc/kubernetes/addons"