Azure / aksArc

# Welcome to the Azure Kubernetes Service on Azure Stack HCI repo This is where the AKS-HCI team will track features and issues with AKS-HCI. We will monitor this repo in order to engage with our community and discuss questions, customer scenarios, or feature requests. Checkout our projects tab to see the roadmap for AKS-HCI!
MIT License
109 stars 45 forks source link

[BUG] FW rules - March release requires Windows Server Failover Cluster Object IP #336

Open Elektronenvolt opened 1 year ago

Elektronenvolt commented 1 year ago

We use a network setup as described here: https://github.com/Azure/aks-hybrid/issues/97#issue-897601769 vlan 100 -> physical hardware vlan 200 -> AKS Hybrid VMs

And based on documented Firewall rules https://learn.microsoft.com/en-us/azure/aks/hybrid/system-requirements?tabs=allow-table#aks-on-azure-stack-hci-and-windows-server-requirements these Firewall rules:

From vlan 100 to vlan 200 Source: physical node IPs + cloudserviceCIDR Destination: AKS Hybrid IP range TCP Ports 22, 6443, 46000

From vlan 200 to vlan 100 Source: AKS Hybrid IP range Destination: physical node IPs + cloudserviceCIDR TCP Ports 55000, 65000

Since the March 2023 we must add the Failover Cluster Object IP address.

To Reproduce Install a release before March 2023 - physical node IPs + cloudserviceCIDR are ok. Install the March 2023 release - physical node IPs + cloudserviceCIDR + the Failover Cluster Object IP are required

Expected behavior

Screenshots image

Environment (please complete the following information):

Collect log files