-
Hello we use armonik on distant clusters with modified images, custom ingress... I want my dev to be able reproduce the exact same setup than distant server . Your localhost script infrastructure/quic…
-
Hello,
On mobile, where there is only one folder, there is no drawer which complicate navigation.
*No drawer at the left of ArmoniK logo*
![image](https://user-images.githubusercontent.com/103…
-
Let's assume the following proto file:
```proto
syntax = "proto3";
package ArmoniK.api.grpc.v1.submitter;
service Submitter{
rpc CancelSession (Session) returns (Empty);
}
message Sessio…
-
**Describe the bug**
When updating an existing infrastructure deployed on GCP, the container cluster is updated even when only its pools have been modified. Below is an extract of the Terraform plan …
-
In many repositories, metadata are missing which complicate the understanding or the accessibility to documentation.
**ArmoniK**
- [x] Description
- [x] URL
- [x] tags
**armonik-docs-theme**
…
-
An on-premises ArmoniK deployment should allow multiple application to share the same infrastructure while preserving reserved capacity. When all applications have jobs running, each should access its…
-
Here the content migrated from ArmoniK
---
# Debug Informations to save the day
## Debug C# container with Visual Studio Code
### Steps
- Compile the project on Debug mode with the flag `BUIL…
-
Write more about the meaning and services of each status
-
The purpose of those Benchmarking tests is to mesure the performance of the differents functionnalities of ArmoniK(Tasks submission, Tasks treatement,...).
- [X] launch benchs via script
- [X] parse …
-
I think this could be problematic in a long running process as I think the cancellation token given to this function in always the same, so the register might be called multiple times on…