File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/modules/druid/examples/getting_started Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ kubectl rollout status --watch statefulset/simple-hdfs-namenode-default --timeou
114114
115115echo " Install DruidCluster from druid.yaml"
116116# tag::install-druid[]
117- kubectl apply -f druid.yaml
117+ kubectl apply --server-side - f druid.yaml
118118# end::install-druid[]
119119
120120for (( i= 1 ; i<= 15 ; i++ ))
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ kubectl rollout status --watch statefulset/simple-hdfs-namenode-default --timeou
114114
115115echo " Install DruidCluster from druid.yaml"
116116# tag::install-druid[]
117- kubectl apply -f druid.yaml
117+ kubectl apply --server-side - f druid.yaml
118118# end::install-druid[]
119119
120120for (( i= 1 ; i<= 15 ; i++ ))
You can’t perform that action at this time.
0 commit comments