skupper
skupper copied to clipboard
V2 rename bootstrap and remove scripts
Is your feature request related to a problem? Please describe. In order to standardize v2 commands and script, we need to rename both bootstrap.sh and remove.sh scripts (cmd/bootstrap) to nonkube-setup.sh and nonkube-teardown.sh (respectively).
This is needed because refdog will be updated to incorporate setup and teardown commands for nonkube sites,
to replace the temporary bootstrap binary.
Describe the solution you'd like Rename the following files:
cmd/bootstrap/bootstrap.shtocmd/bootstrap/nonkube-setup.shcmd/bootstrap/remove.shtocmd/bootstrap/nonkube-teardown.sh
More appropriate names could be:
system-setup.shandsystem-teardown.sh