Skip to content

Commit

Permalink
Remove JSON block
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 2, 2023
1 parent c7f7e3e commit 18f0fc8
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions rsts/deployment/deployment/multicluster.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,6 @@ requests successfully, the following environment-specific requirements should be

.. code-block:: json
{
"Action": [
"s3:DeleteObject*",
"s3:GetObject*",
"s3:ListBucket",
"s3:PutObject*"
],
"Resource": [
"arn:aws:s3:::<your-S3-bucket>*",
"arn:aws:s3:::<your-S3-bucket>/*"
]
}
2. At least three IAM Roles configured: one for the controlplane components, another for the dataplane
and one more for the worker Pods that are bootstraped by Flyte to execute workflow tasks.

Check failure on line 53 in rsts/deployment/deployment/multicluster.rst

View workflow job for this annotation

GitHub Actions / Check for spelling errors

bootstraped ==> bootstrapped
Expand Down

0 comments on commit 18f0fc8

Please sign in to comment.