You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/connecting-local-nodes.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@
4
4
5
5
[Telepresence](https://github.com/telepresenceio/telepresence) can be used to make a connection from the cluster to your local machine. Telepresence is designed to intercept cluster commmunication and forward it to your local machine so we will have to install a dummy pod and service to receive the traffic that will get forwarded.
6
6
7
+
> [!NOTE]
8
+
> This guide uses `kubectl` which is available from the [Kubernetes website](https://kubernetes.io/docs/tasks/tools/).
Copy file name to clipboardExpand all lines: docs/install.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Installing Warnet
2
2
3
-
Warnet requires Kubernetes (k8s) and helm in order to run the network. Kubernetes can be run remotely or locally (with minikube or Docker Desktop).`kubectl` and`helm` must be run locally to administer the network.
3
+
Warnet requires Kubernetes (k8s) and Helm in order to run the network. Kubernetes can be run remotely or locally (with minikube or Docker Desktop). `helm` must be run locally to administer the network.
4
4
5
5
## Dependencies
6
6
7
7
### Remote (cloud) cluster
8
8
9
-
The only two dependencies of Warnet are`helm` and `kubectl` configured to talk to your cloud cluster.
9
+
The only dependency of Warnet is`helm`.
10
10
11
11
### Running Warnet Locally
12
12
@@ -30,15 +30,14 @@ minikube start
30
30
31
31
Minikube has a [guide](https://kubernetes.io/docs/tutorials/hello-minikube/) on getting started which could be useful to validate that your minikube is running correctly.
32
32
33
-
### Testing kubectl and helm
33
+
### Testing helm
34
34
35
-
The following commands should run on both local and remote clusters. Do not proceed unless kubectl and helm are working.
35
+
The following commands should run on both local and remote clusters. Do not proceed unless helm is working.
0 commit comments