Louis Taylor
Louis Taylor
**What this PR does / why we need it**: **Which issue this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close that issue when PR gets merged)*:...
Fixes #224. ```release-note Allow performing dry-run of puppet modules. ```
/kind feature In #120, we investigated methods of creating dynamic policies for each tarmak instance, the outcome of which was [vault-plugin-auth-templated-aws](https://github.com/jetstack/vault-plugin-auth-templated-aws). If we decide the extra complexity is worth it,...
**What this PR does / why we need it**: adds support for generic feature flags **Which issue this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close...
```release-note Allow updating cassandra nodepool resource requests ``` Ref #355
**What this PR does / why we need it**: add an action for scaling in cassandra clusters **Which issue this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format,...
/kind feature With #249, we've added support for etcd persistence. We should at some point in the future support pointing the apiserver at an arbitrary etcd endpoint.
This adds a new field to cassandra nodepools, `seeds`, which controls the number of seed nodes in that nodepool. This defaults to 1, and cannot be greater than the number...
/kind feature We should allow users to change resources in a nodepool. This should take place inside an action, to avoid conflicting with other actions (e.g. a upgrade).
/kind feature Action allowing users to scale their cassandra clusters down (e.g. from 5 nodes to 3 nodes). Plan: 1. ScaleIn action sets a field on pilots selected for removal...