anza-xyz / validator-lab

Deploy and test your new Agave validator features in a kubernetes-based cluster
https://www.anza.xyz/
7 stars 4 forks source link

add bootstrap kubernetes labels and validator management structs #9

Closed gregcusack closed 6 months ago

gregcusack commented 7 months ago

Summary of Changes

1) create bootstrap validator kubernetes labels 2) Address @yihau 's comments from PR #8 , hardcode scripts into rust so we avoid having to clone this repo in order to run. 3) Add library.rs and validator.rs to simplify the handling of various validators, their types, and their labels. 4) Update to latest version of rustls 5) Add three more spl args I had left out 6) Make secret creation more flexible