ops: run host scripts with bash and adopt EndpointSlice #21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ops-bash-and-endpointslice"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two ops-surface fixes found by exercising the PR #18 recipes end-to-end:
sh; dash on hk-03 rejectsset -o pipefail, so the recipe exits 2 as written. The recipe now saysbash(register-authentik.sh is genuine POSIX sh and keepssh).v1 Endpointsto adiscovery.k8s.io/v1 EndpointSlice(k8s deprecates Endpoints in 1.33+; cluster traefik 3.6.13 consumes slices). Validated with a server-side dry-run against the live k3s (v1.35.5+k3s1): Deployment/Service unchanged, slice schema accepted. A one-time migration note (apply, then delete the legacy Endpoints object) rides in the manifest comment; live application is a separate ops step.🤖 Generated with Claude Code