Update link targest to avoid redirects. (#5597)
This commit is contained in:
@@ -147,7 +147,7 @@ If the application is deployed as a Pod in the cluster, please refer to the [nex
|
||||
|
||||
To use [Python client](https://github.com/kubernetes-incubator/client-python), run the following command: `pip install kubernetes` See [Python Client Library page](https://github.com/kubernetes-incubator/client-python) for more installation options.
|
||||
|
||||
The Python client can use the same [kubeconfig file](/docs/user-guide/kubeconfig-file)
|
||||
The Python client can use the same [kubeconfig file](docs/tasks/access-application-cluster/configure-access-multiple-clusters/)
|
||||
as the kubectl CLI does to locate and authenticate to the apiserver. See this [example](https://github.com/kubernetes-incubator/client-python/tree/master/examples/example1.py):
|
||||
|
||||
```python
|
||||
|
||||
@@ -15,7 +15,7 @@ You'll need to have a Kubernetes cluster in place, with network policy support.
|
||||
* [Cilium](/docs/tasks/administer-cluster/cilium-network-policy/)
|
||||
* [Kube-router](/docs/tasks/administer-cluster/kube-router-network-policy/)
|
||||
* [Romana](/docs/tasks/configure-pod-container/romana-network-policy/)
|
||||
* [Weave Net](/docs/tasks/configure-pod-container/weave-network-policy/)
|
||||
* [Weave Net](/docs/tasks/administer-cluster/weave-network-policy/)
|
||||
|
||||
**Note**: The above list is sorted alphabetically by product name, not by recommendation or preference. This example is valid for a Kubernetes cluster using any of these providers.
|
||||
{% endcapture %}
|
||||
|
||||
Reference in New Issue
Block a user