File tree 1 file changed +4
-0
lines changed
tests/tasks/generators/clusterloader
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,10 @@ spec:
162
162
fi
163
163
cat $(workspaces.source.path)/perf-tests/clusterloader2/testing/load/config.yaml
164
164
cd $(workspaces.source.path)/perf-tests/clusterloader2/
165
+ # [ToDo] To temporarily stop bleeding we delete these.
166
+ # Related issue - https://github.com/kubernetes/kubernetes/issues/126578
167
+ kubectl --kubeconfig=$KUBECONFIG delete servicemonitor kube-dns -n monitoring
168
+ kubectl --kubeconfig=$KUBECONFIG delete servicemonitor coredns -n monitoring
165
169
ENABLE_EXEC_SERVICE=false ./clusterloader --kubeconfig=$KUBECONFIG --testconfig=$(workspaces.source.path)/perf-tests/clusterloader2/testing/load/config.yaml --testoverrides=$(workspaces.source.path)/overrides.yaml --nodes=$(params.nodes) --provider=eks --report-dir=$(workspaces.results.path) --alsologtostderr --v=2
166
170
exit_code=$?
167
171
if [ $exit_code -eq 0 ]; then
You can’t perform that action at this time.
0 commit comments