Oliver

Results 118 comments of Oliver

After this bug fix we need a new release (v0.4.1). Since there are already changes scheduled for v0.5.0 on the main branch, we need the concept of release branches. It...

> I would prefer not to have explicit mentioning of yaml in the production code. We can fix the representation of the ControlInterfaceAccess objects during the compilation of the proto...

The PR for the refactoring is #345. **Summary of decisions for the refactoring:** @krucod3: The ControlInterfaceInfo must be mocked because it is needed in the RuntimeManager where it is constructed...

The reason is that the polling in the cli does not know when certificates are rejected and the from_server channel object is in this case `None` since the channel is...

After analyzing the issue, the server does not send the WorkloadState with `ExecutionState::Removed` for workloads that are in `Pending::Initial` and were removed due to the previous executed update state. To...

Currently working on this. Since the topic is a little bit more complex to solve then initially thought (there where more stucking cases like for unscheduled workloads. And also how...

> Currently working on this. Since the topic is a little bit more complex to solve then initially thought (there where more stucking cases like for unscheduled workloads. And also...

After discussing this topic with @christoph-hamm, we would prefer if the Ankaios server does the dry-run, because of the following reasons: - the server already has functionality to determine state...

In general, it must be discussed how the `ank apply` reacts to changed workloads during it runs (not only when deleting a workload) and if we consider this as a...