Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create: should not print out 'Not-documented' in the help #305

Open
grahamwhaley opened this issue Feb 5, 2020 · 0 comments
Open

create: should not print out 'Not-documented' in the help #305

grahamwhaley opened this issue Feb 5, 2020 · 0 comments

Comments

@grahamwhaley
Copy link

When you ask create_stack.sh for help, it prints out Not-documented for a number of entries... which, is not helpful ;-)

$ ./create_stack.sh -h
Usage: ./create_stack.sh [subcommand]

Subcommands:

        all:            minimal + storage + monitoring + miscellaneous
        cni:            Setup network for running cluster
        help:           show this message
        init:           Only inits a cluster using kubeadm
        metallb:        Not-documented
        minimal:        init + cni +  kata + metrics
        monitoring:     Not-documented
        nfd:            node feature discovery
        npd:            Not-documented
        storage:        Not-documented

That looks to have been added in #93 . I wish we'd actually document what those extra commands are, even if they are documented as 'experimental', 'for test' or 'beta' etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant