ibm-cloud-docs / openshift

openshift prod
5 stars 41 forks source link

error in the yaml #132

Closed acamachoArg closed 1 year ago

acamachoArg commented 1 year ago

There's an issue in the example yaml from step 3 in https://cloud.ibm.com/docs/openshift?topic=openshift-access_cluster&locale=en#classic_private_se

The variable is missing

It should be like:

apiVersion: v1 kind: Service metadata: name: oc-api-via-nlb annotations: service.kubernetes.io/ibm-load-balancer-cloud-provider-ip-type: private namespace: default spec: type: LoadBalancer ports:

daniel-p-miller commented 1 year ago

Thanks for letting us know, this will be fixed with our next prod push.