Function k8s_e2e_tests::create_affinity_pod

source ยท
pub async fn create_affinity_pod(
    framework: &Framework,
    namespace: &str,
    affinity_label: &str,
) -> Result<Manager<CommandBuilder>, Box<dyn Error>>
Expand description

Create a pod for our other pods to have an affinity to ensure they are all deployed on the same node.