Josh Michielsen

Results 4 issues of Josh Michielsen

I have the following protobuf definition: ```protobuf syntax = "proto3"; package reignite.types; import "validate/validate.proto"; // Kernel represents the configuration for a kernel. message Kernel { // Image is the container...

Bug
Go

The Supervisor will be responsible for monitoring running MicroVMs and react to changes that drift from the desired state. **Why do we need this?** We don't currently continuously monitor the...

kind/feature
adr-required
Epic
area/reconciliation
area/firecracker
lifecycle/stale

JSON Schema support for values file validation is great. It would be nice if this supported custom error messages especially for more complex validations: ``` "then": { "required": [ "hosts"...

feature

From what I can tell it's not currently possible to mark a flag as dependant on another flag. Along the lines of "Flag B is only valid if Flag A...