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 The goal of this issue is to create a `meta-layer` or `recipe` and incorporate it into the `meta-virtualization` layer for Ankaios within the Yocto Project. The Yocto Project...

enhancement
good first issue

## Description The devcontainer has been grown a lot: ![image](https://github.com/eclipse-ankaios/ankaios/assets/42932060/694402b1-e685-47d6-848b-fc9be01b046b) This devcontainer is pulled in CI/CD pipeline and also local builds are running very long. The most dependencies are installed...

enhancement
CI/CD

At startup, the Ankaios agent always tries to reuse workloads. When the agent starts and finds a workload that already exists (in Podman this would mean the container exists), it...

bug

## Description Currently the communication between server and agent via gRPC is unencrypted. In order to provide authentication and encryption mTLS shall be used. ## Goals - The mTLS encryption...

enhancement

## Description Before the `ank apply` subcommand (#26) was implemented, all commands required a `-f` flag for reading files provided at the command line. The new `apply` subcommand takes a...

enhancement
good first issue

## Description The `ank` CLI code is currently all located in the cli_command.rs module with now more than 1000 lines of code. The CLI shall be spitted into smaller modules...

enhancement

## Description Currently the Ankaios API is specified in one single API file ankaios.proto This exposes some unnecessary information to the users of Ankaios which only adds confusion. (e.g., Ankaios...

enhancement
future-concept-included

## Description Currently as implemented in #5 existing containers in status "exited" will be deleted and re-created on device restart. Measurements have revealed that the creation of a container bundle...

enhancement

Reported by @lingnoi: ## Description Currently the communication between agent/cli and server is done using the API definition in **ankaios.proto**. The same is used for the communication through the control...

enhancement

For change adding or remove a workload, only a `UpdateStateRequest` should be used ## Current Behavior Currently the Ank CLI for the command `run workload` and `delete workload` is implemented...

bug