diff --git a/docs/modules/druid/examples/getting_started/getting_started.sh b/docs/modules/druid/examples/getting_started/getting_started.sh index 76116398..b3954374 100755 --- a/docs/modules/druid/examples/getting_started/getting_started.sh +++ b/docs/modules/druid/examples/getting_started/getting_started.sh @@ -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++ )) diff --git a/docs/modules/druid/examples/getting_started/getting_started.sh.j2 b/docs/modules/druid/examples/getting_started/getting_started.sh.j2 index f4a07614..6d7422ba 100755 --- a/docs/modules/druid/examples/getting_started/getting_started.sh.j2 +++ b/docs/modules/druid/examples/getting_started/getting_started.sh.j2 @@ -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++ ))