Skip to content

Commit

Permalink
add CNS instead of azurevnet
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdenney committed Dec 15, 2023
1 parent 1ecf238 commit c861f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/validate/linux_validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var linuxChecksMap = map[string][]check{
{"azure dualstackoverlay", azureVnetStateIps, privilegedLabelSelector, privilegedNamespace, azureVnetStateFileCmd},
},
"cilium_dualstack": {
{"azure dualstackoverlay", azureVnetStateIps, privilegedLabelSelector, privilegedNamespace, azureVnetStateFileCmd},
{"cns", cnsManagedStateFileIps, cnsLabelSelector, privilegedNamespace, cnsManagedStateFileCmd}, // cns configmap "ManageEndpointState": true, | Endpoints managed in CNS State File
{"cilium", ciliumStateFileIps, ciliumLabelSelector, privilegedNamespace, ciliumStateFileCmd},
{"cns cache", cnsCacheStateFileIps, cnsLabelSelector, privilegedNamespace, cnsLocalCacheCmd},
},
Expand Down

0 comments on commit c861f02

Please sign in to comment.