-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define node instances in format "${chain}-${name}" #670
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: denis.drozhzhin <[email protected]>
User @muctep-dehuc, please sign the CLA here. |
Signed-off-by: denis.drozhzhin <[email protected]>
Signed-off-by: denis.drozhzhin <[email protected]>
@@ -94,6 +111,7 @@ export async function genNodeDef( | |||
runAsUser: 1000, | |||
runAsGroup: 1000, | |||
}, | |||
imagePullSecrets: [{ name: "gitlab" }], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be configurable if needed by the users.
@@ -111,6 +129,8 @@ function make_transfer_containter(): any { | |||
"ash", | |||
"-c", | |||
[ | |||
"sleep 60", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is any reason to sleep before download curl
?
Hi @MucTepDayH16, I like the idea! thanks for the I will also check the test in our ci. thanks for contributing!! |
Signed-off-by: denis.drozhzhin <[email protected]>
Sorry, just left some artifacts from our fork |
@pepoviola as for the offtop, will there be an opportunity to fetch images from non-public repo using |
@MucTepDayH16 any update on this? |
This allow to name nodes in different chains with non-unique names.
Naming like "polkadot-alice", "statemint-alice", "equilibrium-alice" is more obvious than "alice", "alice1", "alice2", ...