Commit Graph

240 Commits

Author SHA1 Message Date
AquoDev
e163ce6c8b
[Improvement] Updated benchmarks with more accurate results 2020-11-30 11:17:43 +01:00
AquoDev
72549dff4c
[Improvement] Update README with metrics 2020-11-09 09:07:48 +01:00
AquoDev
8a86ae97ec
[New feature] Added metrics dependencies 2020-11-09 09:07:34 +01:00
AquoDev
ca6ef7e77c
[New feature] Added Prometheus example for metrics 2020-11-09 09:07:15 +01:00
AquoDev
40d1204906
[New feature] Added metrics 2020-11-09 09:06:51 +01:00
AquoDev
41f3706774
[Bug fix] Replace kubectl wait command for deployments 2020-11-03 08:21:11 +01:00
AquoDev
ff09328fb0
[Improvement] Update daemonset config for tests 2020-11-03 08:18:49 +01:00
AquoDev
0c8c20157c
[Bug fix] Add missing backend in test 2020-11-03 08:18:26 +01:00
AquoDev
c95119c4e3
[Improvement] Sync tests with latest commits 2020-10-27 11:09:16 +01:00
AquoDev
bfab3def42
[Improvement] Use table ip netdev for rulesets 2020-10-27 11:08:38 +01:00
AquoDev
bc0eb675eb
[Improvement] Add --address suffix for addresses names
- farms and address names can't collide
2020-10-27 10:35:58 +01:00
AquoDev
ba4be1f928
[Improvement] Disable logs when log level -1 is set 2020-10-27 09:08:28 +01:00
AquoDev
454990a6f8
[Improvement] Append addresses using indexes 2020-10-27 09:07:32 +01:00
AquoDev
7ab03423fd
[Improvement] Log paths when deleting a farm 2020-10-27 09:06:21 +01:00
AquoDev
4fd096f93b
[Improvement] Use local Docker image when built locally 2020-10-27 09:05:31 +01:00
AquoDev
83dabd876a
[Improvement] Sync tests with latest version 2020-10-27 09:04:14 +01:00
AquoDev
17bbb3d8eb
[Improvement] Add clean nft ruleset 2020-10-27 09:03:40 +01:00
AquoDev
04ab05ac96
[Improvement] Add conditional steps in the README 2020-10-26 11:28:35 +01:00
AquoDev
e3192499f4
[Improvement] Update comment 2020-10-26 11:27:47 +01:00
AquoDev
f840c06305
[Improvement] Deleted hardcoded sleep 2020-10-26 11:27:28 +01:00
AquoDev
657ce0196d
[Improvement] Dump raw expected data 2020-10-26 11:27:13 +01:00
AquoDev
83fe506d68
[Improvement] Move scripts to a folder 2020-10-26 11:26:42 +01:00
Víctor
41342de2a0
Merge pull request #4 from zevenet/add-addresses-support
Add addresses support
2020-10-26 10:24:53 +01:00
Víctor
9909799328
Merge branch 'master' into add-addresses-support 2020-10-26 10:24:40 +01:00
AquoDev
b7c7749085
[Improvement] Sync expected data with last changes 2020-10-26 10:19:54 +01:00
AquoDev
08844dfd49
[Improvement] Add non critical path at parsing services 2020-10-26 10:14:48 +01:00
AquoDev
b4309810c4
[Improvement] Added maps to track resources 2020-10-26 10:14:27 +01:00
AquoDev
87b2b74783
[Bug fix] Fixed error dereferencing a pointer 2020-10-26 10:14:07 +01:00
AquoDev
8f7cf55dbe
[Improvement] Set iface after reading annotations 2020-10-26 10:12:33 +01:00
AquoDev
23c4cbb222
[Improvement] Added some useful fields 2020-10-26 10:12:11 +01:00
AquoDev
45a9224eec
[Improvement] Refactored dsr module 2020-10-26 10:11:49 +01:00
AquoDev
5b28d13839
[Improvement] Added more conditions to filter resources 2020-10-26 10:11:33 +01:00
AquoDev
8c10488d76
[Improvement] Refactored tests, easier to understand 2020-10-26 10:10:46 +01:00
AquoDev
06e495697c
[Improvement] Update dependencies 2020-10-26 10:09:39 +01:00
AquoDev
8063432789
[Improvement] Update README 2020-10-26 10:09:23 +01:00
AquoDev
f55b215b83
[Improvement] Refactor Endpoints parser to support farms with addresses 2020-10-07 16:24:00 +02:00
AquoDev
0242c321e0
[Improvement] Update dependencies 2020-10-07 16:22:28 +02:00
AquoDev
c7de0f3371
[Improvement] Use nft command for host settings 2020-10-07 12:08:26 +02:00
AquoDev
6f93748f4b
[Improvement] Update README with corrections and new Features section 2020-10-07 10:55:00 +02:00
AquoDev
17a9b5a9bb
[Improvement] Use kube-nftlb image from Docker Hub 2020-10-07 09:29:48 +02:00
AquoDev
65403b33c7
[Improvement] Use new Nftlb struct for JSON 2020-10-06 14:04:19 +02:00
AquoDev
45fb9e75b4
[Improvement] Add missing types for better parsing 2020-10-06 14:03:59 +02:00
AquoDev
0f5b301643
[New feature] Add Address type support 2020-10-06 14:03:14 +02:00
AquoDev
4594f97463
[Improvement] Cleaner comments in some types 2020-10-06 14:02:51 +02:00
AquoDev
432108b879
[Improvement] Refactor annotations 2020-10-06 14:01:22 +02:00
AquoDev
290dff2010
[Improvement] Split lib.go into different files (maps.go and names.go) 2020-10-06 14:00:46 +02:00
AquoDev
711c2709a7
[New feature] Add Addresses support for Service controller 2020-10-06 14:00:03 +02:00
AquoDev
bd7020815f
[New feature] Disable Endpoints and NetworkPolicy controllers and DSR mode until Addresses support from nftlb is fully implemented 2020-10-06 13:58:27 +02:00
AquoDev
5bcaf23bef
[Improvement] Explain why results may differ between systems for benchmarks 2020-09-30 13:12:59 +02:00
AquoDev
f7a1ecad1d
[Improvement] Added comment explaining why is better doing lots of tests vs a single one 2020-09-30 11:32:59 +02:00