You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update config.example and scripts for kubespray v2.30 group names
Follow-up to PR NVIDIA#1336: rename remaining kube-master references to
kube_control_plane and k8s-cluster to k8s_cluster in config.example
group_vars, example playbook, and helper scripts (debug.sh, deploy_rook.sh).
Also update ssh-hardening collection reference (dev-sec.ssh-hardening ->
devsec.hardening) in config.example/group_vars/all.yml.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Douglas Holt <dholt@nvidia.com>
docker_registry_mirrors: "{{ groups['kube_control_plane'] | map('regex_replace', '^(.*)$', 'http://\\1:5000') | list }}"
71
71
72
72
# TODO: The presence of an insecure local containerd registry in K8s v1.24+ seems to be causing an issue, add support for this back when the issue is fixed
0 commit comments