acorn-io / runtime

A simple application deployment framework built on Kubernetes

Home Page:https://docs.acorn.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More info for `acorn run` and volumes in docs.

sangee2004 opened this issue · comments

Some of the Reference section docs don't include an exhaustive list of options as might be expected. For example the acorn run section doesn't contain runtime volume allocation or container memory allocation options (--memory).

acorn run does not support --help-advanced option anymore and show all the advanced options as well which is not listed in
https://runtime-docs.acorn.io/reference/command-line/acorn_run

Also true for the volume subpath feature

https://docs.acorn.io/reference/acornfile#volumes-1 section could provide a link to https://docs.acorn.io/authoring/volumes#volumes-with-subpaths to include info about subpath feature.