Skip to content

Commit 4907cba

Browse files
Merge pull request #1165 from abhinavdahiya/drop_kubelet_debug
data/aws/bootstrap: drop kubelet debug endpoint in security group
2 parents 4cea5ca + 35c3b37 commit 4907cba

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

data/data/aws/bootstrap/main.tf

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,3 @@ resource "aws_security_group_rule" "bootstrap_journald_gateway" {
156156
from_port = 19531
157157
to_port = 19531
158158
}
159-
160-
resource "aws_security_group_rule" "bootstrap_kubelet_secure" {
161-
type = "ingress"
162-
security_group_id = "${aws_security_group.bootstrap.id}"
163-
164-
protocol = "tcp"
165-
cidr_blocks = ["0.0.0.0/0"]
166-
from_port = 10250
167-
to_port = 10250
168-
}

0 commit comments

Comments
 (0)