hammerlab / secotrec

Setup Coclobas/Ketrew Clusters
Apache License 2.0
5 stars 6 forks source link

be more parsimonious about adding project-wide ssh keys on google cloud #38

Open timodonnell opened 7 years ago

timodonnell commented 7 years ago

Seeing dozens of opam ssh keys added project-wide, causing us to hit the 32kb metadata limit

smondet commented 7 years ago

If someone knows how to keep control of the I'm all ears; gcloud just creates SSH keys on a need basis; Kubernetes (or the GKE's setup of Kubernetes) also creates random keys.

On AWS SSH-keys are always explicit/manual; and we see that they are needed in various places.