Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.1 KB

using-cluster-loader.adoc

File metadata and controls

37 lines (28 loc) · 1.1 KB

Using Cluster Loader

Cluster Loader is a tool that deploys large numbers of various objects to a cluster, which creates user-defined cluster objects. Build, configure, and run Cluster Loader to measure performance metrics of your {product-title} deployment at various cluster states.

Known issues

  • Cluster Loader fails when called without configuration. (BZ#1761925)

  • If the IDENTIFIER parameter is not defined in user templates, template creation fails with error: unknown parameter name "IDENTIFIER". If you deploy templates, add this parameter to your template to avoid this error:

    {
      "name": "IDENTIFIER",
      "description": "Number to append to the name of resources",
      "value": "1"
    }

    If you deploy Pods, adding the parameter is unnecessary.