Created
July 7, 2021 20:46
-
-
Save csrwng/388fa7183fb87ee512d501e32a30a4ed to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: hypershift.openshift.io/v1alpha1 | |
kind: HostedCluster | |
metadata: | |
creationTimestamp: "2021-07-07T18:21:43Z" | |
finalizers: | |
- hypershift.openshift.io/finalizer | |
generation: 6 | |
labels: | |
hypershift.openshift.io/auto-created-for-infra: cewong1-npzqm | |
name: cewong1 | |
namespace: clusters | |
resourceVersion: "8521359" | |
uid: ece0162d-79ad-43ff-9876-bd42860031cb | |
spec: | |
autoscaling: {} | |
configs: | |
- content: | |
apiVersion: config.openshift.io/v1 | |
kind: APIServer | |
metadata: | |
name: cluster | |
spec: | |
servingCerts: | |
namedCertificates: | |
- names: | |
- api.mycluster.fancydomain.hypershift.cesarwong.com | |
servingCertificate: | |
name: fancydomain-servingcert2 | |
kind: APIServer | |
- content: | |
apiVersion: config.openshift.io/v1 | |
kind: OAuth | |
metadata: | |
name: cluster | |
spec: | |
identityProviders: | |
- github: | |
clientID: 502346754c672f03aa6d | |
clientSecret: | |
name: github-identity | |
organizations: | |
- openshift-hive | |
mappingMethod: claim | |
name: github | |
type: GitHub | |
kind: OAuth | |
dns: | |
baseDomain: hypershift.cesarwong.com | |
privateZoneID: Z054902436NZRJL7R00ME | |
publicZoneID: Z0676342TNL7FZTLRDUL | |
etcd: | |
managementType: Managed | |
infraID: cewong1-npzqm | |
issuerURL: https://oidc-cewong1-npzqm.apps.cewong-dev.hypershift.cesarwong.com | |
networking: | |
machineCIDR: 10.0.0.0/16 | |
podCIDR: 10.132.0.0/14 | |
serviceCIDR: 172.31.0.0/16 | |
platform: | |
aws: | |
cloudProviderConfig: | |
subnet: | |
id: subnet-0934f0e7f215a973a | |
vpc: vpc-044ed21db1a42bf38 | |
zone: us-east-1a | |
kubeCloudControllerCreds: | |
name: cewong1-cloud-ctrl-creds | |
nodePoolManagementCreds: | |
name: cewong1-node-mgmt-creds | |
region: us-east-1 | |
roles: | |
- arn: arn:aws:iam::820196288204:role/cewong1-npzqm-openshift-ingress | |
name: cloud-credentials | |
namespace: openshift-ingress-operator | |
- arn: arn:aws:iam::820196288204:role/cewong1-npzqm-openshift-image-registry | |
name: installer-cloud-credentials | |
namespace: openshift-image-registry | |
- arn: arn:aws:iam::820196288204:role/cewong1-npzqm-aws-ebs-csi-driver-operator | |
name: ebs-cloud-credentials | |
namespace: openshift-cluster-csi-drivers | |
type: AWS | |
pullSecret: | |
name: cewong1-pull-secret | |
release: | |
image: quay.io/openshift-release-dev/ocp-release:4.8.0-rc.3-x86_64 | |
services: | |
- service: APIServer | |
servicePublishingStrategy: | |
type: LoadBalancer | |
- service: OAuthServer | |
servicePublishingStrategy: | |
type: Route | |
- service: OIDC | |
servicePublishingStrategy: | |
type: Route | |
- service: Konnectivity | |
servicePublishingStrategy: | |
type: LoadBalancer | |
signingKey: | |
name: cewong1-signing-key | |
sshKey: | |
name: cewong1-ssh-key | |
status: | |
conditions: | |
- lastTransitionTime: "2021-07-07T18:24:07Z" | |
message: "" | |
observedGeneration: 6 | |
reason: HostedClusterAsExpected | |
status: "True" | |
type: Available | |
- lastTransitionTime: "2021-07-07T18:21:50Z" | |
message: "" | |
observedGeneration: 6 | |
reason: IgnitionServerDeploymentAsExpected | |
status: "True" | |
type: IgnitionEndpointAvailable | |
ignitionEndpoint: ignition-server-clusters-cewong1.apps.cewong-dev.hypershift.cesarwong.com | |
kubeconfig: | |
name: cewong1-admin-kubeconfig | |
version: | |
desired: | |
image: quay.io/openshift-release-dev/ocp-release:4.8.0-rc.3-x86_64 | |
history: | |
- completionTime: "2021-07-07T18:21:56Z" | |
image: quay.io/openshift-release-dev/ocp-release:4.8.0-rc.3-x86_64 | |
startedTime: "2021-07-07T18:21:43Z" | |
state: Completed | |
verified: false | |
version: 4.8.0-rc.3 | |
observedGeneration: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment