You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: show tip to run minikube logs command and attach logs.
84
-
Action: fmt.Sprintf("open an issue at %s", constants.GithubIssueLink),
85
-
}}
86
-
}
87
-
return []*proto.Suggestion{{
88
-
SuggestionCode: proto.SuggestionCode_OPEN_ISSUE,
89
-
Action: fmt.Sprintf("Something went wrong with your cluster %q. Try again.\nIf this keeps happening please open an issue at %s", deployCfg.GetKubeContext(), constants.GithubIssueLink),
description: "internal system error for minikube cluster",
86
-
context: "minikube",
87
-
isMinikube: true,
88
-
err: fmt.Errorf("Error: (Internal Server Error: the server is currently unable to handle the request)"),
89
-
expected: "Deploy Failed. Error: (Internal Server Error: the server is currently unable to handle the request). Check if minikube is running using \"minikube status\" command and try again or open an issue at https://github.com/GoogleContainerTools/skaffold/issues/new.",
Action: "Check if minikube is running using \"minikube status\" command and try again",
96
-
},
97
-
{
98
-
SuggestionCode: proto.SuggestionCode_OPEN_ISSUE,
99
-
Action: fmt.Sprintf("open an issue at %s", constants.GithubIssueLink),
100
-
},
101
-
},
102
-
},
103
-
},
104
-
{
105
-
description: "internal system error for k8s cluster",
106
-
context: "test_cluster",
107
-
err: fmt.Errorf("Error: (Internal Server Error: the server is currently unable to handle the request)"),
108
-
expected: "Deploy Failed. Error: (Internal Server Error: the server is currently unable to handle the request). Something went wrong with your cluster \"test_cluster\". Try again.\nIf this keeps happening please open an issue at https://github.com/GoogleContainerTools/skaffold/issues/new.",
Message: "Error: (Internal Server Error: the server is currently unable to handle the request)",
112
-
Suggestions: []*proto.Suggestion{{
113
-
SuggestionCode: proto.SuggestionCode_OPEN_ISSUE,
114
-
Action: "Something went wrong with your cluster \"test_cluster\". Try again.\nIf this keeps happening please open an issue at https://github.com/GoogleContainerTools/skaffold/issues/new",
// TODO: show tip to run minikube logs command and attach logs.
118
+
Action: fmt.Sprintf("open an issue at %s", constants.GithubIssueLink),
119
+
}}
120
+
}
121
+
return []*proto.Suggestion{{
122
+
SuggestionCode: proto.SuggestionCode_OPEN_ISSUE,
123
+
Action: fmt.Sprintf("Something went wrong with your cluster %q. Try again.\nIf this keeps happening please open an issue at %s", deployCfg.GetKubeContext(), constants.GithubIssueLink),
0 commit comments