You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2021. It is now read-only.
+1 on this concept. This lays the groundwork for taking a cluster setup by someone else and writing it into this serialized state for kola to then use.
i'd like to be able to serialize cluster state and reconstitute it later. this means saving the platform, and the instance IDs into a json file.
however, it's currently not possible to save the SSH private key, because the ssh agent used in the platform code doesn't expose private keys.
a simple fix is to expose the private key in network.SSHAgent.
for this to work, these things need to be serializable and able to be created from serialized form -
The text was updated successfully, but these errors were encountered: