After successfully running task local-setup, running task local-setup:example-data:iterate failed with:
error validating data: failed to download openapi:
Get "http://localhost:8080/openapi/v2?timeout=32s": dial tcp [::1]:8080: connect: connection refused
The example-data:iterate task expects the KCP admin kubeconfig to be active (KUBECONFIG=$(pwd)/.secret/kcp/admin.kubeconfig), but in the new shell session this env var wasn't set.