SUNK v7.2.0
Features
- Adds a default timeout of 60 seconds to MySQL probes
- Adds the ability to toggle between different image registries
Changes to SUNK image registry
Images will now be available from the new default registry at ghcr.io/coreweave/slurm-containers.Images will no longer be published to docker.artifacts.coreweave.com.
All image fields now support a name field to specify the desired image name.
- If no repository is specified, the default registry + the image
name will be used.
- If a repository is specified, it will override the value used. Neither the
name or the default registry will be used.
For example, an image named controller, as shown in the example below, will use the controller image from the default registry, ghcr.io/coreweave/slurm-containers/controller.
image:
name: controller
repository:
See our documentation about available Slurm images for more information.
External SUNK users
If running SUNK outside of CoreWeave Kubernetes Service (CKS), change the global.cks value in the slurm Helm chart as follows:
global.cks.enabled=false
The default value, global.cks.enabled=true, pulls images from the internal CKS registry, which is not available externally.
Bug fixes
- Adds a missing script name to the
nsscache subPath definition
- Updates the Slurm registry helper to the correct target repository
- Reads groups from
scim_users_parameters in /etc/nsscache.conf, or from the command line if specified
Updates several items within the /slurm-login directory, including:
- Updates
github.com/fluxcd/cli-utils from 0.36.0-flux.15 to 0.37.0-flux.1
- Updates
github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3
- Updates
github.com/onsi/gomega from 1.38.2 to 1.38.3
- Updates
k8s.io/api from 0.34.2 to 0.35.0
- Updates
k8s.io/apimachinery from 0.34.2 to 0.35.0
- Updates
k8s.io/client-go from 0.34.2 to 0.35.0
- Updates
k8s.io/kubectl from 0.34.2 to 0.35.0