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
Below are the required tools, along with the versions used by the script:
31
27
32
-
> **Note** The installation script will automatically check if these tools are installed and will ask for your confirmation to install them if they are missing. It will install each tool using a fixed version, except for Docker, which will be installed at the latest version. After Docker installation, an additional CLI command will be required to ensure its proper functionality.
> **Note** The installation script will automatically check if these tools are installed and will ask for your confirmation to install them if they are missing. It will install each tool using a fixed version, except for Docker, which will be installed at the stable version. After Docker installation, an additional CLI command will be required to ensure its proper functionality.
33
35
34
36
## Common issues with KIND
35
37
@@ -106,6 +108,7 @@ The script will create two different types of Kubernetes clusters, each consisti
106
108
```sh
107
109
newgrp docker
108
110
```
111
+
109
112
This command opens a new shell with updated group permissions. After executing it, simply restart the installation script.
110
113
111
114
6. After executing the script, you can verify the status of the pods in the consumer cluster using the following commands:
@@ -172,7 +175,7 @@ Let’s start by deploying an example `solver` Custom Resource (CR) on the `flui
172
175
173
176
The result should be something like this:
174
177
175
-
```
178
+
```sh
176
179
NAME INTENT ID FIND CANDIDATE RESERVE AND BUY PEERING STATUS MESSAGE AGE
177
180
solver-sample intent-sample truetruetrue Solved Solver has completed all the phases 83s
178
181
```
@@ -229,7 +232,7 @@ Another example involves deploying the `solver-service`, which requests a provid
229
232
230
233
The result should be something like this:
231
234
232
-
```
235
+
```sh
233
236
NAME INTENT ID FIND CANDIDATE RESERVE AND BUY PEERING STATUS MESSAGE AGE
234
237
solver-sample-service intent-sample-service truetruetrue Solved Solver has completed all the phases 83s
235
238
```
@@ -247,7 +250,7 @@ This script will delete both the kind clusters and their corresponding kubeconfi
247
250
248
251
## Manual installation
249
252
250
-
Please, make sure you have [helm](https://helm.sh/docs/intro/install/) installed. (prerequisites installed?)
253
+
Please, make sure you have [helm](https://helm.sh/docs/intro/install/) installed.
251
254
252
255
To install the FLUIDOS Node on your Kubernetes cluster already up and running, you must ensure you have [Liqo](https://liqo.io/) up and running.
0 commit comments