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

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

ready for review

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

enhancement

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

bug

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

enhancement

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

enhancement

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

enhancement
ignore-for-release

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

enhancement
good first issue

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

bug

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

enhancement

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

enhancement