itowlson

Results 61 issues of itowlson

I am looking to embed the micro runtime into a host derived from another program's samples, but am having trouble following the documentation. The sample is very minimal, and its...

If a kubelet's node already exists in the k8s node list, but the associated lease does _not_ exist, then the kubelet fails during startup trying to update a nonexistent lease,...

enhancement

Having a configuration system in the `kubelet` crate makes it easy for developers to adopt the standard set of configuration flags and options, but it doesn't seem very easy for...

documentation
enhancement

Backports fix of https://github.com/fermyon/spin/issues/321 to WAGI.

Fixes #115. The current draft de-unifies the ways we call `_routes` and the handler entrypoint, because one is convenient to have as a vector in a blocking way, while the...

Scenario: * A Bindle server already contains an invoice named `foo/1.0.0` * Unaware of this, I create a new bindle named `foo/1.0.0` and prepare it locally as a standalone bindle...

bug

The current storage providers are server filesystem (about to be removed) and local embedded database (which sits over a filesystem directory). This means that - barring some shared file system...

One of the key principles of the Bindle architecture is immutability - no bindle can ever be modified or deleted. This is great until: 1. Somebody creates eight dozen apps...

question

At the moment, `spin deploy` returns as soon as Hippo accepts the deployment request. If the user is excited and quickly clicks on the link (or already has a previous...

enhancement
help wanted