Skip to content

Commit a63c070

Browse files
committed
add hint comment for user
1 parent 4852f13 commit a63c070

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

start.bash

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# 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+
1422
if [[ "$(whoami)" != "root" ]]; then
1523
echo "Please change to root user and retry."
1624
exit 1

0 commit comments

Comments
 (0)