Files
JimsGarage/Kubernetes
cyberops7 bbaf955ea5 Make RKE2 scripts pass shellcheck (severity=warning) and hygiene hooks
The lint CI runs pre-commit on changed files, so touching these scripts
surfaced pre-existing warnings. Address them without changing behavior:
- Quote array elements (SC2206) and command substitutions (SC2046).
- Disable SC2087 on the ssh heredocs (vars are intentionally expanded
  client-side) and SC1090 on 'source ~/.bashrc' (not followable).
- Keep unused config knobs (KVVERSION, interface) with a targeted
  SC2034 disable; drop the genuinely-unused allnomaster1 array.
- Strip trailing whitespace.

Verified: shellcheck --severity=warning clean and pre-commit green
(ShellCheck v0.10.0) on both files; bash -n syntax OK.
2026-07-08 23:32:34 -06:00
..
2023-11-07 17:00:07 +00:00
2023-12-06 01:02:07 +00:00
2024-04-25 11:24:09 +02:00
2024-01-16 12:55:53 +00:00
2025-09-02 21:48:48 +01:00
2024-03-14 22:02:50 +00:00