Philip Laine
Philip Laine
Using cosign to sign OCI artifacts is very useful, especially when using registry mirrors, as a way to verify that the artifact received comes from a trusted source. Currently Spegel...
Spegel does currently not automatically deal with registry outages, if the registry which has an outage is the same one that the Spegel image is pulled from. The mirror configuration...
Currently Spegel requires access to the Containerd sock to function properly. This mean that it is basically root on the node. In reality Spegel only needs read only access to...
It is currently possible to run mixed Kubernetes clusters with nodes running WASM containers using krustlet. This is for example supported in AKS. The [runwasi](https://github.com/containerd/runwasi) project has however made the...
A node may be blocked from being drained when a PDB stops a Pod from being moved. This should be avoided in most cases but mistakes can happen. Currently Node...
Some people may not want TTL evictions to occur during weekends or night time. A simple window configuration for each node would solve this problem.
Currently node-ttl relies on cluster autoscaler to remove the node from the cluster. More specifically cluster autoscaler will remove the node VM from the cloud provider and then the node...
Currently node-ttl will evict nodes one by one. This is mostly to avoid large amount of node evictions occurring which could cause scaling issues as it would take time to...