Skip to content

fix(helm): deploy compute domain resources only when DRA plugin is en…#164

Merged
eliranw merged 1 commit intomainfrom
erez/fix-compute-domain-dra-always-deployed
Feb 10, 2026
Merged

fix(helm): deploy compute domain resources only when DRA plugin is en…#164
eliranw merged 1 commit intomainfrom
erez/fix-compute-domain-dra-always-deployed

Conversation

@enoodle
Copy link
Contributor

@enoodle enoodle commented Feb 5, 2026

…abled

Compute domain resources (DeviceClass, controller, RBAC) require the DRA API which is only available in Kubernetes 1.31+. Previously these were always deployed or controlled by a separate flag, causing failures on older Kubernetes versions.

Now all compute domain related objects are gated by computeDomainDraPlugin.enabled, allowing the chart to be deployed on all supported Kubernetes versions.

…abled

Compute domain resources (DeviceClass, controller, RBAC) require the DRA
API which is only available in Kubernetes 1.31+. Previously these were
always deployed or controlled by a separate flag, causing failures on
older Kubernetes versions.

Now all compute domain related objects are gated by computeDomainDraPlugin.enabled,
allowing the chart to be deployed on all supported Kubernetes versions.
@eliranw eliranw merged commit c876baf into main Feb 10, 2026
8 of 9 checks passed
@eliranw eliranw deleted the erez/fix-compute-domain-dra-always-deployed branch February 10, 2026 10:52
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.

2 participants