Skip to content

v1.5.0 - Additional node pool firewall rules

Compare
Choose a tag to compare
@angelbarrera92 angelbarrera92 released this 05 Mar 11:32
· 57 commits to master since this release

Welcome to the v1.5.0 version of the Fury AKS Installer.

It includes the following:

  • Includes a new input in the node pool definition to allow additional firewall rule the specific node pool.
additional_firewall_rules = list(object({
    name        = string
    direction   = string
    cidr_block  = string
    protocol    = string
    ports       = string
    tags        = map(string)
}))
  • Modify the dmz_cidr_range variable to allow both a list(string) or a string

Read the docs: https://docs.kubernetesfury.com/docs/installers/managed/aks