Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update npm packages #1201

Merged
merged 4 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ sudo apt update && sudo apt upgrade -y

## Configure WSL2

Then, you have 2 options to continue the installation:

- [WSL2 and systemd](./1.wsl2-with-systemd.md)
Take a look on how to configure the installation with [WSL2 and systemd](./1.wsl2-with-systemd.md).

::alert{type="info"}
In order to have Docker and Kubernetes, we need to use `systemd`. WSL2 supports `systemd`natively but it is not enabled by default.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Useful commands for WSL2

- To verify the WSL version:

```powershell [powershell]
wsl --list --verbose
```

- To view installed distro list:

```powershell [powershell]
wsl --list
```

- To change the default distro:

```powershell [powershell]
wsl --set-default <distro_name>
```

- To launch a distro:

```powershell [powershell]
wsl -d <distro_name>
```

- To launch the default distro:

```powershell [powershell]
wsl
```

- To launch a distro with a specific user:

```powershell [powershell]
wsl -d <distro_name> -u <user_name>
```

- To launch a command in a distro:

```powershell [powershell]
wsl -d <distro_name> -e <command>
```

- To lanch a distro in a specific directory:

```powershell [powershell]
wsl -d <distro_name> -w <directory>
```

- To uninstall a distro:

```powershell [powershell]
wsl --unregister <distro_name>
```
5 changes: 5 additions & 0 deletions .docs/content/1.installation/2.windows/3.installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Installation on Windows

::alert{type="warning"}
Currently, ArmoniK is only available on Linux. But you can use [WSL2 to install ArmoniK](./0.installation-using-wsl2.md) on Windows.
::
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ docker build -f"./csharp/native/HelloWorld/Worker/Dockerfile" -t hello "./csharp

## Partition

