Skip to content

Commit

Permalink
tailscale: remove old k8s vip
Browse files Browse the repository at this point in the history
  • Loading branch information
samcday committed Jun 26, 2024
1 parent 6f181c0 commit 2207c5e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions terraform/init/tailnet.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ resource "tailscale_acl" "acl" {
# home-cluster Service CIDRs
"172.31.0.0/16" : ["tag:home-cluster"],
"fd7f:bc81:7c5c::/112" : ["tag:home-cluster"],

# home-cluster control-plane endpoint VIP
"172.29.0.1/32" : ["tag:home-cluster"],
},
},

Expand All @@ -26,10 +23,7 @@ resource "tailscale_acl" "acl" {
],

"tests" : [
{
"src" : "tag:home-cluster",
"accept" : ["172.29.0.1:6444"],
}

],
})
}

0 comments on commit 2207c5e

Please sign in to comment.