Commit Graph

10 Commits

Author SHA1 Message Date
Alexis Couvreur
d5da881604 feat: add kubernetes event listener
If a deployment or a statefulset is scaled to 0, then it is removed from the store.

In order for this to work, you need the `list` and `watch` verbs in your ClusterRole
2022-11-11 17:00:35 -05:00
Alexis Couvreur
7e66ceeee0 fix(traefik): fix kubermetes e2e tests
The blocking test is disabled because it is not yet supported
2022-11-03 17:34:06 +00:00
Alexis Couvreur
6cf69470ca fix(test): fix traefik docker swarm test
Rebase this commit
2022-11-02 23:15:06 -04:00
Alexis Couvreur
0bd56895cf test(e2e): fix docker swarm tests for traefik 2022-11-02 23:15:06 -04:00
Alexis Couvreur
b04c5bc656 test(e2e): set middleware config to new standard 2022-11-02 23:15:06 -04:00
Alexis Couvreur
ff5b510dd1 ci(plugins): add kubernetes test with deployments 2022-10-13 09:21:18 -04:00
Alexis Couvreur
95261c134f test(swarm): set swarmModeRefreshSeconds to 1
For testing purposes this is important
2022-10-06 23:50:21 -04:00
Alexis Couvreur
9f52462bc9 test(plugins): e2e tests will exit 1 on error 2022-10-06 23:50:21 -04:00
Alexis Couvreur
f55f253de6 test: add e2e tag build constraint
This avoids testing e2e when calling go test only
2022-10-06 23:50:21 -04:00
Alexis Couvreur
a573a57ddf ci(traefik): add e2e tests 2022-10-06 23:50:21 -04:00