Skip to content

helm/node/v0.4.4

Choose a tag to compare

@github-actions github-actions released this 02 Apr 10:03
· 143 commits to master since this release
c9f19b8

Added

  • dnsPolicy — override pod DNS policy when hostNetwork is enabled (default: ClusterFirstWithHostNet)

Fixed

  • hostNetwork: true set invalid dnsPolicy: ClusterFirstWithHostDNS (typo — correct value is ClusterFirstWithHostNet), causing StatefulSet creation to fail