From dad96a7994f60697a204cee0352c39b03b24877f Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 28 Jan 2026 12:01:16 -0500 Subject: [PATCH] Gather EndpointSlices in addition to Endpoints --- ci-operator/step-registry/gather/extra/gather-extra-commands.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-operator/step-registry/gather/extra/gather-extra-commands.sh b/ci-operator/step-registry/gather/extra/gather-extra-commands.sh index aef06791bab17..70485a7839e85 100755 --- a/ci-operator/step-registry/gather/extra/gather-extra-commands.sh +++ b/ci-operator/step-registry/gather/extra/gather-extra-commands.sh @@ -67,6 +67,8 @@ queue ${ARTIFACT_DIR}/oc_cmds/credentialsrequests oc --insecure-skip-tls-verify queue ${ARTIFACT_DIR}/csr.json oc --insecure-skip-tls-verify --request-timeout=5s get csr -o json queue ${ARTIFACT_DIR}/endpoints.json oc --insecure-skip-tls-verify --request-timeout=5s get endpoints --all-namespaces -o json queue ${ARTIFACT_DIR}/oc_cmds/endpoints oc --insecure-skip-tls-verify --request-timeout=5s get endpoints --all-namespaces +queue ${ARTIFACT_DIR}/endpointslices.json oc --insecure-skip-tls-verify --request-timeout=5s get endpointslices --all-namespaces -o json +queue ${ARTIFACT_DIR}/oc_cmds/endpointslices oc --insecure-skip-tls-verify --request-timeout=5s get endpointslices --all-namespaces FILTER=gzip queue ${ARTIFACT_DIR}/deployments.json.gz oc --insecure-skip-tls-verify --request-timeout=5s get deployments --all-namespaces -o json queue ${ARTIFACT_DIR}/oc_cmds/deployments oc --insecure-skip-tls-verify --request-timeout=5s get deployments --all-namespaces -o wide FILTER=gzip queue ${ARTIFACT_DIR}/daemonsets.json.gz oc --insecure-skip-tls-verify --request-timeout=5s get daemonsets --all-namespaces -o json