openshift/rhdh-gke-lifecycle
>- Check GKE Kubernetes version support status using the endoflife.date API (auto-scraped from Google's GKE release schedule). Use whenever someone asks about GKE K8s version support, EOL dates, or whether the current GKE cluster version is still supported. GKE uses a long-running static cluster whose version is not managed in CI config.
npx skills add https://github.com/openshift/release --skill rhdh-gke-lifecycle
GKE uses a pre-existing long-running cluster. The K8s version is NOT in CI config — updates are performed via the GCP Console.
curl, jq, internet connectivitybash "${CLAUDE_SKILL_DIR}/scripts/check-gke-lifecycle.sh"
The script queries:
https://endoflife.date/api/google-kubernetes-engine.json — auto-scraped from Google's GKE release schedule page, shows standard/maintenance support status and EOL datesWebFetch https://cloud.google.com/kubernetes-engine/docs/release-schedule
The script outputs supported GKE K8s versions with their support status and dates:
Always recommend upgrading to the newest Standard version. Since GKE version is not in CI config, check the actual cluster version via the GCP Console. If the cluster is not on the newest Standard version, recommend upgrading via the GKE clusters page.
rhdh-gke-tests: List GKE test entriesTake openshift/rhdh-gke-lifecycle from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.