Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
Signed-off-by: Yuvraj <[email protected]>
  • Loading branch information
Yuvraj committed May 4, 2022
1 parent ca7ac14 commit 24b2186
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/sandbox/flyte-entrypoint-default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ then
helm dep update $charts
fi

helm upgrade -n flyte --create-namespace flyte-deps $charts --kubeconfig /etc/rancher/k3s/k3s.yaml --install $version --set webhook.enabled=false,minio.service.type=NodePort,contour.enabled=true,contour.envoy.service.type=NodePort
helm upgrade -n flyte --create-namespace flyte-deps $charts --kubeconfig /etc/rancher/k3s/k3s.yaml --install $version --set webhook.enabled=false,contour.enabled=true

version=""
charts="/flyteorg/share/flyte-core"
Expand Down
6 changes: 3 additions & 3 deletions rsts/deployment/sandbox.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Flyte configuration on your remote cluster.

#. Install Flyte dependency helm chart(It will install the minio,postgres,kubernetes-dashboard and contour) ::

helm install -n flyte flyte-deps flyteorg/flyte-deps --create-namespace --set webhook.enabled=false,minio.service.type=LoadBalancer,contour.enabled=true,contour.envoy.service.type=LoadBalancer
helm install -n flyte flyte-deps flyteorg/flyte-deps --create-namespace --set webhook.enabled=false,minio.service.type=LoadBalancer,contour.enabled=true,contour.envoy.service.type=LoadBalancer,kubernetes-dashboard.service.type=LoadBalancer

#. Install flyte-core chart ::

Expand All @@ -124,11 +124,11 @@ Flyte configuration on your remote cluster.

#. In order to interact with your Flyte instance using ``flytectl``, initialise your configuration to point to this host ::

flytectl config init --host='<CNTOUR_URL>' --insecure
flytectl config init --host='<CONTOUR_URL>' --insecure

#. Open the minio console http://<MINIO_URL>. Your minio username is `minio` and password is `miniostorage`.

#. Open the Kubernetes dashboard http://<K8s_DASHBOARD_URL>.
#. Open the Kubernetes dashboard http://<K8S_DASHBOARD_URL>.

#. You can port-forward to connect postgres using ::

Expand Down

0 comments on commit 24b2186

Please sign in to comment.