Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ kubectl rollout status --watch statefulset/simple-hdfs-namenode-default --timeou

echo "Install DruidCluster from druid.yaml"
# tag::install-druid[]
kubectl apply -f druid.yaml
kubectl apply --server-side -f druid.yaml
# end::install-druid[]

for (( i=1; i<=15; i++ ))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ kubectl rollout status --watch statefulset/simple-hdfs-namenode-default --timeou

echo "Install DruidCluster from druid.yaml"
# tag::install-druid[]
kubectl apply -f druid.yaml
kubectl apply --server-side -f druid.yaml
# end::install-druid[]

for (( i=1; i<=15; i++ ))
Expand Down
Loading