Hide Forgot
Description of problem: Load balancer not created on gce Version-Release number of selected component (if applicable): openshift v3.1.1.6-16-g5327e56 kubernetes v1.1.0-origin-1107-g4c8e6f4 etcd 2.1.2 How reproducible: Steps to Reproduce: 1. create ose cluster on gce (with openshift-ansible byo mode passing the cloud-provider args) 2. edit restricted scc to change RunAsUser as RunAsAny 2. create pod oc run nginx --image=gcr.io/google_containers/nginx 3. create service with oc create -f service.yml with service.yml apiVersion: v1 kind: Service metadata: name: nginxservice labels: run: nginx spec: ports: - port: 80 targetPort: 80 protocol: TCP selector: run: nginx type: LoadBalancer Actual results: Load balancer not created, no target pool, no forwarding rule, no lb Expected results: target pool created on gce forwarding rule created on gce gce LB created Additional info: Putting debeug level 6 at master and node but nothing in logs related to service loadbalancer
The ServiceController is not currently enabled in either Origin or OSE; therefore, cloud services such as load balancers are not supported.
Ok thank you Andy, That's explain all
Does it mean that it is a beta feature for the 3.1 and will be enabled for 3.2 or does it mean that it can not be enabled in 3.1 at all ?
I will close this as it is not a bug
Not enabled in any 3.x release yet.