Skip to content

Commit ede206d

Browse files
committed
updated readme
1 parent 51e0d16 commit ede206d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Azure NPM to Cilium Validator
22

3-
This tool validates the migration from Azure NPM to Cilium.
3+
This tool validates the migration from Azure NPM to Cilium. It will provide information on if you can safely proceed with a manual update from Azure NPM to Cilium. It will verify the following checks to determine if the cluster is safe to migrate.
4+
5+
- NetworkPolicy with endPort
6+
- NetworkPolicy with ipBlock
7+
- NetworkPolicy with Egress Policies (Not Allow All)
8+
- Disruption for some Services (LoadBalancer or NodePort) with externalTrafficPolicy=Cluster
49

510
## Prerequisites
611

@@ -43,4 +48,4 @@ To run the tests for the Azure NPM to Cilium Validator, use the following comman
4348
go test .
4449
```
4550

46-
This will execute all the test files in the directory and provide a summary of the test results.
51+
This will execute all the test files in azure-npm-to-cilium-validator_test.go and provide a summary of the test results.

0 commit comments

Comments
 (0)