Closed acamachoArg closed 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:
kind: Endpoints apiVersion: v1 metadata: name: oc-api-via-nlb namespace: default subsets:
Thanks for letting us know, this will be fixed with our next prod push.
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:
protocol: TCP port:
targetPort:
kind: Endpoints apiVersion: v1 metadata: name: oc-api-via-nlb namespace: default subsets: