Created
July 25, 2023 17:24
-
-
Save deads2k/9645c788fc54de84bafee42a1e2a4af5 to your computer and use it in GitHub Desktop.
disruption
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| grep "started responding to GET requests" '/home/deads/Downloads/pr-01/e2e-events_20230725-163033.json' | grep -v protocol | grep -v reason/DisruptionEnded | sort |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "message": "disruption/cache-kube-api connection/new started responding to GET requests over new connections", | |
| "message": "disruption/cache-kube-api connection/reused started responding to GET requests over reused connections", | |
| "message": "disruption/cache-oauth-api connection/new started responding to GET requests over new connections", | |
| "message": "disruption/cache-oauth-api connection/reused started responding to GET requests over reused connections", | |
| "message": "disruption/cache-openshift-api connection/new started responding to GET requests over new connections", | |
| "message": "disruption/cache-openshift-api connection/reused started responding to GET requests over reused connections", | |
| "message": "disruption/ci-cluster-network-liveness connection/new started responding to GET requests over new connections", | |
| "message": "disruption/ci-cluster-network-liveness connection/reused started responding to GET requests over reused connections", | |
| "message": "disruption/kube-api connection/new started responding to GET requests over new connections", | |
| "message": "disruption/kube-api connection/reused started responding to GET requests over reused connections", | |
| "message": "disruption/oauth-api connection/new started responding to GET requests over new connections", | |
| "message": "disruption/oauth-api connection/reused started responding to GET requests over reused connections", | |
| "message": "disruption/openshift-api connection/new started responding to GET requests over new connections", | |
| "message": "disruption/openshift-api connection/reused started responding to GET requests over reused connections", | |
| "message": "disruption/service-load-balancer-with-pdb connection/new started responding to GET requests over new connections", | |
| "message": "disruption/service-load-balancer-with-pdb connection/reused started responding to GET requests over reused connections", | |
| "message": "ns/openshift-authentication route/oauth-openshift disruption/ingress-to-oauth-server connection/new started responding to GET requests over new connections", | |
| "message": "ns/openshift-authentication route/oauth-openshift disruption/ingress-to-oauth-server connection/reused started responding to GET requests over reused connections", | |
| "message": "ns/openshift-console route/console disruption/ingress-to-console connection/new started responding to GET requests over new connections", | |
| "message": "ns/openshift-console route/console disruption/ingress-to-console connection/reused started responding to GET requests over reused connections", | |
| "message": "ns/openshift-image-registry route/test-disruption-new disruption/image-registry connection/new started responding to GET requests over new connections", | |
| "message": "ns/openshift-image-registry route/test-disruption-reused disruption/image-registry connection/reused started responding to GET requests over reused connections", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment