chaostoolkit-incubator / kubernetes-crd

Kubernetes CRD for the Chaos Toolkit

Home Page:https://chaostoolkit.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for custom POD labels

dmartin35 opened this issue · comments

When defining the ChaosExperiment CRO, we could add the possibility to add custom labels to the POD that will be created.

This can be used to add the experiment/verification ID/URL as part of labels.

It can then be used to retrieve a POD for a specific experiment.
This can make a link between the experiment IDs/URLs from the console, with the ChaosExperiment resources created.