Граф коммитов

13 Коммитов

Автор SHA1 Сообщение Дата
Matt Lord ece6eb65d0
Remove the deprecated Helm charts and related code
This work was deprecated in Vitess 7.0:
  https://github.com/vitessio/vitess/issues/6439

Signed-off-by: Matt Lord <mattalord@gmail.com>
2021-09-22 18:06:19 -04:00
deepthi a49702d9f9 more master->primary changes in docs, tests, functions and variables.
Use new flags for vtctl commands.

Signed-off-by: deepthi <deepthi@planetscale.com>
2021-08-10 19:52:24 -07:00
Rohit Nayak 3dec9dbd4a
Replace urls in repo pointing to master branch to main
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
2021-08-06 20:37:02 +02:00
Yuvraj 30febaa4ab Update document for docker build
Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com>
2020-02-29 07:27:22 +00:00
xichengliudui 50081c382c update docs
Signed-off-by: xichengliudui <liuduidui@beyondcent.com>
2019-03-18 18:48:07 -04:00
xichengliudui eb03e32d4e Remove any unnecessary highlighting
Signed-off-by: xichengliudui <liuduidui@beyondcent.com>
2019-02-25 23:43:24 -05:00
Alain Jobart 0ef9fdc2c6 Mass-replace youtube/vitess -> vitessio/vitess.
Signed-off-by: Alain Jobart <alainjobart@google.com>
2018-03-05 07:37:17 -08:00
Anthony Yeh 88fec37577
Update docs for new directory structure. 2018-02-27 12:39:47 -08:00
Michael Berlin 41c81c694f vitess.io: Change URL format from "$page.html" to $page/.
This change only affects non-index pages e.g.
http://vitess.io/getting-started/local-instance.html.

To make sure that the previous URLs are still working, I've added
redirects for them.

This change also broke the internal links. Note that I did not fix them
and instead rewrote all of them with the "%{ link ... %}" tag. This has
the advantage that Jekyll now checks if the linked file exists.

Other changes:
- Updated "jekyll" and "liquid" versions. I'll rebuild the
"publish-site" Docker image shortly after this is merged.
- Removed gem "jekyll-mentions" because it was unused and broke with the
newer versions.
- Changed "page.bodyclass" to "layout.bodyclass" in the template. This
is required due to the upgrade to Jekyll 3. See:
http://jekyllrb.com/docs/upgrading/2-to-3/#layout-metadata
2017-09-15 13:36:03 -07:00
Michael Berlin ead8d8e0b2 doc: Update instructions for custom Docker builds.
- Link to the new docker/README.md file.
- Explain that the base image has to be built manually now.
- Remove note that sudo is required for building the lite image (I changed this recently.)
- Add missing definite articles.
2017-04-14 14:42:31 -07:00
Robert Navarro 3ade15b5bf Include Percona 5.7 Docker image in docs and test runner. (#2113) 2016-10-05 15:01:52 -07:00
Pavel Ivanov c69c7e1b3d Clarify "Custom Docker Build" docs and simplify the process.
Since building of docker_lite* targets doesn't make sense without building
docker_base* targets, then it would be benficial to simplify the process by
adding the dependencies of docker_lite* on docker_base* and trigger the build
by a single make command.
Documentation is adjusted accordingly. Plus I added clarification of where MySQL
flavor should be present in different commands. And added note that bootstrap
image should be re-pulled each time before an attempt to build docker_lite,
because old bootstrap image can lead to build failures with the latest vitess
sources.
2016-06-30 21:11:10 -07:00
Anthony Yeh f8ba1f84a5 Document how to build custom Docker images for Kubernetes. 2016-05-20 15:27:43 -07:00