Skip to content

fix(ci): build and push kwok-compute-domain-dra-plugin image (RUN-41041)#232

Open
eliranw wants to merge 1 commit into
mainfrom
eliranw/RUN-41041-kwok-compute-domain-image
Open

fix(ci): build and push kwok-compute-domain-dra-plugin image (RUN-41041)#232
eliranw wants to merge 1 commit into
mainfrom
eliranw/RUN-41041-kwok-compute-domain-image

Conversation

@eliranw

@eliranw eliranw commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

What

Adds kwok-compute-domain-dra-plugin to the release-docker CI matrix so the image is actually built and pushed to ghcr.io.

Why

The component was a valid Dockerfile target, listed in Makefile COMPONENTS, and referenced by its Helm deployment — but missing from the hand-maintained release-docker.strategy.matrix.component list in .github/workflows/ci.yml. So the image was never published, and enabling kwokComputeDomainDraPlugin.enabled: true failed with ImagePullBackOff on ghcr.io/run-ai/fake-gpu-operator/kwok-compute-domain-dra-plugin:<tag>.

Notes

  • status-exporter-kwok is also a Dockerfile target absent from the matrix, but it's intentionally not published: the kwok status-exporter deployment reuses the status-exporter image (which packs both binaries), so no separate image is needed.

Closes #228

The kwok-compute-domain-dra-plugin was a valid Dockerfile target, listed in
the Makefile COMPONENTS and referenced by its Helm deployment, but was absent
from the release-docker CI matrix. As a result the image was never pushed to
ghcr, so enabling kwokComputeDomainDraPlugin.enabled failed with
ImagePullBackOff. Add it to the matrix.

Closes #228

Signed-off-by: Eliran Wolff <eliranw@nvidia.com>
@eliranw eliranw requested a review from a team as a code owner July 2, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing container image for kwokComputeDomainDraPlugin

2 participants