Skip to content

Instantly share code, notes, and snippets.

View jforce's full-sized avatar

James Force jforce

View GitHub Profile
@jforce
jforce / pvc reaper cronjob
Last active May 20, 2026 14:42
PVC cleanup cronjob
apiVersion: batch/v1
kind: CronJob
metadata:
name: prime-pvc-reaper
namespace: xxxxxxxx
spec:
schedule: "0 * * * *" # Runs every hour
concurrencyPolicy: Forbid
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 3
@jforce
jforce / kickstart.cfg
Created February 24, 2021 15:42
Example kickstart
#version=RHEL8
# Use graphical install
graphical
repo --name="AppStream" --baseurl=file:///run/install/sources/mount-0000-cdrom/AppStream
%packages
@^server-product-environment
@container-management
@development