This repository contains the content for the documentation for Tanzu Kubernetes Grid Integrated Edition (TKGI).
In versions 1.7 and earlier, the product was named Enterprise PKS, not TKGI, and those versions of the document set continue to use the name Enterprise PKS.
The content in this repository publishes to the documentation sites at https://docs.pivotal.io/tkgi/index.html and https://docs.pivotal.io/pks/index.html.
Please help us improve the accuracy and completeness of the TKGI documentation by contributing.
One way to to contribute is to file a pull request through GitHub.
Every topic in the documentation has a corresponding file in this repository. Locate the correct file and make a pull request against it. You can also navigate to a topic in the TKGI or Enterprise PKS documentation site and click "View the source for this page in GitHub" at the bottom of the topic to locate the source file of the topic.
1.17: The 1.17
branch is used to publish the pre-release v1.17 version of the site. Create pull requests on 1.17
to contribute bug fixes or correct technical inaccuracies in the v1.17 documentation.
1.16: The 1.16
branch is used to publish the live v1.16 version of the site. Create pull requests on 1.16
to contribute bug fixes or correct technical inaccuracies in the v1.16 documentation.
1.15: The 1.15
branch is used to publish the live v1.15 version of the site. Create pull requests on 1.15
to contribute bug fixes or correct technical inaccuracies in the v1.15 documentation.
1.14: The 1.14
branch is used to publish the live v1.14 version of the site. Create pull requests on 1.14
to contribute bug fixes or correct technical inaccuracies in the v1.14 documentation.
1.13: This branch is no longer maintained.
1.12: This branch is no longer maintained.
1.11: This branch is no longer maintained.
1.10: This branch is no longer maintained.
1.8: This branch is no longer maintained.
1.8: This branch is no longer maintained.
1.7: This branch is no longer maintained.
1.6: This branch is no longer maintained.
1.6.x-patch-releases: This branch is no longer maintained.
1.5: This branch is no longer maintained.
1.5.x-patch-releases: This branch is no longer maintained.
1.4: This branch is no longer maintained.
1.4.x-patch-releases: This branch is no longer maintained.
1.3: This branch is no longer maintained.
1.3.x-patch-releases: This branch is no longer maintained.
The 1.2
branch is no longer maintained. A PDF of the Enterprise PKS v1.2 documentation is available at https://resources.docs.pivotal.io/pdfs/pks-docs-1.2.pdf.
The 1.1
branch is no longer maintained. A PDF of the Enterprise PKS v1.1 documentation is available at https://resources.docs.pivotal.io/pdfs/pks-docs-1.1.pdf.
The 1.0-publish
and 0.8
branches are no longer maintained. A PDF of the Enterprise PKS v1.0 documentation is available at https://resources.docs.pivotal.io/pdfs/pks-docs-1.0.pdf.
TKGI v1.12 and later documentation is formatted for publishing via a VMware DocWorks Markdown Publishing pipeline. TKGI v1.11 and earlier documentation is formatted for use in a Bookbinder-based pipeline. You cannot reliably preview published document formatting of content formatted with VMware DocWorks pipeline-formatted content.
Bookbinder is a command-line utility for stitching Markdown documents into a hostable web app. The documentation team uses Bookbinder to publish our documentation sites, but you can also use Bookbinder to view a live version of your documentation on your local machine.
Bookbinder draws the content for the site from this repository, the left navigation menu ("subnav")
from docs-book-pks
, and various layout
configuration and assets from docs-layout-repo
.
To use Bookbinder to view your documentation, perform the following steps:
- Clone this repository to the
~/workspace
directory on your local machine. - Clone
docs-book-pks
anddocs-layout-repo
to the~/workspace
directory on your local machine. - Navigate into the
docs-book-pks
directory. - Run
bundle install
to install all of the necessary gems, including Bookbinder. - Run
bundle exec bookbinder bind local
to build a Rack web-app of the book. After the bind has completed, navigate into thefinal_app
directory and runrackup
. Then navigate tolocalhost:9292/tkgi/1-10/index.html
in a browser.