EJ Etherington

Results 12 issues of EJ Etherington

Gosh some of these images are large. We can probably do a better job of minimizing the image size. (One major reason is so that we can more cheaply mirror...

pinned

Problem: The `resourceNames` property in RBAC Role and ClusterRole is limited in usefulness because it is not currently possible to scope dynamically to pods created by a `Deployment`, `Daemonset`, `StatefulSet`,...

enhancement
pinned
priority: could

We don't want to carry around every migration ever and we may want to upgrade/improve the migration class in a non-backwards-compatible way. I suggest we remove all migrations from the...

enhancement
help wanted

Either as part of #181 or related to work in https://github.com/reactiveops/terraform-gke/projects/1 replace the existing behavior of `pentagon add gcp.cluster` to use the new terraform modules for GKE. Component should be...

enhancement
help wanted
nextup

KOPS clusters and GCP/GKE clusters share some arguments and some of those arguments are duplicated in different groups. Some names are different but they are used in the same way...

help wanted
discussion needed
nextup

Ensure that all cli arguments and options would be used if they were set. Eliminate dead end args that are do nothing if they are set.

help wanted
nextup

Create an example configuration file that has the commonly used/edited option at the top of the file. Where the option has a calculated default it should be explained a tersely...

enhancement
help wanted
discussion needed
nextup

I was looking to create a default config file to simplify project creation organized by commonly changed values. I found that the command line arguments were disorganized and confusting. Some...

enhancement

` extraArgs.skip-nodes-with-system-pods: false:` should work but it ends up needing to be `extraArgs.skip-nodes-with-system-pods\=false: ""`

Replaces: https://github.com/reactiveops/autohelm/issues/49 All in all, I think we could add a new multiple command line arg --helm-args, add a helm_args section to the course.yml spec and also per chart. As...