davidmirror-ops / flyte-the-hard-way

Prepare requirements and deploy Flyte using Helm
Creative Commons Zero v1.0 Universal
57 stars 15 forks source link

Makes some bits of on-prem docs more explicit; fixes deprecated invocation #4

Closed cuevasclemente closed 9 months ago

cuevasclemente commented 9 months ago

This small change to the on-prem docs makes explicit that the IP address from multipass needs to be inserted into your local $HOME/.kube.config, and also replaces the call in the multipass invocation to make the head node from --mem to --memory, since --mem will eventually be deprecated.

davidmirror-ops commented 9 months ago

Thank you @cuevasclemente !