We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4852f13 commit a63c070Copy full SHA for a63c070
start.bash
@@ -11,6 +11,14 @@
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
+
15
+cat <<EOF
16
+This script is safe to re-run, feel free to retry when it exits abnormally.
17
+Especially when we are waiting for a pod in Kubernetes cluster, it may
18
+pull image from registry and take a lot of time to startup.
19
20
+EOF
21
22
if [[ "$(whoami)" != "root" ]]; then
23
echo "Please change to root user and retry."
24
exit 1
0 commit comments