openshift/rhdh-gke-tests
>- List GKE test entries in RHDH ci-operator config files. Use when listing e2e-gke tests or checking which branches have GKE test entries. Unlike AKS/EKS, GKE uses a pre-existing static cluster — version upgrades are performed via the GCP Console.
npx skills add https://github.com/openshift/release --skill rhdh-gke-tests
List GKE test entries across RHDH release branches.
Unlike AKS/EKS which set MAPT_KUBERNETES_VERSION in CI config files, GKE uses
a pre-existing static cluster. Version upgrades are performed via the GCP Console.
yq (v4+) for listing testsbash "${CLAUDE_SKILL_DIR}/scripts/list-k8s-test-configs.sh" \
--pattern "^e2e-gke-"
Filter by branch: add --branch main.
The GKE cluster details (name, region, project) are stored in the rhdh secret
under test-credentials. To check the current version and perform upgrades,
use the GCP Console:
NOTE: make update is NOT required — the version lives on the cluster, not in CI config.
rhdh-gke-lifecycle: Check which K8s versions are supported before upgradingTake openshift/rhdh-gke-tests 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.