I am trying to deploy Flyte on AWS manually using ...
# flyte-deployment
a
I am trying to deploy Flyte on AWS manually using our docs after running
Copy code
curl -sL <https://raw.githubusercontent.com/flyteorg/flyte/master/charts/flyte-core/values-eks.yaml>
It is asking for redis info:
Copy code
redisHostUrl: <REDIS_HOST_URL>
  redisHostKey: <REDIS_HOST_KEY>
k
This can be skipped
2
k
can we document that somehow?
s
@katrina I and @Alireza will be documenting all the changes required in the AWS Guide here: https://docs.google.com/document/d/1OcG40DIjI5s10sppcQFW49ru8sg2idN1cADuCaYe0WE/edit?usp=sharing (Internal Union doc)
I have noted a few of the points that both I and Alireza found that need to be improved. We will add the point regarding redis as well.
163 Views