Remove deprecated services: Keycloak, Nextcloud, Paperless-ngx, iperf3 #23
Labels
No labels
Monitoring
automation
bug
duplicate
feature
forgejo
help wanted
invalid
k3s
keycloak
ldap
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lab/homelab#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Services to remove
k3s-ha-cluster/keycloak/) — Authelia is the primary auth layer. Keycloak adds overhead (separate PostgreSQL, Java heap) for a secondary system.k3s-ha-cluster/nextcloud/) — marked deprecated in README, Caddy route already commented outk3s-ha-cluster/paperless-ngx/) — marked deprecated, has placeholder credentialsk3s-ha-cluster/iperf3/) — replaced by speedtest-trackerSteps
helm uninstall keycloak -n keycloak && kubectl delete namespace keycloakkubectl delete namespace nextcloudkubectl delete namespace paperlesskubectl delete -f k3s-ha-cluster/iperf3/and remove namespacekeycloak/,nextcloud/,paperless-ngx/,iperf3/Done. Commit
see push on master.Removed from cluster
keycloak,nextcloud,paperlessnamespaces and all workloads (helmreleases + raw manifests); iperf3 daemonset removed
Removed from repo
k3s-ha-cluster/{keycloak,nextcloud,paperless-ngx,iperf3}/Forgejo SSO docs corrected to Authelia OIDC)
Data note (important)
Nextcloud (10Gi) and Paperless-ngx (3Gi) Longhorn volumes were removed along
with their PVCs. No Longhorn backup target is configured (#32 still open),
so this data could not be restored. Both services were deprecated and had been
idle; if anything of value lived there, it is not recoverable from the cluster.
Follow-up
This is exactly the gap #32 (backup strategy) exists for — worth prioritizing
before any future removals.