Reference
PachCTL

Metadata PPS

Add metadata to your pipeline pods using Kubernetes' labels and annotations.

March 29, 2023

â„šī¸

For a single-page view of all PPS options, go to the PPS series page.

Spec #


"metadata": {
    "annotations": {
        "annotation": string
    },
    "labels": {
        "label": string
    }
},

Behavior #

Both parameters require a key-value pair. Do not confuse this parameter with pod_patch, which adds metadata to the user container of the pipeline pod. For more information, see Labels and Selectors and Kubernetes Annotations in the Kubernetes documentation.

When to Use #

Use metadata for operation ergonomics and to simplify the querying of Kubernetes objects.