Add session affinity to custom load balancing
This commit is contained in:
parent
353c63153e
commit
6ed256dde6
6 changed files with 444 additions and 104 deletions
|
|
@ -30,11 +30,11 @@ import (
|
|||
"k8s.io/ingress-nginx/test/e2e/framework"
|
||||
|
||||
// tests to run
|
||||
_ "k8s.io/ingress-nginx/test/e2e/annotations"
|
||||
_ "k8s.io/ingress-nginx/test/e2e/defaultbackend"
|
||||
// _ "k8s.io/ingress-nginx/test/e2e/annotations"
|
||||
// _ "k8s.io/ingress-nginx/test/e2e/defaultbackend"
|
||||
_ "k8s.io/ingress-nginx/test/e2e/lua"
|
||||
_ "k8s.io/ingress-nginx/test/e2e/settings"
|
||||
_ "k8s.io/ingress-nginx/test/e2e/ssl"
|
||||
// _ "k8s.io/ingress-nginx/test/e2e/settings"
|
||||
// _ "k8s.io/ingress-nginx/test/e2e/ssl"
|
||||
)
|
||||
|
||||
// RunE2ETests checks configuration parameters (specified through flags) and then runs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue