Skip to content

Commit

Permalink
Remove reference to parse-api-server-url.sh from help text
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuleimenov committed Jun 4, 2024
1 parent b68a3a8 commit 26a3e2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions provider-kubeconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,8 +740,9 @@ def _generate_kubeconfig(self, sa, namespace, filename, api_server_ip='', kubeco
The default value is ~/.kube/config''')
parser.add_argument("-s", "--apiserverurl", help='''This flag is to be used to pass the API Server URL of the
API server on which KubePlus is installed. This API Server URL will be used in constructing the
server endpoint in the provider kubeconfig. Use the parse-api-server-url.sh script available in KubePlus repo
to get the API Server URL.''')
server endpoint in the provider kubeconfig. Use the command
`kubectl config view --minify -o jsonpath='{.clusters[0].cluster.server}'`
to retrieve the API Server URL.''')
parser.add_argument("-f", "--filename", help='''This flag is used to specify the
output file name in which generated provider kubeconfig will be store
(The default value is kubeplus-saas-provider.json)''')
Expand Down

0 comments on commit 26a3e2f

Please sign in to comment.