Skip to content
Snippets Groups Projects
Verified Commit c4f20752 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

terraform: Rename firewall base rule to `k8s-node`

parent 60558c70
No related branches found
No related tags found
No related merge requests found
# https://docs.k8s.io/latest/installing/installing_platform_agnostic/installing-platform-agnostic.html#installation-network-connectivity-user-infra_installing-platform-agnostic
resource "hcloud_firewall" "k8s-base" {
name = "k8s-base"
resource "hcloud_firewall" "k8s-node" {
name = "k8s-node"
apply_to {
label_selector = "k8s.io/node=true"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment