We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc38774 commit cdd6a14Copy full SHA for cdd6a14
README.md
@@ -75,6 +75,18 @@ make e2e-dependencies
75
make e2e-test
76
```
77
78
+#### Running e2e tests related to metrics
79
+
80
+To run the metrics e2e tests locally, set up port forwarding
81
+to the `metrics-bind-address` before running the tests.
82
+This example uses port 8383.
83
84
+```
85
+kubectl port-forward -n open-cluster-management-agent-addon deployment/governance-policy-framework-addon 8383:8383
86
87
+make e2e-test
88
89
90
### Clean up
91
92
0 commit comments