Kaloyan

Results 29 issues of Kaloyan

Podman `play kube` requires a yaml file specifying the resources to create (or delete when called with --down). The delete method supported by podman-api [remove_kubernetes_pods](https://docs.rs/podman-api/latest/podman_api/struct.Podman.html#method.remove_kubernetes_pods) does not accept a yaml...

C-bug

Issues: #172 # 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 serde_yaml has been declared deprecated by the maintainer (see https://github.com/dtolnay/serde-yaml/releases/tag/0.9.34) We should switch to another library at some point, latest when some security issues arise. I would not...

enhancement
good first issue

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 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 `ank get workloads` does a single request of the state and presents it to the user. A watch is possible with the Linux watch command. We can...

enhancement
good first issue

## Description Currently we do not monitor if the resource usage or the performance of Ankaios was degraded by a commit or a PR. With time we could get into...

enhancement

## Description Currently `podman-kube` workloads do not have access to the Control Interface. The background is that the interface needs to be mounted in a specific container belonging to a...

enhancement