Skip to content

Commit

Permalink
Merge pull request #37174 from bobfuru/patch-3
Browse files Browse the repository at this point in the history
Add missing period
  • Loading branch information
k8s-ci-robot authored Oct 6, 2022
2 parents 0585f1e + 64ca4f1 commit d601e2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ If the application is deployed as a Pod in the cluster, see [Accessing the API f

#### Python client

To use [Python client](https://github.com/kubernetes-client/python), run the following command: `pip install kubernetes` See [Python Client Library page](https://github.com/kubernetes-client/python) for more installation options.
To use [Python client](https://github.com/kubernetes-client/python), run the following command: `pip install kubernetes`. See [Python Client Library page](https://github.com/kubernetes-client/python) for more installation options.

The Python client can use the same [kubeconfig file](/docs/concepts/configuration/organize-cluster-access-kubeconfig/)
as the kubectl CLI does to locate and authenticate to the API server. See this [example](https://github.com/kubernetes-client/python/blob/master/examples/out_of_cluster_config.py):
Expand Down

0 comments on commit d601e2c

Please sign in to comment.