Skip to content

Commit

Permalink
Allow communication with API server via udp/1194.
Browse files Browse the repository at this point in the history
  • Loading branch information
ulkeba committed Apr 24, 2022
1 parent a832a8a commit 2ad13e0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions networking/hub-region.v1.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,25 @@
"destinationPorts": [
"443"
]
},
{
"ruleType": "NetworkRule",
"name": "pod-to-api-server_udp-1194",
"ipProtocols": [
"UDP"
],
"sourceAddresses": [],
"sourceIpGroups": [
"[resourceId('Microsoft.Network/ipGroups', variables('aksIpGroupName'))]"
],
"destinationAddresses": [
"[concat('AzureCloud.', parameters('location'))]"
],
"destinationIpGroups": [],
"destinationFqdns": [],
"destinationPorts": [
"1194"
]
}
],
"name": "AKS-Global-Requirements",
Expand Down

0 comments on commit 2ad13e0

Please sign in to comment.