-
Notifications
You must be signed in to change notification settings - Fork 14
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
Choosing an installation method documentation #933
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is a good place for this explanation page. I intend on linking to this page from the home page. This page is generic across installation types so we could use an {include} statement and put it in the capi and charm trees too.
update their software. | ||
|
||
If you are looking for a straightforward way to get started with {{ product }}, | ||
and you don't intend to grow your cluster beyond a single node, installing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can have multi-node with the snap it is just less convenient to manage. I would rephrase to something like
"If you are looking for a straightforward way to get started with {{ product }}, using the snap is the recommended installation method. Follow the
[getting-started guide] to install {{ product }} using the snap. If you intend to grow your cluster beyond a few nodes, it is recommend deploying {{product}} with Juju due to the ease of cluster management at scale."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should add:
This is the recommended installation method for development environments.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should add development environments, it will scare people away thinking this isn't production ready...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, LGTM overall left a minor comment
update their software. | ||
|
||
If you are looking for a straightforward way to get started with {{ product }}, | ||
and you don't intend to grow your cluster beyond a single node, installing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should add:
This is the recommended installation method for development environments.
?
@nhennigan Did I get the pages right? |
Choosing an installation method documentation
This PR adds an explanation page on the different installation methods available: Snap, Juju and CAPI.