K8sbykeshed / k8s-service-validator

Kubernetes Network Service Validator
22 stars 10 forks source link

SessionAffinity needs 4 pods in the cluster, which make it cannot run on cluster with nodes < 4 #82

Open yzaccc opened 2 years ago

yzaccc commented 2 years ago

Session affinity test needs at least three pods to test the requests affinity sent from one pod to a service managing 2 pods.

Solution: Create new pods, instead of using existing pods.