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.

openshift 1803680 4 files · 2.1 KB Updated

File contents

RHDH GKE Test Management

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.

When to Use

  • List which GKE test entries exist per RHDH release branch
  • Verify test coverage across branches

Prerequisites

  • yq (v4+) for listing tests

Listing Tests

bash "${CLAUDE_SKILL_DIR}/scripts/list-k8s-test-configs.sh" \
  --pattern "^e2e-gke-"

Filter by branch: add --branch main.

Cluster Version Management

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:

  1. Open the GKE clusters page
  2. Select the correct project
  3. Click on the cluster to view version details and available upgrades

NOTE: make update is NOT required — the version lives on the cluster, not in CI config.

Related Skills

  • rhdh-gke-lifecycle: Check which K8s versions are supported before upgrading

openshift/release/tree/main/ci-operator/config/redhat-developer/rhdh/.claude/skills/rhdh-gke-tests commit 1803680cb6

Frequently asked questions

npx skillmds@latest add openshift/rhdh-gke-tests