File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ install_iomesh() {
153
153
error " fail to install IOMesh."
154
154
fi
155
155
156
- # TODO(ziyin): check more resouces after install
156
+ # TODO(ziyin): check more resources after install
157
157
timeout=200 # 200s
158
158
while true ; do
159
159
if kubectl get pod ${IOMESH_RELEASE} -chunk-0 -n ${IOMESH_NAMESPACE} & > /dev/null ; then
@@ -163,13 +163,13 @@ install_iomesh() {
163
163
sleep 5
164
164
timeout=$(( timeout- 5 ))
165
165
if [[ $timeout -le 0 ]] ; then
166
- error " IOMesh resouces not all ready, use kubectl to check reason"
166
+ error " IOMesh resources not all ready, use kubectl to check reason"
167
167
fi
168
168
done
169
169
170
170
kubectl wait pod/${IOMESH_RELEASE} -chunk-0 --for condition=ready -n ${IOMESH_NAMESPACE} --timeout=600s
171
171
if [[ $? -ne 0 ]] ; then
172
- error " IOMesh resouces not all ready, use kubectl to check reason"
172
+ error " IOMesh resources not all ready, use kubectl to check reason"
173
173
fi
174
174
}
175
175
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ install_iomesh() {
149
149
error " fail to install IOMesh."
150
150
fi
151
151
152
- # TODO(ziyin): check more resouces after install
152
+ # TODO(ziyin): check more resources after install
153
153
timeout=400 # 400s
154
154
while true ; do
155
155
if kubectl get pod ${IOMESH_RELEASE} -chunk-0 -n ${IOMESH_NAMESPACE} & > /dev/null ; then
@@ -159,13 +159,13 @@ install_iomesh() {
159
159
sleep 5
160
160
timeout=$(( timeout- 5 ))
161
161
if [[ $timeout -le 0 ]] ; then
162
- error " IOMesh resouces not all ready, use kubectl to check reason"
162
+ error " IOMesh resources not all ready, use kubectl to check reason"
163
163
fi
164
164
done
165
165
166
166
kubectl wait pod/${IOMESH_RELEASE} -chunk-0 --for condition=ready -n ${IOMESH_NAMESPACE} --timeout=600s
167
167
if [[ $? -ne 0 ]] ; then
168
- error " IOMesh resouces not all ready, use kubectl to check reason"
168
+ error " IOMesh resources not all ready, use kubectl to check reason"
169
169
fi
170
170
}
171
171
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ install_iomesh() {
149
149
error " fail to install IOMesh."
150
150
fi
151
151
152
- # TODO(ziyin): check more resouces after install
152
+ # TODO(ziyin): check more resources after install
153
153
timeout=400 # 400s
154
154
while true ; do
155
155
if kubectl get pod ${IOMESH_RELEASE} -chunk-0 -n ${IOMESH_NAMESPACE} & > /dev/null ; then
@@ -159,13 +159,13 @@ install_iomesh() {
159
159
sleep 5
160
160
timeout=$(( timeout- 5 ))
161
161
if [[ $timeout -le 0 ]] ; then
162
- error " IOMesh resouces not all ready, use kubectl to check reason"
162
+ error " IOMesh resources not all ready, use kubectl to check reason"
163
163
fi
164
164
done
165
165
166
166
kubectl wait pod/${IOMESH_RELEASE} -chunk-0 --for condition=ready -n ${IOMESH_NAMESPACE} --timeout=600s
167
167
if [[ $? -ne 0 ]] ; then
168
- error " IOMesh resouces not all ready, use kubectl to check reason"
168
+ error " IOMesh resources not all ready, use kubectl to check reason"
169
169
fi
170
170
}
171
171
You can’t perform that action at this time.
0 commit comments