Summary
As part of the "ocm-e2e-clusterpool" workflow, squads are only able to specify the cluster pool list by using the following environment variables:
- CLUSTERPOOL_LIST
- CLUSTERPOOL_LIST_INCLUSION_FILTER
Through this manner, both the hub and managed cluster are selected from that pool of collections. The squad should be able to specify a list of cluster pools for either hub or managed cluster.
If the squad requires a list of cluster pools to select the hub cluster from, they should be able to use the following environment variables:
- CLUSTERPOOL_LIST
- CLUSTERPOOL_LIST_INCLUSION_FILTER
If the squad requires a list of cluster pools to select the managed cluster from, they should be able to use the following environment variables:
- CLUSTERPOOL_MANAGED_LIST
- CLUSTERPOOL_MANAGED_LIST_INCLUSION_FILTER
Otherwise, if the "managed" cluster pool entries are blank, they should default to the hub cluster variables.