Josh Michielsen
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...
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...
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"...
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...