We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If a "Deployments" workload is defined without any "NumReplicas", the benchmark spins until timeout. Example workload:
"BlockingLevel": "operation", "Timeout": 540000, "CheckingInterval": 3000, "Cleanup": false, "Operations": [ { "Deployments": { "Actions": [ { "Act": "CREATE", "Spec": { "ImagePullPolicy": "IfNotPresent", "Image": "k8s.gcr.io/pause:3.1" } }, { "Act": "DELETE" } ], "SleepTimes": [ 30000 ], "Count": 1 } } ] }
I would suggest to default it to 1 as it defaults in K8s.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If a "Deployments" workload is defined without any "NumReplicas", the benchmark spins until timeout. Example workload:
I would suggest to default it to 1 as it defaults in K8s.
The text was updated successfully, but these errors were encountered: