What happened:
Following the v1.0.x quickstart with pipedv1-exp, registering an application from the examples repo (e.g. kubernetes/kustomize-local-base) and triggering a sync fails with:
Unable to plan the deployment (no plugin specified)
Environment:
- Setup: local kind cluster, control-plane + pipedv1-exp installed via the quickstart manifests (master branch)
- Application: kubernetes/kustomize-local-base from pipe-cd/examples, added via "PIPED v1 ADD FROM SUGGESTIONS"
What I expected to happen:
Either the deployment to sync successfully, or the quickstart docs to note that pipedv1-exp requires app.pipecd.yaml configs to declare a plugins field, and that legacy-style example configs in pipe-cd/examples don't yet include one for the v1 plugin flow.
How to reproduce it:
- Follow docs-v1.0.x/quickstart with pipedv1-exp
- Add any application from examples via "ADD FROM SUGGESTIONS"
- Trigger SYNC from the console
- Observe the deployment fails immediately with "no plugin specified"
Screenshot of the failure:

What happened:
Following the v1.0.x quickstart with pipedv1-exp, registering an application from the
examplesrepo (e.g.kubernetes/kustomize-local-base) and triggering a sync fails with:Unable to plan the deployment (no plugin specified)
Environment:
What I expected to happen:
Either the deployment to sync successfully, or the quickstart docs to note that pipedv1-exp requires app.pipecd.yaml configs to declare a
pluginsfield, and that legacy-style example configs in pipe-cd/examples don't yet include one for the v1 plugin flow.How to reproduce it:
Screenshot of the failure: