Fix/bootstrapper regressions (#274)

* remove wireguard from e2e tests, conformance docs & config
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
Fabian Kammel 2022-07-15 11:53:14 +02:00 committed by GitHub
parent e315a3b5d8
commit a931f6692f
8 changed files with 3 additions and 43 deletions

View file

@ -36,7 +36,7 @@ func TestCreator(t *testing.T) {
GCPHealthCheck: "health-check",
GCPForwardingRule: "forwarding-rule",
GCPFirewalls: []string{
"bootstrapper", "wireguard", "ssh", "nodeport", "kubernetes",
"bootstrapper", "ssh", "nodeport", "kubernetes",
"allow-cluster-internal-tcp", "allow-cluster-internal-udp", "allow-cluster-internal-icmp",
"allow-node-internal-tcp", "allow-node-internal-udp", "allow-node-internal-icmp",
},