ankaios icon indicating copy to clipboard operation
ankaios copied to clipboard

Eclipse Ankaios provides workload and container orchestration for automotive High Performance Computing (HPC) software.

Results 90 ankaios issues
Sort by recently updated
recently updated
newest added

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

enhancement

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

enhancement

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

enhancement

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

bug
good first issue
CI/CD

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

enhancement

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

enhancement

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

ready for review

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

Issue-Id: #173

ready for review

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

bug