Matthew Fisher

Results 104 issues of Matthew Fisher

There should be a way to register external systems like Slack, email, etc. to notify users when an application experiences an outage, or when a new release has been deployed.

enhancement
API

All of the infrastructure is in place for `kubectl logs`. We just need a way to hook `output_writer` into the wasm3 runtime such that the output of the function call...

The wasmtime provider allows volumes, environment variables, and function arguments to the main program. We have that available, but it's currently stubbed out/unused. https://github.com/deislabs/krustlet-wasm3/blob/9f4faa34fdc77181df956864edc0c0600dc4d2d4/src/wasi_runtime.rs#L52-L58

The krustlet should be able to change the number of memory pages available for the stack. This is necessary to allow this provider to run in locations where memory size...

relies on https://github.com/deis/pkg/pull/29 so we no longer have reliance on k8s.io/kubernetes (let alone v1.2.4)

in progress
needs rebase

If both the application and the buildpack do not provide a Procfile, the builder should fail the build as the build is "incomplete". See https://github.com/deis/deis/issues/4816

bug
enhancement
easy fix

According to @lavalamp, Workflow clusters in GKE are triggering [this bug](https://github.com/kubernetes/kubernetes/issues/32908). This issue occurs because Workflow will re-tag an image even if no changes were made. We used to do...

bug
upstream issue

On an application deploy, when `deis autoscale:set` is used and `deis scale` is set, the deployment should ignore what's been set by `deis scale` and just deploy the minimum set...

enhancement

As seen in #1283, some kubernetes endpoints have changed now and are no longer under the `/api/v1` schema. We need to refactor `.api()` such that resources like ingress can use...

refactor

The test target in the Makefile currently does nothing other than display that this project needs tests. This is an official request to add integration tests.

help wanted
needs tests