You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/azure-npm-to-cilium-validator/README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
# Azure NPM to Cilium Validator
2
2
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
4
9
5
10
## Prerequisites
6
11
@@ -43,4 +48,4 @@ To run the tests for the Azure NPM to Cilium Validator, use the following comman
43
48
go test.
44
49
```
45
50
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