mirror of https://github.com/istio/istio.io.git
* First draft getting started * Added istio-installation and changed bookinfo * Fix display issue * Addressed code review comments * Address more review comments, istio-ca not part of the install * Use local files instead of raw github files * Addressed more review comments * Added note about istioctl and renamed istio-ingress-controller to istio-ingress * Fix the verb tense * Rename istio-ingress-controller to istio-ingress * Fixed installation instructions * Remove fault injection * Fix uninstall * Fix link * Correct path * Rbac clarification for alpha and beta versions * Add more clarity * Add a dot * Fix display error * Fix display error * Add clarification for Ingress * Update installation to point to latest release * Added instructions * Add more clarity in installation * Add more clarity in installation |
||
|---|---|---|
| _data | ||
| _docs | ||
| _faq | ||
| _glossary | ||
| _includes | ||
| _layouts | ||
| _posts | ||
| _sass | ||
| about | ||
| blog | ||
| bugs | ||
| community | ||
| css | ||
| faq | ||
| favicons | ||
| img | ||
| js | ||
| scripts | ||
| search | ||
| troubleshooting | ||
| .gitignore | ||
| CNAME | ||
| CONTRIBUTING.md | ||
| Gemfile | ||
| Gemfile.lock | ||
| LICENSE | ||
| README.md | ||
| _config.yml | ||
| feed.xml | ||
| index.html | ||
| robots.txt | ||
| sitemap.xml | ||
| true-index.html | ||
README.md
istio.github.io
This repository contains the source code for the istio.io web site.
Please see the main Istio README file to learn about the overall Istio project and how to get in touch with us. To learn how you can contribute to any of the Istio components, please see the Istio contribution guidelines.
The website uses Jekyll templates and is hosted on GitHub Pages. Please make sure you are familiar with these before editing.
To run the site locally with Docker, use the following command:
docker run --rm --label=jekyll --volume=$(pwd):/srv/jekyll -it -p 127.0.0.1:4000:4000 jekyll/jekyll jekyll serve