Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3639,6 +3639,7 @@
"networkPolicy": {
"type": "string",
"enum": [
"none",
"calico",
"azure",
"cilium"
Expand All @@ -3647,6 +3648,10 @@
"name": "NetworkPolicy",
"modelAsString": true,
"values": [
{
"value": "none",
"description": "Network policies will not be enforced. This is the default value when NetworkPolicy is not specified."
},
{
"value": "calico",
"description": "Use Calico network policies. See [differences between Azure and Calico policies](https://docs.microsoft.com/azure/aks/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities) for more information."
Expand Down