Daniel Lamando

Results 53 issues of Daniel Lamando

The code here is working pretty well for me on real S3, however it's a bit trickier to test with a minio instance. Apparently minio treats S3 as a filesystem...

crouton refuses to build a chroot without a target list. We should help the user know to select one with visual cues.

Possibly using the grooveshark gem, though it would need to be forked to add some features (i.e. radio support).

**What would you like to be added**: I would like the webhook to also attach a `AWS_ROLE_SESSION_NAME` envvar to the mutated pods. The downward API can be used to inject...

https://github.com/cloudydeno/deno-kubernetes_client/blob/5074e377d819fe9a3446021f2f812eac58ed8b4f/tunnel-beta/via-websocket.ts#L56 because https://github.com/denoland/deno/commit/932134d5c8ecee1a54b56f8080b2fcddec130700#diff-d1192da3aba0789aa3963cef1909225bf49d8e97c42d137be8c043e6745e67e2R26-R27

Kubectl v1.24 lets patch and replace use a `--subresource=[status/scale]` flag. `KubectlRawRestClient` catch be amended to leverage this flag, which would help fill in one of the remaining featureset holes.

enhancement

Server-side apply is stable nowadays, and available with `kubectl apply --server-side --field-manager=...`. Given that our relevant codepath is for `kubectl patch` and comes from HTTP `PATCH` verbs, it might be...

enhancement

CA and key data can be either in-line or in a file, and there's currently no abstraction over this disparity. There's technically some complexity around file paths (mostly relative paths...

enhancement

### Problem description One of my existing Subhosting projects recently can't be deployed anymore, because the new deployments fail with this error: ``` The deployment failed: UNCAUGHT_EXCEPTION TypeError: failed to...