Skip to content

Commit

Permalink
Fix the describe link 'not foud' error. (kubeflow#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
xauthulei authored and k8s-ci-robot committed Aug 18, 2019
1 parent 17664e3 commit 31d9c7a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pkg/kfapp/coordinator/coordinator.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,9 @@ func usageReportWarn(components []string) {
"To disable it\n" +
"If you have already deployed it run the following commands:\n" +
" cd $(pwd)\n" +
" ks delete default -c spartakus\n" +
" kubectl -n ${K8S_NAMESPACE} delete deploy -l app=spartakus\n" +
"\n" +
"Then run the following command to remove it from your ksonnet app:\n" +
" ks component rm spartakus\n" +
"\n" +
"For more info: https://www.kubeflow.org/docs/guides/usage-reporting/\n" +
"For more info: https://www.kubeflow.org/docs/other-guides/usage-reporting/\n" +
"****************************************************************\n" +
"\n"
for _, comp := range components {
Expand Down

0 comments on commit 31d9c7a

Please sign in to comment.