From eff63d738295553f5d1f7ca3be42ec4b6c87770f Mon Sep 17 00:00:00 2001 From: Zadjad Rezai Date: Sun, 2 Aug 2020 23:58:18 +0200 Subject: [PATCH 1/2] chore(#8301): Changes https-flag description --- cmd/minikube/cmd/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/minikube/cmd/service.go b/cmd/minikube/cmd/service.go index f2f6eb0404..49edf53c8b 100644 --- a/cmd/minikube/cmd/service.go +++ b/cmd/minikube/cmd/service.go @@ -104,7 +104,7 @@ You may select another namespace by using 'minikube service {{.service}} -n Date: Sun, 2 Aug 2020 23:59:37 +0200 Subject: [PATCH 2/2] chore(docs): Adds new text to service-docs --- site/content/en/docs/commands/service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/commands/service.md b/site/content/en/docs/commands/service.md index d0a356428f..91c15ec1f2 100644 --- a/site/content/en/docs/commands/service.md +++ b/site/content/en/docs/commands/service.md @@ -22,7 +22,7 @@ minikube service [flags] SERVICE ``` --format string Format to output service URL in. This format will be applied to each url individually and they will be printed one at a time. (default "http://{{.IP}}:{{.Port}}") -h, --help help for service - --https Open the service URL with https instead of http + --https Open the service URL with https instead of http (defaults to "false") --interval int The initial time interval for each check that wait performs in seconds (default 1) -n, --namespace string The service namespace (default "default") --url Display the Kubernetes service URL in the CLI instead of opening it in the default browser