Skip to content

Commit a396f3e

Browse files
authored
docs(getting_started): Increase the wait timeout (#611)
1 parent 02af440 commit a396f3e

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
@@ -97,9 +97,9 @@ done
9797

9898
echo "Awaiting HDFS rollout finish"
9999
# tag::watch-hdfs-rollout[]
100-
kubectl rollout status --watch --timeout=5m statefulset/simple-hdfs-datanode-default
101-
kubectl rollout status --watch --timeout=5m statefulset/simple-hdfs-namenode-default
102-
kubectl rollout status --watch --timeout=5m statefulset/simple-hdfs-journalnode-default
100+
kubectl rollout status --watch --timeout=10m statefulset/simple-hdfs-datanode-default
101+
kubectl rollout status --watch --timeout=10m statefulset/simple-hdfs-namenode-default
102+
kubectl rollout status --watch --timeout=10m statefulset/simple-hdfs-journalnode-default
103103
# end::watch-hdfs-rollout[]
104104

105105
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
@@ -97,9 +97,9 @@ done
9797

9898
echo "Awaiting HDFS rollout finish"
9999
# tag::watch-hdfs-rollout[]
100-
kubectl rollout status --watch --timeout=5m statefulset/simple-hdfs-datanode-default
101-
kubectl rollout status --watch --timeout=5m statefulset/simple-hdfs-namenode-default
102-
kubectl rollout status --watch --timeout=5m statefulset/simple-hdfs-journalnode-default
100+
kubectl rollout status --watch --timeout=10m statefulset/simple-hdfs-datanode-default
101+
kubectl rollout status --watch --timeout=10m statefulset/simple-hdfs-namenode-default
102+
kubectl rollout status --watch --timeout=10m statefulset/simple-hdfs-journalnode-default
103103
# end::watch-hdfs-rollout[]
104104

105105
echo "Creating Helper"

0 commit comments

Comments
 (0)