Skip to content

Instantly share code, notes, and snippets.

@eranco74
Created February 12, 2025 08:16
Show Gist options
  • Save eranco74/17c42b2f2c7556d05f6d904b039c39e2 to your computer and use it in GitHub Desktop.
Save eranco74/17c42b2f2c7556d05f6d904b039c39e2 to your computer and use it in GitHub Desktop.
apiVersion: hypershift.openshift.io/v1beta1
kind: HostedCluster
metadata:
name: doca
namespace: clusters
spec:
release:
image: "quay.io/openshift-release-dev/ocp-release:4.18.0-rc.5-multi"
controllerAvailabilityPolicy: SingleReplica
pullSecret:
name: doca-pull-secret
sshKey:
name: "doca-ssh-key"
networking:
serviceCIDR: "172.31.0.0/16"
podCIDR: "10.132.0.0/14"
machineCIDR: "10.8.231.0/24"
platform:
type: None
infraID: doca
dns:
baseDomain: okoyl.xyz
services:
- service: APIServer
servicePublishingStrategy:
nodePort:
address: api.doca.okoyl.xyz
type: NodePort
- service: OAuthServer
servicePublishingStrategy:
nodePort:
address: api.doca.okoyl.xyz
type: NodePort
- service: OIDC
servicePublishingStrategy:
nodePort:
address: api.doca.okoyl.xyz
type: NodePort
- service: Konnectivity
servicePublishingStrategy:
nodePort:
address: api.doca.okoyl.xyz
type: NodePort
- service: Ignition
servicePublishingStrategy:
nodePort:
address: api.doca.okoyl.xyz
type: NodePort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment