File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
docs/modules/hdfs/examples/getting_started Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 97
97
98
98
echo " Awaiting HDFS rollout finish"
99
99
# 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
103
103
# end::watch-hdfs-rollout[]
104
104
105
105
echo " Creating Helper"
Original file line number Diff line number Diff line change 97
97
98
98
echo " Awaiting HDFS rollout finish"
99
99
# 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
103
103
# end::watch-hdfs-rollout[]
104
104
105
105
echo " Creating Helper"
You can’t perform that action at this time.
0 commit comments