Josh van Leeuwen
Josh van Leeuwen
/kind documentation Some of the documentation, particularly the `user guide` page has become unwieldy. We should restructure both the file and page structure to make both reading and editing the...
/kind documentation Would look better to have a nice favicon image icon on the documentation website
/kind feature **What happened**: In our bi-weekly meeting we have discussed moving wing being downloaded from a release of tarmak from Github and instead be included into the environments S3...
/kind feature We could create an `upgrade` cluster subcommand that will upgrade kubernetes or tarmak from a previous version in a best practices procedure. `tarmak cluster upgrade kubernetes` `tarmak cluster...
/kind bug Investigate why ListHosts() is so slow and evaluate whether we can improve it's performance.
/kind feature We should provide tarmak sub-commands that saves and restores remote consul and etcd states. `save` should save the backup to a changeable local file. `restore` should restore a...
/kind feature As described here #607 , the vault cluster can become out of quorum which could become unnoticed by the user creating Kubernetes clusters. There should be a better...
/kind feature **What happened**: A vault cluster had lost quorum meaning that our helper clients were unable to request tokens, CSRs etc. This went unnoticed until a renew failed and...
/kind feature Enable destruction of images from the tarmak CLI: `$ tarmak cluster image destroy [image ID...] [flags]`
/kind research Investigate Kubernetes Cluster API. https://github.com/kubernetes-sigs/cluster-api https://github.com/kubernetes-sigs/cluster-api-provider-aws Document - Creation and destruction behavior - Notable design decisions - The config - Tarmak vs Cluster API - Make demo