Skip to content

Commit 9f60f68

Browse files
committed
updated verbose flag name and reorganized and removed unused functions
1 parent 3c60e69 commit 9f60f68

File tree

2 files changed

+222
-299
lines changed

2 files changed

+222
-299
lines changed

tools/azure-npm-to-cilium-validator/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ Run the following command with the path to your kube config file with the cluste
3737
go run azure-npm-to-cilium-validator.go --kubeconfig ~/.kube/config
3838
```
3939

40-
This will execute the validator and print the migration summary.
40+
This will execute the validator and print the migration summary. You can use the `--detailed-migration-summary` flag to get more information on flagged network policies and services as well as total number of network policies, services, and pods on the cluster targeted.
41+
42+
```bash
43+
go run azure-npm-to-cilium-validator.go --kubeconfig ~/.kube/config --detailed-migration-summary
44+
```
4145

4246
## Running Tests
4347

0 commit comments

Comments
 (0)