ankaios
ankaios copied to clipboard
Eclipse Ankaios provides workload and container orchestration for automotive High Performance Computing (HPC) software.
## Description At the moment the Ankaios agent calls `podman ps` once every second and uses this result to check if podman/podman-kube workloads are still running. Hence it could take...
## Description The idea is to provide a command line command like `npm init` or `cargo init` to create a new ready to use Ankaios workload development project setup based...
## Description With #117 we introduced a workaround for inconsistent states in the Podman DB. We should remove this workaround once we have a new Ubuntu LTS version that already...
Currently, if someone forks the Ankaios repository in order to change the GH actions for example, the "Deploy Documentation" job inside `.github/workflows/documentation.yml` does not run successfully because the gh-pages branch...
Reported by @krucod3: ## Description Currently we are using tokio as an asynchronous runtime. The reason was just convenience because of the wide spread usage of the tokio runtime. After...
Issues: #155 # Definition of Done The PR shall be merged only if all items mentioned in [CONTRIBUTING.md](https://github.com/eclipse-ankaios/ankaios/blob/main/CONTRIBUTING.md#how-to-contribute) have been followed. In case an item is not applicable as described,...
Issue-Id: #337 # Definition of Done The PR shall be merged only if all items mentioned in [CONTRIBUTING.md](https://github.com/eclipse-ankaios/ankaios/blob/main/CONTRIBUTING.md#how-to-contribute) have been followed. In case an item is not applicable as described,...
This PR adds shell completion for static and dynamic parts using [clap_complete](https://docs.rs/clap_complete/latest/clap_complete/index.html). Issues: #237 # Definition of Done The PR shall be merged only if all items mentioned in [CONTRIBUTING.md](https://github.com/eclipse-ankaios/ankaios/blob/main/CONTRIBUTING.md#how-to-contribute)...
Currently, it is not possible to fetch the whole CompleteState over the ControlInterface. On the workload site the empty CompleteState is received (workloads: None, workloadStates: None). Only parts of the...