Richard Case
Richard Case
# Describe the bug We rely heavily on the MMDS in Firecracker for cloud-init with the **nocloud** data source (i.e. `ds=nocloud-net;s=http://169.254.169.254/latest/`). With Firecracker v0.25.2 this works but upgrading our solution...
**Why do you want this feature?** I would like to be able to install eksctl easily on Linux. Currently we have a homebrew package but we should have `.deb` and...
**Describe the solution you'd like:** Make kconnect available as a [snap](https://snapcraft.io/) (and from the snapstore). **Why do you want this feature:** This will enable the user to install kconnect via...
**Describe the solution you'd like:** Create a [ARCHITECTURE.md](https://matklad.github.io//2021/02/06/ARCHITECTURE.md.html) file in the root to help new contributors understand the codebase and the architecture of the provider. **Why do you want this...
**What this PR does / why we need it**: This makes the identity provider interface consistent with the discovery provider interface. Validation/Resolve has been implemented for both types of providers...
**Describe the solution you'd like:** The identity provider should implement the Resolver and PreReq check interfaces like the discovery providers **Why do you want this feature:** Consistency between the providers...
**What this PR does / why we need it**: Adding an ARCHITECTURE.md file to provide some additional documentation for new contributors. **Which issue(s) this PR fixes** *(optional, in `fixes #(,...
**Describe the solution you'd like:** Currently we embedded the readme as the `introduction` page in the book. This should be changed so that the introduction page is actually edited and...
Create a new command to batch run kubectl commands across a number of clusters using the aliases setup. From the discussion we'd use a file to configure the commands to...
**Describe the solution you'd like:** I'd like to have docker images that run on multiple platforms. **Anything else you would like to add:** GoReleaser will need to be updated for...