Fix relative links issue in English content (#13307)
* `http://kubernetes.io/docs/` -> `/docs/` in content/en folder * `https://kubernetes.io/docs/` -> `/docs/` in content/en folder
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
89b2eb7f64
commit
5a5f77db64
@@ -208,7 +208,7 @@ Copy the kubeconfig file to the default location.
|
||||
juju scp kubernetes-master/0:/home/ubuntu/config ~/.kube/config
|
||||
```
|
||||
|
||||
The next step is to install the kubectl client on your local machine. The recommended way to do this on Ubuntu is using the kubectl snap ([https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-with-snap-on-ubuntu](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-with-snap-on-ubuntu)).
|
||||
The next step is to install the kubectl client on your local machine. The recommended way to do this on Ubuntu is using the kubectl snap ([/docs/tasks/tools/install-kubectl/#install-with-snap-on-ubuntu](/docs/tasks/tools/install-kubectl/#install-with-snap-on-ubuntu)).
|
||||
|
||||
The following command should be run on the machine you wish to use to control the kubernetes cluster:
|
||||
|
||||
@@ -297,5 +297,3 @@ project on github.com:
|
||||
|
||||
Feature requests, bug reports, pull requests and feedback are appreciated.
|
||||
{{% /capture %}}
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ The original documentation for this integration can be found at [https://github.
|
||||
{{% capture prerequisites %}}
|
||||
To use this guide, you must have a working kubernetes cluster that was deployed using Canonical's juju.
|
||||
|
||||
The full instructions for deploying Kubernetes with juju can be found at [https://kubernetes.io/docs/getting-started-guides/ubuntu/installation/](https://kubernetes.io/docs/getting-started-guides/ubuntu/installation/).
|
||||
The full instructions for deploying Kubernetes with juju can be found at [/docs/getting-started-guides/ubuntu/installation/](/docs/getting-started-guides/ubuntu/installation/).
|
||||
{{% /capture %}}
|
||||
|
||||
|
||||
@@ -358,5 +358,3 @@ You can remove Rancher from your cluster using kubectl. Deleting constructs in K
|
||||
kubectl delete -f cdk-rancher-nodeport.yaml
|
||||
```
|
||||
{{% /capture %}}
|
||||
|
||||
|
||||
|
||||
@@ -175,7 +175,5 @@ This is caused by the API load balancer not forwarding ports in the context of t
|
||||
|
||||
## Logging and monitoring
|
||||
|
||||
By default there is no log aggregation of the Kubernetes nodes, each node logs locally. Please read over the [logging](https://kubernetes.io/docs/getting-started-guides/ubuntu/logging/) page for more information.
|
||||
By default there is no log aggregation of the Kubernetes nodes, each node logs locally. Please read over the [logging](/docs/getting-started-guides/ubuntu/logging/) page for more information.
|
||||
{{% /capture %}}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user