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

Add documentation when running together with other LoadBalancer controllers #105

Merged
merged 1 commit into from Nov 1, 2020

Conversation

jsiebens
Copy link
Contributor

Description

Add a small section in the README on how to run together with another LoadBalancer controller like MetalLB

How Has This Been Tested?

Installed the inlets operator and exposed a service by using a Tunnel resource instead of a LoadBalancer service.

apiVersion: v1
kind: Service
metadata:
  name: nginx
spec:
  type: ClusterIP
  ports:
  - name: http
    port: 80
    targetPort: 80
  selector:
    app: nginx
---
apiVersion: inlets.inlets.dev/v1alpha1
kind: Tunnel
metadata:
  name: nginx
spec:
  serviceName: nginx
  auth_token: <token>

How are existing users impacted? What migration steps/scripts do we need?

No impact

Checklist:

I have:

  • updated the documentation and/or roadmap (if required)
  • read the CONTRIBUTION guide
  • signed-off my commits with git commit -s
  • added unit tests

README.md Outdated Show resolved Hide resolved
…trollers

Signed-off-by: Johan Siebens <johan.siebens@gmail.com>
Copy link
Member

@alexellis alexellis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. LGTM

@alexellis alexellis merged commit 3e0dc45 into inlets:master Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Proposal] Promote and/or document the use of the Tunnel CRD
2 participants