Skip to content

[Bug]: Internal error occurred: failed calling webhook "accountings.slinky.slurm.net #96

@katrinm86

Description

@katrinm86

Description

I'm trying to deploy a test setup of slinky 1.0.0 but I keep hitting the following error

helm install -f ./slurm_values.yaml slurm oci://ghcr.io/slinkyproject/charts/slurm --namespace=slurm --create-namespace
Pulled: ghcr.io/slinkyproject/charts/slurm:1.0.0
Digest: sha256:a7d3de4096b5ff32261ae064e3c45e223ea2e706a2cc23d3366aeafab713cb87
Error: INSTALLATION FAILED: Internal error occurred: failed calling webhook "accountings.slinky.slurm.net": failed to call webhook: the server could not find the requested resource
Internal error occurred: failed calling webhook "controllers.slinky.slurm.net": failed to call webhook: the server could not find the requested resource
Internal error occurred: failed calling webhook "restapis.slinky.slurm.net": failed to call webhook: the server could not find the requested resource

Went through the installation guide, the operator values file, the slurm values file but couldn't find anything related.

Also tried disabling the webhook/cert-manager installation but then i'm just hitting "no endpoints available for service "slurm-operator-webhook""

Maybe it is something obvious but I cannot see it at the moment ...

Steps to Reproduce

  • (Cluster v1.32.5+rke2r1 comes with cert-manager 0.17 installed)
  • Install crds: helm install slurm-operator-crds oci://ghcr.io/slinkyproject/charts/slurm-operator-crds
  • Install operator: helm install slurm-operator oci://ghcr.io/slinkyproject/charts/slurm-operator --namespace=slinky --create-namespace
  • Install slurm: helm install -f ./slurm_values.yaml slurm oci://ghcr.io/slinkyproject/charts/slurm --namespace=slurm --create-namespace

Expected Behavior

helm install works

Additional Context

clusterName: test-cluster

slurmKeyRef: null
jwtHs256KeyRef: null

controller:
  external: false

  slurmctld:
    image:
      tag: 25.05-rockylinux9

  reconfigure:
    image:
      tag: 25.05-rockylinux9

  persistence:
    enabled: true
    storageClassName:
      storageClassName: csi-cephfs-sc

  metrics:
    enabled: true
    serviceMonitor:
      enabled: true

restapi:
  slurmrestd:
    image:
      tag: 25.05-rockylinux9

accounting:
  enabled: true

  slurmdbd:
    image:
      tag: 25.05-rockylinux9

loginsets:
  slinky:
    enabled: false

nodesets:
  slinky:
    enabled: false

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions