Skip to content

Commit 35c3b37

Browse files
committed
data/aws/bootstrap: drop kubelet debug endpoint in security group
This is probably not required when cluster-bootstrap streams the logs to journal
1 parent 18e5d9b commit 35c3b37

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)