We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948a40f commit c89ce01Copy full SHA for c89ce01
test/validate/linux_validate.go
@@ -22,7 +22,7 @@ var (
22
cnsManagedStateFileCmd = []string{"bash", "-c", "cat /var/run/azure-cns/azure-endpoints.json"}
23
azureVnetStateFileCmd = []string{"bash", "-c", "cat /var/run/azure-vnet.json"}
24
azureVnetIpamStateCmd = []string{"bash", "-c", "cat /var/run/azure-vnet-ipam.json"}
25
- ciliumStateFileCmd = []string{"bash", "-c", "cilium endpoint list -o json"}
+ ciliumStateFileCmd = []string{"cilium", "endpoint", "list", "-o", "json"}
26
cnsCachedAssignedIPStateCmd = []string{"curl", "localhost:10090/debug/ipaddresses", "-d", "{\"IPConfigStateFilter\":[\"Assigned\"]}"}
27
)
28
0 commit comments