Holger Dormann
Holger Dormann
I am using the Evernote Java SDK with the sandbox account to create a note and search for it. ```java Note mynote = new Note(); mynote.setTitle("mytitle"); mynote.setContent(content); Note createdNote =...
# Pods using the same PVC are scheduled on different nodes I am using an existing Hetzner Cloud volume as base for a PersistentVolume. Then several pods use this volume...
In order to have a simple form of autoscaling, several instances of Picus could be started each responsible for a single Woodpecker agent. A new parameter „startup delay“ should be...
With #5 an new parameter `PICUS_WOODPECKER_AGENT_ID`becomes mandatory which also allows to query the Woodpecker API for agent data including the token. Do not require to pass `PICUS_AGENT_WOODPECKER_AGENT_SECRET` for hcloud agents...
## Description Currently the only way to configure workloads is to add configuration parameters to the runtime. This enhancement shall allow to decouple configuration from workload such that the same...
Assume an Ankaios manifest with an error inside like: ``` apiVersion: v0.1 workloads: invalidworkload: runtime: podman agent: agent_A runtimeConfig: | image: docker.io/busybox:latest commandOptions: ["--invalidoption"] ``` When this is applied using...
Reported by @krucod3: ## Description Implement the access rights for a Workload by providing the Control Interface instance a channel that leads to the Agent (currently the messages from the...
## Description Currently the communication between server and agent via gRPC is unencrypted. In order to provide authentication and encryption mTLS shall be used. ## Goals - The mTLS encryption...
## Description Currently as implemented in #5 existing containers in status "exited" will be deleted and re-created on device restart. Measurements have revealed that the creation of a container bundle...
Reported by @lingnoi: ## Description Currently the communication between agent/cli and server is done using the API definition in **ankaios.proto**. The same is used for the communication through the control...