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

Disconnected installation Documentation and notes #177

Open
wadeholler opened this issue Aug 25, 2018 · 4 comments
Open

Disconnected installation Documentation and notes #177

wadeholler opened this issue Aug 25, 2018 · 4 comments

Comments

@wadeholler
Copy link

linkerd2 disconnected installation notes

  1. Download and install linkerd2, add to PATH

  2. get images via linkerd install and upload to private registry

  3. customize image location in linkerd install output

    registry=registry.mydomain.com/ ; linkerd install | sed 's|image:\ |image:\ '"$registry"'|g' | kubectl apply -f -

  4. Internal Load Balancer

If you are following this guide you probably need internal only load balancers. Therefore, if following the emojivoto example
make sure to use the internal annotaion for your cloud. AWS example:

apiVersion: v1
kind: Service
metadata:
  name: web-svc
  annotations:
      service.beta.kubernetes.io/aws-load-balancer-internal: 0.0.0.0/0
  namespace: emojivoto
spec:
  type: LoadBalancer
  selector:
    app: web-svc
  ports:
  - name: http
    port: 80
    targetPort: 80
@stale
Copy link

stale bot commented Nov 23, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

@wmorgan
Copy link
Member

wmorgan commented Nov 23, 2018

@grampelberg is it worth putting this into the docs?

@grampelberg
Copy link
Contributor

Sure, let's open an issue on the website repo to track having it get written up.

@wmorgan
Copy link
Member

wmorgan commented Nov 25, 2018

@wadeholler are you interested in the fame and glory associated with a PR to linkerd/website?

@wmorgan wmorgan transferred this issue from linkerd/linkerd2 Feb 19, 2019
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