Oliver

Results 118 comments of Oliver

I am currently fixing uncovered swdds in #56 and since you are already implementing system tests for testing the control interface access rights logic, could you link this swdd `swdd~agent-forward-responses-to-control-interface-pipe~1`...

I have already started to try to fetch the dependencies to an Alpine image (just to see if it has a big effect when using one of the smallest available...

The debian 11-slim is also a very slim base image (and is not alpine). It has only 80MB. `docker pull docker.io/debian:11-slim` ![image](https://github.com/eclipse-ankaios/ankaios/assets/42932060/aa2debce-5ab6-4e80-a02b-f3468466500f)

The `cargo install` overhead can be reduced when using https://crates.io/crates/cargo-binstall/1.4.3. But it searches the crate repositories for release artifacts and downloads it. If they do not exist, then a fallback...

I have tested quickly with a different and smaller base image `ubuntu:24.04` (only 80 Mb size) for the Ankaios base devcontainer and with installing the Rust (x86 and aarch64 linux...

With the fix introduced in #261, the workload restarts after full device restart might be delayed. The reason is that the current restart is represented by an update operation (first...

@krucod3, @windsource: I have noticed that we are now having two required positional arguments instead of one for set state after reviewing the PR. One or more object field masks...

Like discussed, even if we replace the CLI polling, internally the state checker still does polling every 1 sec. However, I have an suggestion for getting rid completely of the...

I have updated the task list above to contain all necessary steps.

@windsource, @krucod3: I have added some prototypes and questions below: Do we need a table output like "kubectl get nodes" outputs? ```shell > kubectl get nodes NAME STATUS ROLES AGE...