Skip to content

Commit

Permalink
Merge pull request #15636 from hakman/automated-cherry-pick-of-#15635…
Browse files Browse the repository at this point in the history
…-upstream-release-1.27

Automated cherry pick of #15635: openstack: Open hubble port 4244
  • Loading branch information
k8s-ci-robot committed Jul 15, 2023
2 parents 95a3b6d + 76ebc20 commit 494d0b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/model/openstackmodel/firewall.go
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,9 @@ func (b *FirewallModelBuilder) addCNIRules(c *fi.CloudupModelBuilderContext, sgM
if b.Cluster.Spec.Networking.Cilium != nil {
udpPorts = append(udpPorts, 8472)
tcpPorts = append(tcpPorts, 4240)
if b.Cluster.Spec.Networking.Cilium.Hubble != nil && fi.ValueOf(b.Cluster.Spec.Networking.Cilium.Hubble.Enabled) {
tcpPorts = append(tcpPorts, 4244)
}
}

if b.Cluster.Spec.Networking.Weave != nil {
Expand Down

0 comments on commit 494d0b4

Please sign in to comment.