Holger Dormann

Results 83 comments of Holger Dormann

I addition to the size, our devcontainer also lacks flexibility to install different Rust versions. Currently we use `mcr.microsoft.com/devcontainers/rust`as base image but it does not support patch version updates e.g....

Closing as completed.

As a first step we separate the communication between server and agent on the one hand and the control interface on the other hand in #172.

Currently there is a very strange error message when the version of the `ank` CLI does not match server and agent: ```shell ❯ ./ank get workloads error: Failed to get...

Although I think that adding the version to the `ToServer` and `FromServer` message would be acceptable, using a initial `Hello` message is also fine for me. Also using the Ankaios...

The workload deletion and re-creation happens in https://github.com/eclipse-ankaios/ankaios/blob/9ed3c73c1eaf16d62f9e9a9444dba3834512db0d/agent/src/runtime_manager.rs#L271-L276. To change that the following steps are required: 1. As the deletion/re-creation might be OK for some runtimes and not for others,...

In general the proposal looks good to me. For the `subscription` we should also allow restricting to an array of workloads rather than just states and events. For `ControlInterfaceAccess `...

There might be use cases where subscriptions to the desired state might be useful. That might be a live dashboard. Also an ingress controller that is controlled via tags on...

I think the only command that is affected by this would be `ank set state`, or?