mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 22:34:56 -04:00
Bootstrapper
This commit is contained in:
parent
916e5d6b55
commit
dea23604fb
19 changed files with 130 additions and 293 deletions
|
@ -36,7 +36,7 @@ func TestCreator(t *testing.T) {
|
|||
GCPHealthCheck: "health-check",
|
||||
GCPForwardingRule: "forwarding-rule",
|
||||
GCPFirewalls: []string{
|
||||
"controlplane", "wireguard", "ssh", "nodeport", "kubernetes",
|
||||
"bootstrapper", "wireguard", "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",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue