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
description: Adds a common category to all Gloo Gateway CRDs. `kubectl get gloo-gateway -A` can now be used to list all GG CRs on your cluster. Also adds the "solo-io" category to GG enterprise CRDs.
Copy file name to clipboardexpand all lines: devel/testing/kube-e2e-tests.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -22,4 +22,6 @@ These tests are run by a [GitHub action](/.github/workflows/regression-tests.yam
22
22
If a test fails, you can retry it from a [browser window](https://docs.github.com/en/actions/managing-workflow-runs/re-running-workflows-and-jobs#reviewing-previous-workflow-runs). If you do this, please make sure to comment on the Pull Request with a link to the failed logs for debugging purposes.
23
23
24
24
## Local Development
25
-
See the [kube2e test README](/test/kube2e/README.md) for more details about running these tests.
25
+
See the [kubernetes e2e test README](/test/kubernetes/e2e/README.md) and [debugging guide](/test/kubernetes/e2e/debugging.md) for more details about running these tests.
26
+
27
+
See the [kube2e test README](/test/kube2e/README.md) for more details about running the legacy tests.
0 commit comments