k8s-bench/tasks/scale-down-deployment/task.yaml (6 lines of code) (raw):
script:
- prompt: "Scale down the replicas of deployment 'web-service' in namespace 'scale-down-test' by 50%"
setup: "setup.sh"
verifier: "verify.sh"
cleanup: "cleanup.sh"
difficulty: "medium"