Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketan Umare committed Aug 27, 2020
1 parent 68274e3 commit 4aeb566
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions rsts/administrator/install/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,13 @@ SPECIAL NOTE FOR MINIKUBE:
- Another alternative is to change the docker host, to build the docker image on the Minikube hosted docker daemon. https://minikube.sigs.k8s.io/docs/handbook/pushing/ provides more
detailed information about this process. As a TL;DR, Flyte can only run images that are accessible to Kubernetes. To make an image accessible, you could either push it to a remote registry or to
a regisry that is available to Kuberentes. In case on minikube this registry is the one thats running on the VM.

SPECIAL NOTE IF YOU WANT TO PORT FORWARD Flyteconsole:
- FlyteConsole defaults to using its own ``window.location.origin`` as the host for FlyteAdmin service. This is because the default Flyte Sandbox setup uses an ingress configuration, where
``/console`` maps to FlyteConsole and ``/api/v1`` and some other ``paths`` map to FlyteAdmin. Refer to `components-console` to dive deeper.
- If you are port-forwarding then forwarding both FlyteConsole and FlyteAdmin on the same port may not be possible (I am not aware of a way, unless you do some IPTable tricks), thus you need to let
FlyteConsole know where to find FlyteAdmin.
- This can be easily configured using ``flyte-console-configuration``. The way to do this is to set ``ADMIN_API_URL`` variable for FlyteConsole and then "restarting" flyteconsole pod. `The variable
is commented out in the default configuration<https://github.com/lyft/flyte/blob/2905b8d48263bc194dc3a61d49015c5abda81f5e/kustomize/overlays/sandbox/console/config.yaml#L12>`
- If you have difficulty please slack us in the channel

0 comments on commit 4aeb566

Please sign in to comment.