Initial split of get started -> local into user guides#309
Initial split of get started -> local into user guides#309morgo merged 13 commits intovitessio:prodfrom
Conversation
Signed-off-by: Morgan Tocker <tocker@gmail.com>
Signed-off-by: Morgan Tocker <tocker@gmail.com>
Signed-off-by: Morgan Tocker <tocker@gmail.com>
Signed-off-by: Morgan Tocker <tocker@gmail.com>
Signed-off-by: Morgan Tocker <tocker@gmail.com>
|
Some thoughts and comments:
|
I did put an Info tag to suggest using vertical first, but there could be some troubleshooting, because it will get ignored based on this pattern.
I can fix this in code. I will modify 401 to also do 206_'s work if required.
|
Signed-off-by: Morgan Tocker <tocker@gmail.com>
Signed-off-by: Morgan Tocker <tocker@gmail.com>
Signed-off-by: Morgan Tocker <tocker@gmail.com>
Signed-off-by: Morgan Tocker <tocker@gmail.com>
Signed-off-by: Morgan Tocker <tocker@gmail.com>
Signed-off-by: Morgan Tocker <tocker@gmail.com>
Signed-off-by: Morgan Tocker <tocker@gmail.com>
Signed-off-by: Morgan Tocker <tocker@gmail.com>
|
@sougou 401_teardown can now start from any point. Do you have any issues if we merge this PR? |
This is a documentation refactor. Let me explain the motivations:
./301_customer_sharded.sh. i.e. there is no expressive API that is truly universal (context is key, including working directory). We should be making this script obsolete. i.e. instead of:.. we make sure that
vtctlclientaccepts a config file (issue vitessio/vitess#4921) and replace the script with a manual page that shows a solution that works for all deployment methods:If we do this, the examples also become more portable.. since I can figure out how to apply them to my use case without copying the whole examples directory.
So now to describe what is changed here:
Also:
Fixes #298
Fixes #315
Long term this will also lead to less duplicate content, since there is overlap between kubernetes and local. It will also make it easier to add deploy guides for every cloud deployment scenario separately (GKE, EKS, Azure, etc.) without the duplicate content.