Skip to content

Instantly share code, notes, and snippets.

View candita's full-sized avatar

Candace Holman candita

  • Red Hat
  • USA
  • 08:49 (UTC -05:00)
View GitHub Profile
@rikatz
rikatz / README.md
Last active December 12, 2025 22:49
Creating a cluster for GW API Conformance

Simple script to create a KinD cluster ready for Gateway API conformance test

Remember to:

  • Change the address on metallb IPAddressPool to the right range
  • Bump versions as required

Call it with: ./gwapi.sh BACKEND

being backend:

% cat ~/tmp/ingresscontroller-sharding-example/cluster-ingress-config.yaml
apiVersion: config.openshift.io/v1
kind: Ingress
metadata:
name: cluster
spec:
domain: apps.ci-ln-c5gx03b-f76d1.origin-ci-int-gce.dev.openshift.com
appsDomain: custom.ci-ln-c5gx03b-f76d1.origin-ci-int-gce.dev.openshift.com
% cat ~/tmp/ingresscontroller-sharding-example/default-ingresscontroller.yaml
apiVersion: operator.openshift.io/v1