ankaios
ankaios copied to clipboard
Eclipse Ankaios provides workload and container orchestration for automotive High Performance Computing (HPC) software.
Issues: # # 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,...
## Description The basic idea here is to skip the creation of the control interface if the configuration of the workload does not contain a control interface field. Doing this...
Workload names containing a dot work in the Ankaios init state file. But when calling `ank apply file.yml`, the ank CLI crashes. ## Current Behavior `ank --insecure apply test.yml` ```...
## Description Currently, if the user enters a wrong path for the certificates or key in an Ankaios CLI, then the error message is "Channel preliminary closed." which is not...
## Description The following utests are testing the complete steps of the swdd `swdd~cli-watches-workloads~1` repeatedly even if it is not there responsibility to test all the detailed steps. Because of...
## Description With #336 we changed to individual versions for all Ankaios packages. To reduce the risk of forgetting to update a version, we should write a script that updates...
Currently, the swdd is not implemented and tested: `swdd~agent-handles-control-interface-input-pipe-not-read~1` There is the part missing that prevents overwhelming the workload with messages. Tasks: - [ ] Analyze which parts of the...
When using `ank set state` in the wait mode and the passed new complete state removes workloads that are in the current desired state but were not initially started because...
## Description To implement a dynamic scheduler as a plugin in Ankaios, one would use the operator pattern and let a workload (assume called composer) running that instructs the cluster...
## Description With #22 and the PR #324 we have added a container that acts as a workload communicating over the Control Interface. The target of this container is to...