cirocosta / monero-operator

A Kubernetes-native way of deploying Monero nodes and even whole networks: express your intention and let Kubernetes run it for you.
https://www.getmonero.org/
Apache License 2.0
19 stars 2 forks source link

cmd: torgen #2

Closed cirocosta closed 3 years ago

cirocosta commented 3 years ago

the secrets reconciler does a very good job of filling the secret, but it might be useful for folks to be able to do a quick :r!monero-operator generate-tor-secret on vim 😅

cirocosta commented 3 years ago

ps.: dry-run on monero-operator works great :) I think we can kill this for now as that's sufficient.

one caveat is that monero-operator will always generate a new set of pub and priv keys on each dry-run as there's no way for it to know that it has been run before or not.