-
Couldn't load subscription status.
- Fork 135
Description
Hi there,
I am a maintainer of the CloudNativePG project in the CNCF Sandbox. We are currently mentoring @XploY04 for a chaos testing project through the Linux Foundation/CNCF, and we would like to get your feedback about the best approach to follow.
Our operator defines a custom resource called Cluster, and doesn't use either a deployment or a statefulset standard resource (we directly manage PVCs). Our pods, like all the other resources created by it, are owned by the Cluster resource.
Given that our CloudNativePG clusters are made of a primary and an optional number of standby servers (replicas), we need to create an experiment that targets only the current primary of a cluster, identified by the cnpg.io/instanceRole=primary label.
We were wondering if it makes sense for @XploY04 to either submit a PR to enable customisation of the app kind to target also specific pods with labels, or to create a specific experiment like the Cassandra one.
Thanks for your feedback and cooperation.