Skip to content

Commit

Permalink
Incorporate 3rd round of feedback
Browse files Browse the repository at this point in the history
Signed-off-by: davidmirror-ops <[email protected]>
  • Loading branch information
davidmirror-ops committed Oct 5, 2023
1 parent db07bab commit 83d8c35
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion rsts/deployment/deployment/multicluster.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ requests successfully, the following environment-specific requirements should be
}
}
.. note::
To further refine the Trust Relationship, consider using a ``StringEquals`` condition and adding the ``default`` Service Account only for the ``project``-``domain``
namespaces where Flyte tasks will run, instead of using a wildcard.
.. _dataplane-deployment:
Expand Down Expand Up @@ -192,11 +196,15 @@ the first cluster only.
admin:
endpoint: <your-Ingress-FQDN>:443 #indicate the URL you're using to connect to Flyte
insecure: false #enables secure communication over SSL. Requires a signed certificate
catalog:
catalog-cache:
endpoint: <your-Ingress-FQDN>:443
insecure: false
.. note::
This step is needed so the ``flytepropeller`` instance in the data plane cluster is able to send notifications
back to the ``flyteadmin`` service in the control plane.
back to the ``flyteadmin`` service in the control plane. The ``catalog`` service runs in the control plane and is used when caching is enabled.
3. Install Flyte data plane Helm chart:
Expand Down

0 comments on commit 83d8c35

Please sign in to comment.