Allow components to have multiple K8s deployment resources
M
Makoto Mizukami
This is like a bug in the CircleCI release agent. This has been demonstrated with https://github.com/circle-makotom/playground-20260416-multi-deployments
Repro:
- Configure a SCM repository, CircleCI project and the K8s release agent accordingly.
- Set up two (or more K8s if you want) resource deploymentresource which has the samecircleci.com/component-name:property value. For instance, the above repository hasnginxandapache-httpdboth of which hascircleci.com/component-name: 20260416-multi-deployments-componentin their labels.
- Run deployment (see the config.yml)
Expected results:
There would be a single row appearing in the Deploy dashboard that represents the single components having multiple deployments.
Actual results:
Two rows actually appeared in the Deploy dashboard - one of them would be tagged as "redeploy" - in the Deploy dashboard.