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