Skip to content

Commit 8ede249

Browse files
committed
docs(getting_started): Increase the wait timeout
1 parent 28aabdc commit 8ede249

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/modules/hdfs/examples/getting_started/getting_started.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ done
108108

109109
echo "Awaiting HDFS rollout finish"
110110
# tag::watch-hdfs-rollout[]
111-
kubectl rollout status --watch --timeout=5m statefulset/simple-hdfs-datanode-default
112-
kubectl rollout status --watch --timeout=5m statefulset/simple-hdfs-namenode-default
113-
kubectl rollout status --watch --timeout=5m statefulset/simple-hdfs-journalnode-default
111+
kubectl rollout status --watch --timeout=10m statefulset/simple-hdfs-datanode-default
112+
kubectl rollout status --watch --timeout=10m statefulset/simple-hdfs-namenode-default
113+
kubectl rollout status --watch --timeout=10m statefulset/simple-hdfs-journalnode-default
114114
# end::watch-hdfs-rollout[]
115115

116116
echo "Creating Helper"

docs/modules/hdfs/examples/getting_started/getting_started.sh.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ done
108108

109109
echo "Awaiting HDFS rollout finish"
110110
# tag::watch-hdfs-rollout[]
111-
kubectl rollout status --watch --timeout=5m statefulset/simple-hdfs-datanode-default
112-
kubectl rollout status --watch --timeout=5m statefulset/simple-hdfs-namenode-default
113-
kubectl rollout status --watch --timeout=5m statefulset/simple-hdfs-journalnode-default
111+
kubectl rollout status --watch --timeout=10m statefulset/simple-hdfs-datanode-default
112+
kubectl rollout status --watch --timeout=10m statefulset/simple-hdfs-namenode-default
113+
kubectl rollout status --watch --timeout=10m statefulset/simple-hdfs-journalnode-default
114114
# end::watch-hdfs-rollout[]
115115

116116
echo "Creating Helper"

0 commit comments

Comments
 (0)