Doc review (last-reviewed 2026-06-04): - cluster.md: k8s v1.34.0→v1.35.0; ringtail workload list updated for the in-progress minikube→k3s migration - ntfy/tempo/alloy: images are now locally-built registry.ops.eblu.me nix containers (v2.19.2 / v2.10.3 / v1.16.0); Fly alloy binary v1.16.1 Service review: - nvidia-device-plugin v0.19.0→v0.19.2 (upstream patch, no breaking changes for our CDI + RuntimeClass manifests) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
13 lines
252 B
YAML
13 lines
252 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: nvidia-device-plugin
|
|
|
|
resources:
|
|
- daemonset.yaml
|
|
- runtime-class.yaml
|
|
- time-slicing-config.yaml
|
|
|
|
images:
|
|
- name: nvcr.io/nvidia/k8s-device-plugin
|
|
newTag: v0.19.2
|