Brandon J. Bjelland
Brandon J. Bjelland
### Terraform Version N/A ### Affected Resource(s) `data "null_data_source"` and `resource "null_resource"` ### Core issue I've built a [vscode extension](https://github.com/run-at-scale/vscode-terraform-doc-snippets) ([here on the marketplace](https://marketplace.visualstudio.com/items?itemName=run-at-scale.terraform-doc-snippets)) to pull code examples on each...
Hello 👋 thanks for the excellent porter example here! From [your hashiconf '19 talk](https://youtu.be/7X-8n0reGo0?list=PL81sUbsFNc5ZFdA6C9HZlaMKdsxtYo5wi&t=1307), you mention but don't show exactly how you're able to drive porter installs through a generated...
# I have issues ## I'm submitting a * [x] bug report * [x] feature request * [ ] support request ## What is the current behavior This repo is...
Context: https://github.com/substratusai/substratus/pull/171#discussion_r1290099399
## What's the issue? We want to unbundle some parts of the aws and gcp install process such that a user bringing their own closer can identify the right entrypoint...
I wonder if it'd be valuable to have a common `.status.parent` field particularly for `Dataset` and `Model`. This is coming back to a need to understand a model's (and dataset's)...
Currently our common `Resources` struct looks like the following: ``` type Resources struct { //+kubebuilder:default:=2 // CPU resources. CPU int64 `json:"cpu,omitempty"` //+kubebuilder:default:=10 // Disk size in Gigabytes. Disk int64 `json:"disk,omitempty"`...
From: https://github.com/substratusai/substratus/pull/118#issuecomment-1646316662 When running `kubectl build-remote` occasionally I'm seeing build watches fail with the following: ``` 2023/07/21 15:46:00 watch error occurred: an error on the server ("unable to decode an...
## What's the issue? We should have a standard way to store and query operational metrics of our pods. This is particularly important for notebooks and models. As a ssai...