Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service still exposed as ClusterIP #187

Open
jponge opened this issue Dec 20, 2019 · 0 comments
Open

Service still exposed as ClusterIP #187

jponge opened this issue Dec 20, 2019 · 0 comments

Comments

@jponge
Copy link

jponge commented Dec 20, 2019

Given the following resource:

apiVersion: halkyon.io/v1beta1
kind: Component
metadata:
  name: rain-service
spec:
  runtime: vert.x
  version: 3.8.3
  deploymentMode: dev
  port: 8080
  exposeService: true

I get a service that is still exposed as a ClusterIP:

kgs
NAME           TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE
kubernetes     ClusterIP   10.96.0.1       <none>        443/TCP    8m49s
rain-service   ClusterIP   10.96.214.123   <none>        8080/TCP   5m1s

Tested on Minikube. I could not reproduce this under MicroK8S since for some reason the service does not start (using manual kubctl cp / kubectl exec commands).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant