Todd Thomas
Todd Thomas
this is a request for enhancement to inquire about more `storageType`s. Currently: `backupOperator.spec.storageType | Storage to use for backup file, currently only S3 supported` https://github.com/helm/charts/tree/808348881cb7e29d6c62bdb0b24249d278158667/stable/etcd-operator#configuration Are the plans to support...
@TailorDev this is a great repo for getting started with Lambda and Terraform. I just noticed some unnecessary bits and removed them: the aws _**access/secret keys**_. If the AWS CLI...
There is an install for `confd` via [Homebrew](https://formulae.brew.sh/formula/confd). Might be an easier macOS onboarding, for local work anyway?
## Versions Terraform ```tf % tf version Terraform v1.2.9 on darwin_arm64 ``` macOS ```sh % sw_vers ProductName: macOS ProductVersion: 12.6 BuildVersion: 21G115 ``` ### Extension ``` Name: HashiCorp Terraform Id:...
### TL;DR When initializing this module, I get an error about platform compatibility ```hcl Error: Incompatible provider version Provider registry.terraform.io/hashicorp/null v2.1.2 does not have a package available for your current...
### Verification - [X] This issue's title and/or description do not reference a single formula e.g. `brew install wget`. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead. ### Provide...
Get the [Docker Network](https://kind.sigs.k8s.io/docs/user/loadbalancer#setup-address-pool-used-by-loadbalancers) for MetalLB The `kind` docs maybe listing some older `Docker` configs here; the correct value is output but is accompanied by the error above it: ```sh...
**I should note first, this issue occurs on Mac, not Linux. Presently, I'm using OS X (10.8.2), I cannot speak for any other OS X versions.** When opening any python...
What happened Attempted to use GNU/Bash command substitution to assign the output of a command to a variable: ```shell % yo="$(kubectl get pods -n kube-public)"; echo "$yo" | cat -vte...