Skip to content

Instantly share code, notes, and snippets.

@csrwng
Last active June 16, 2021 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csrwng/6dd5cdcab000b90ad199e8e12580a82c to your computer and use it in GitHub Desktop.
Save csrwng/6dd5cdcab000b90ad199e8e12580a82c to your computer and use it in GitHub Desktop.
apiVersion: hypershift.openshift.io/v1alpha1
kind: HostedCluster
metadata:
name: example
namespace: clusters
spec:
autoscaling: {}
dns: {}
infraID: example-b4tpl
issuerURL: ""
networking:
machineCIDR: 10.0.0.0/16
podCIDR: 10.132.0.0/14
serviceCIDR: 172.31.0.0/16
platform:
type: None
pullSecret:
name: example-pull-secret
release:
image: quay.io/openshift-release-dev/ocp-release:4.8.0-rc.0-x86_64
services:
- service: APIServer
servicePublishingStrategy:
type: LoadBalancer
- service: VPN
servicePublishingStrategy:
type: LoadBalancer
- service: OAuthServer
servicePublishingStrategy:
type: Route
- service: OIDC
servicePublishingStrategy:
type: Route
- service: Konnectivity
servicePublishingStrategy:
type: LoadBalancer
signingKey:
name: ""
sshKey:
name: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment