fixed comment
This commit is contained in:
parent
d12b3c0dfd
commit
d66598320d
3
main.tf
3
main.tf
@ -23,8 +23,7 @@ resource "hcloud_network_subnet" "k3s" {
|
|||||||
resource "hcloud_firewall" "k3s" {
|
resource "hcloud_firewall" "k3s" {
|
||||||
name = "k3s-firewall"
|
name = "k3s-firewall"
|
||||||
|
|
||||||
# Internal cluster traffic, kube api server, kubelet metrics, cilium, etcd,
|
# Allowing internal cluster traffic and Hetzner metadata service and cloud API IPs
|
||||||
# and Hetzner metadata service and cloud api
|
|
||||||
rule {
|
rule {
|
||||||
direction = "in"
|
direction = "in"
|
||||||
protocol = "tcp"
|
protocol = "tcp"
|
||||||
|
Loading…
Reference in New Issue
Block a user