Skip to content

Commit

Permalink
Fix k8s deployment instruction (#3024)
Browse files Browse the repository at this point in the history
Signed-off-by: Samhita Alla <[email protected]>

Signed-off-by: Samhita Alla <[email protected]>
  • Loading branch information
samhita-alla authored Oct 25, 2022
1 parent e7c3b3d commit ac24c75
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions rsts/deployment/plugin_setup/k8s/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ K8s Operator

This guide gives an overview of setting up the K8s Operator backend plugin in your Flyte deployment.

1. Add Flyte chart repo to Helm:
1. Add Flyte chart repo to Helm.

.. code-block::
helm repo add flyteorg https://flyteorg.github.io/flyte
2. Setup the cluster.
2. Set up the cluster.

.. tabbed:: Sandbox

Expand Down Expand Up @@ -513,8 +512,7 @@ This guide gives an overview of setting up the K8s Operator backend plugin in yo

.. code-block:: bash
helm upgrade flyte flyteorg/flyte-core -f https://raw.githubusercontent.com/flyteorg/flyte/master/charts/flyte-core/values-sandbox.yaml -f values-override.yaml -n flyte
helm upgrade flyte-core flyteorg/flyte-core -f https://raw.githubusercontent.com/flyteorg/flyte/master/charts/flyte-core/values-sandbox.yaml -f values-override.yaml -n flyte
6. Register the plugin example:

Expand Down

0 comments on commit ac24c75

Please sign in to comment.