Skip to content

Commit 4602803

Browse files
committed
Fix: fixed kubectl version for arm64
1 parent c0de5cf commit 4602803

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

docs/installation/installation.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ However, if you want to test FLUIDOS Node on your cluster already setup, we sugg
2323

2424
## Prerequisites
2525

26-
- [Docker](https://docs.docker.com/get-docker/)
27-
- [Kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
28-
- [KIND](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)
29-
- [Helm](https://helm.sh/docs/intro/install/)
30-
- [Liqo CLI tool](https://docs.liqo.io/en/stable/installation/liqoctl.html)
26+
Below are the required tools, along with the versions used by the script:
3127

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.
28+
- [Docker](https://docs.docker.com/get-docker/) v28.1.1
29+
- [Kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) v1.33.0
30+
- [KIND](https://kind.sigs.k8s.io/docs/user/quick-start/#installation) v0.27.0
31+
- [Helm](https://helm.sh/docs/intro/install/) v3.17.3
32+
- [Liqo CLI tool](https://docs.liqo.io/en/stable/installation/liqoctl.html) v1.0.0
33+
34+
> **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.
3335
3436
## Common issues with KIND
3537

@@ -106,6 +108,7 @@ The script will create two different types of Kubernetes clusters, each consisti
106108
```sh
107109
newgrp docker
108110
```
111+
109112
This command opens a new shell with updated group permissions. After executing it, simply restart the installation script.
110113

111114
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
172175

173176
The result should be something like this:
174177

175-
```
178+
```sh
176179
NAME INTENT ID FIND CANDIDATE RESERVE AND BUY PEERING STATUS MESSAGE AGE
177180
solver-sample intent-sample true true true Solved Solver has completed all the phases 83s
178181
```
@@ -229,7 +232,7 @@ Another example involves deploying the `solver-service`, which requests a provid
229232

230233
The result should be something like this:
231234

232-
```
235+
```sh
233236
NAME INTENT ID FIND CANDIDATE RESERVE AND BUY PEERING STATUS MESSAGE AGE
234237
solver-sample-service intent-sample-service true true true Solved Solver has completed all the phases 83s
235238
```
@@ -247,7 +250,7 @@ This script will delete both the kind clusters and their corresponding kubeconfi
247250

248251
## Manual installation
249252

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.
251254

252255
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.
253256

0 commit comments

Comments
 (0)