Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
devdattakulkarni committed Jun 6, 2024
2 parents 6493a81 + 6ab456e commit 2cf8401
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 2cf8401

Please sign in to comment.