intel / helm-charts

Apache License 2.0
12 stars 15 forks source link

Please extend the device-plugins-operator chart with node selectors (exec format error) #39

Closed samip5 closed 11 months ago

samip5 commented 1 year ago

Currently the deployment will fail if it happens to be scheduled onto an arm64 node, and I seem to have no way to influence it eg via tolerations.

The following Helm-Release:

apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
  name: intel-device-plugins-operator
  namespace: system
spec:
  interval: 30m
  chart:
    spec:
      chart: intel-device-plugins-operator
      version: 0.27.1
      interval: 30m
      sourceRef:
        kind: HelmRepository
        name: intel
        namespace: flux-system
  install:
    crds: CreateReplace
  upgrade:
    crds: CreateReplace

Results in the operator deployment failing with exec format error on non-amd64 node.

tkatila commented 11 months ago

Hi @samip5

Thanks for reporting this. We'll update the operator deployment. And sorry for the delay!