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

Federated NGINX Service - type: NodePort #43

Open
jamesbuckett opened this issue May 19, 2017 · 2 comments
Open

Federated NGINX Service - type: NodePort #43

jamesbuckett opened this issue May 19, 2017 · 2 comments

Comments

@jamesbuckett
Copy link

The file kubernetes-cluster-federation/services/nginx.yaml
has
type: NodePort
Should be
type: LoadBalancer

File should read :

apiVersion: v1
kind: Service
metadata:
  labels:
    app: nginx
  name: nginx
spec:
  ports:
  - port: 80
    protocol: TCP
    targetPort: 80
    name: http
  selector:
    app: nginx
  type: LoadBalancer
@metalmatze
Copy link

This should really be updated. I just tried to create the service and nothing happend on the federation side of things. It's misleading like this...

@jbelinchonm
Copy link

Issue regards to documentation. Service was changed to NodePort in PR #42 and merged. I guess it would be nice if someone updates the docs and includes the federated ingress bit too.

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

3 participants