e2e: test multi-cluster connectivity

This commit adds a new test suite to the e2e tests that validates
multi-cluster connectivity in Kilo. This is really just an extension of
the testing of the Peers CRD and related tooling that also exercises the
`--allowed-ips` flag of the `kgctl` tool.

Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
Lucas Servén Marín
2021-07-06 20:48:18 +02:00
parent 8c7e58a231
commit 19b0797ae2
3 changed files with 68 additions and 2 deletions

2
.gitignore vendored
View File

@@ -4,4 +4,4 @@
.push*
bin/
tmp/
e2e/kind.yaml
e2e/kind.yaml*