Add a helloworld partition to [parameter.tfvar](../../../../infrastructure/quick-deploy/localhost/parameters.tfvars).
Add a helloworld partition to [parameter.tfvar](https://github.com/aneoconsulting/ArmoniK/blob/main/infrastructure/quick-deploy/localhost/parameters.tfvars).

Copy the default one and change the partition name, add a tag to "latest", set the image to "hello".

Expand Down
4 changes: 2 additions & 2 deletions .docs/content/3.benchmarking/benchmarking-armonik-v2.10.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
In this document we present the performances of the ArmoniK version 2.10.4.

::alert{type="info"}
The benchmarks follow the [Test Plan](./0.test-plan.md).
The benchmarks follow the [Test Plan](../3.benchmarking/0.test-plan.md).
::

## Tests environment
Expand Down Expand Up @@ -59,7 +59,7 @@ with the following parameters:

| Number of pods | Resource requests per control-plane| Resource limits per control-plane| Resource requests per scheduling-agent| Resource limits per scheduling-agent| Resource requests per worker | Resource limits for per worker | Number of tasks | Task workload duration | Input payload size | Output payload size | Duration of submissions (s) | Upload speed (s) | Throughput for submissions (tasks/s) | Duration of processing (s) | Throughput for processing (tasks/s) | Duration of retrieving results (s) | Throughput for retrieving results (tasks/s) | Download speed (s) | Total time (s) |
| :--- | :--- | :--- | :--- | :--- | :----: | ---: | :----: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: |
| 100 | CPU: 200m / Memory: 512Mi | CPU: 1000m / Memory: 2048Mi | CPU: 1000m / Memory: 256Mi | CPU: 2000m / Memory: 2048Mi | CPU: 500m / Memory: 512Mi | CPU: 1000m / Memory: 2048Mi | 1K | 1 ms | 8B | 8B | | | | | | | | |
| 100 | CPU: 200m / Memory: 512Mi | CPU: 1000m / Memory: 2048Mi | CPU: 1000m / Memory: 256Mi | CPU: 2000m / Memory: 2048Mi | CPU: 500m / Memory: 512Mi | CPU: 1000m / Memory: 2048Mi | 1K | 1 ms | 8B | 8B | | | | | | | | | |
| 100 | CPU: 200m / Memory: 512Mi | CPU: 1000m / Memory: 2048Mi | CPU: 1000m / Memory: 256Mi | CPU: 2000m / Memory: 2048Mi | CPU: 500m / Memory: 512Mi | CPU: 1000m / Memory: 2048Mi | 5K | 1 ms | 8B | 8B | | | | | | | | | |
| 100 | CPU: 200m / Memory: 512Mi | CPU: 1000m / Memory: 2048Mi | CPU: 1000m / Memory: 256Mi | CPU: 2000m / Memory: 2048Mi | CPU: 500m / Memory: 512Mi | CPU: 1000m / Memory: 2048Mi | 10K | 1 ms | 8B | 8B | | | | | | | | | |
| 100 | CPU: 200m / Memory: 512Mi | CPU: 1000m / Memory: 2048Mi | CPU: 1000m / Memory: 256Mi | CPU: 2000m / Memory: 2048Mi | CPU: 500m / Memory: 512Mi | CPU: 1000m / Memory: 2048Mi | 100K | 1 ms | 8B | 8B | | | | | | | | | |
Expand Down
4 changes: 2 additions & 2 deletions .docs/content/3.benchmarking/benchmarking-armonik-v2.10.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
In this document we present the performances of the ArmoniK version 2.10.5.

::alert{type="info"}
The benchmarks follow the [Test Plan](./0.test-plan.md).
The benchmarks follow the [Test Plan](../3.benchmarking/0.test-plan.md).
::

## Tests environment
Expand Down Expand Up @@ -59,7 +59,7 @@ with the following parameters:

| Number of pods | Resource requests per control-plane| Resource limits per control-plane| Resource requests per scheduling-agent| Resource limits per scheduling-agent| Resource requests per worker | Resource limits for per worker | Number of tasks | Task workload duration | Input payload size | Output payload size | Duration of submissions (s) | Upload speed (s) | Throughput for submissions (tasks/s) | Duration of processing (s) | Throughput for processing (tasks/s) | Duration of retrieving results (s) | Throughput for retrieving results (tasks/s) | Download speed (s) | Total time (s) |
| :--- | :--- | :--- | :--- | :--- | :----: | ---: | :----: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: |
| 100 | CPU: 200m / Memory: 512Mi | CPU: 1000m / Memory: 2048Mi | CPU: 1000m / Memory: 256Mi | CPU: 2000m / Memory: 2048Mi | CPU: 500m / Memory: 512Mi | CPU: 1000m / Memory: 2048Mi | 1K | 1 ms | 8B | 8B | | | | | | | | |
| 100 | CPU: 200m / Memory: 512Mi | CPU: 1000m / Memory: 2048Mi | CPU: 1000m / Memory: 256Mi | CPU: 2000m / Memory: 2048Mi | CPU: 500m / Memory: 512Mi | CPU: 1000m / Memory: 2048Mi | 1K | 1 ms | 8B | 8B | | | | | | | | | |
| 100 | CPU: 200m / Memory: 512Mi | CPU: 1000m / Memory: 2048Mi | CPU: 1000m / Memory: 256Mi | CPU: 2000m / Memory: 2048Mi | CPU: 500m / Memory: 512Mi | CPU: 1000m / Memory: 2048Mi | 5K | 1 ms | 8B | 8B | | | | | | | | | |
| 100 | CPU: 200m / Memory: 512Mi | CPU: 1000m / Memory: 2048Mi | CPU: 1000m / Memory: 256Mi | CPU: 2000m / Memory: 2048Mi | CPU: 500m / Memory: 512Mi | CPU: 1000m / Memory: 2048Mi | 10K | 1 ms | 8B | 8B | | | | | | | | | |
| 100 | CPU: 200m / Memory: 512Mi | CPU: 1000m / Memory: 2048Mi | CPU: 1000m / Memory: 256Mi | CPU: 2000m / Memory: 2048Mi | CPU: 500m / Memory: 512Mi | CPU: 1000m / Memory: 2048Mi | 100K | 1 ms | 8B | 8B | | | | | | | | | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
In this document we present the performances of the ArmoniK version 2.12.3.

::alert{type="info"}
The benchmarks follow the [Test Plan](./0.test-plan.md).
The benchmarks follow the [Test Plan](../3.benchmarking/0.test-plan.md).
::

## Tests environment
Expand Down
10 changes: 9 additions & 1 deletion .docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,13 @@ export default defineNuxtConfig({
siteName: 'ArmoniK',
siteDescription: 'The high throughput compute grid project using Kubernetes'
}
}
},

robots: {
robotsTxt: false
},

ogImage: {
enabled: false,
},
})
15 changes: 8 additions & 7 deletions .docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@
"lint:md:fix": "markdownlint . --fix && case-police --fix ./**/*.md"
},
"dependencies": {
"@aneoconsultingfr/armonik-docs-theme": "^0.6.13",
"mermaid": "^10.3.1",
"nuxt": "^3.6.5"
"@aneoconsultingfr/armonik-docs-theme": "^0.6.15",
"mermaid": "^11.4.1",
"nuxt": "^3.14.1592"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.8",
"case-police": "^0.6.1",
"eslint": "^9.0.0",
"markdownlint-cli": "^0.35.0"
"@nuxt/eslint-config": "^0.7.2",
"case-police": "^0.7.2",
"eslint": "^9.16.0",
"markdownlint-cli": "^0.43.0",
"pinceau": "^0.18.10"
}
}
Loading
Loading