davidmirror-ops / flyte-the-hard-way

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

Multipass `--mem` flag to be deprecated for `--memory` #3

Closed cuevasclemente closed 8 months ago

cuevasclemente commented 8 months ago

When following the guide, I saw that the --mem flag used in docs/on-premises/001-configure-local-k8s.md is going to be deprecated for --memory (https://github.com/canonical/multipass/blob/d84f8f790d723447d0d5e7e180b3497fbb30b909/src/client/cli/cmd/launch.cpp#L324-L327).

Happy to make a PR to clean this up.