diff --git a/security_groups.tf b/security_groups.tf index e62c641..5fc9024 100644 --- a/security_groups.tf +++ b/security_groups.tf @@ -100,14 +100,6 @@ resource "aws_security_group" "extra_cluster_sg" { cidr_blocks = concat(var.census_private_cidr, ["10.0.0.0/8"]) } - # kubectl logs - ingress { - from_port = 10250 - to_port = 10250 - protocol = "tcp" - cidr_blocks = concat(var.census_private_cidr, ["10.0.0.0/8"]) - } - egress { from_port = 0 to_port = 0