Cannot connect K8S service on kuryr-kubernetes

Bug #1690152 reported by jihoon
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kuryr-kubernetes
Fix Released
Critical
Ilya Chukhnakov

Bug Description

I install kuryr-kubernetes such as "https://github.com/openstack/kuryr-kubernetes".

And then, on my overcloud(VM), i make ReplicationController and Service. Because there is K8S on overcloud.

After make K8S resources, I tested connection about Service.

Unfortuneatly, the Service cannot be found.

If I must set LBaaS up, how to set it? Please give me a guide or explanation.

In another environment that is installed Magnum(not installed Kuryr-Kubernetes), I can connect K8S service
by "curl {IP addr}:{#port}". The test method is the same.

<Below is my test yaml file : webserver-lb.yaml>

apiVersion: v1
kind: ReplicationController
metadata:
  name: webserver-lb
spec:
  replicas: 2
  selector:
    app: webserver-lb
  template:
    metadata:
      labels:
        app: webserver-lb
        version: v1
    spec:
      containers:
      - image: manjae31/webserver:latest
        name: web-server-http
        ports:
        - containerPort: 8080
          protocol: TCP
---
kind: Service
apiVersion: v1
metadata:
  name: webserver-lb
spec:
  ports:
  - port: 3000
    targetPort: 8080
  selector:
    app: webserver-lb

Revision history for this message
Antoni Segura Puimedon (celebdor) wrote :

This was fixed recently. Please re-open if it still fails.

Changed in kuryr-kubernetes:
status: New → Fix Committed
importance: Undecided → Critical
milestone: none → pike-1
assignee: nobody → Ilya Chukhnakov (ichukhnakov)
Changed in kuryr-kubernetes:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.