* Some cleanup for mesh expansion.
1) Added an example ILB
2) Port 27017 is not needed.
* Fix typo.
* Address linsun's comments.
* Ignore Keepalived spell check.
* [wip] layout for perf and scalability section
* Some actual content for fortio including embedding result example + scalability page
* iframe border 0
* Minor typos fixed
Still need more content
* Still wip, moved out of concepts
* Still wip; some content and update
* Review feedback from daneyon
* Updates order->weight
Looks like the ordering now is called weight
* Added @ozevren provided section for ubench
and removed latin in other sections too with some early content/pointers
* Remove draft:true so preview shows the page
Even though the content is incomplete
* Add more links and data
* More explanation
* Showcase some more features
* Set ymax and ylog for first histogram
* Making spell check happy
Hopefully, as I can’t seem to run mdspell locally
* Further spell checks
* Adding diagram
* Use BluePerf consistently
* Linters...
* Adding preliminary sizing information
* Spelling/grammar
* Adding latency summary
(Feedback from Louis)
* Rephrase goal and highlight the features you get for cpu cost
* Update scalability page title to include sizing guide
Even if it’s “light” for now
* Move to new location
* Updates for hugo
* Somehow _site was removed from gitignore... fixing
* More merge/gitignore issues
* Put micro benchmark first/before scenarios
and more Hugo removals
* Remove "here" as anchor
Cc @ozevren / from
http://preliminary.istio.io/about/contribute/style-guide/#create-useful-
links
* Make spellchecker happy (Github->GitHub)
* Adding more information about logging on/off and mTLS results
* Review comments
* Switch to approx 10ms
* Hoping to solve linter/spelling
- Remove some leftover toc:false front matter from a few pages. The site now generally
figures out automatically that a TOC is not necessary.
- Enable a Hugo feature that queries Git for a last modified date on files. As a result,
instead of having the site build date in the footer, we now have a "this page was last modified"
date.
- Move the landing page's content out of the layouts directory and into the content directory
where it belongs.
- Use Hugo shortcodes for our embedded icon imagery. And make those icons scale with the
font size rather than being fixed sizes.
- Enable support for emojis in our content. Just use ⛵
and you'll get a sailboat for example.
* finalize the ingressgateway instructions
use a predefined secret name and a predefined path
* add 'foo.bar.com' to .spelling
* add a missing empty line
* ingress -> ingressgateway in the names of ingressgateway secrets/path
* rewrite the introduction
* Configuring unencrypted gateway (HTTP) -> Configuring a gateway for HTTP
* ingress gateway -> ingress controller
* Verifying secure gateway -> Verifying the gateway for HTTPS
* change the cleanup instructions for ingressgateway
* remove the old Ingress from the introduction
* remove mentioning that Ingress Gateway is the recommended way
* remove leftover from the merge
* remove the Ingress part
* remove mentioning Ingress from Understanding what happened
* allows specifying -> is used to specify
* rephrase the sentence about the Gateway approach in Istio
* using Istio Gateway -> using an Istio Gateway
* Gateway resource -> Gateway
* not aware about -> not aware of
* foo.bar.com -> httpbin.example.com
* fix an internal link in the ingress task
* add "Disable the HTTP port subsection"
* rewrite the FAQ about ingress TLS-only to link to Istio Gateway
* fixed links to the ingress documentation
* add selinux to .spelling
* Modify minimum pin of Istio version with Helm and improve prereqs
* Add section describing briefly how to use helm without tiller
* Change heading description for Helm method and add upgrade warning
* Make common customization options table match current master
* Subsection the two methods for installing with Helm
* Remove Helm keys from .spelling. Add FQDNs as an acronym.
* Backtick the keys and defaults, values.yaml, and fix 1 spelling error
* Add uninstall instructions for both kubectl and helm with tiller
* Place backticks around architecture platforms and correctly list them
* Show both uninstall methods (kubectl & Helm)
* Remove two extra CRs
* Fix yaml linting errors
* Link to requirements for automatic sidecar injection.
* Change istio-auth to istio for rendering
* Address reviewer comments.
* Fix linting error.
* Notify operator they need capability to install service accounts.
* Fix lint error
* Add multicluster deployment documentation to Istio
* Change *Ip to *Endpoint a per request
* Fix a typo
* Address all reviewer comments
Note, SVG diagram will be handled as a follow-on PR.
* Fix legitimate spelling errors found by gate
* Some backticks to fix spelling errors and other misc cleanups
* some spelling and backticks.
* Expand spelling exemptions dictionary slightly
* Correctly spell routable.
* Address reviewer comments.
Needed a rebase in the process.
* A minor consistency change
* Address reviewer comments.
* Add a caveats and known issue tracker to the documentation
Early on during review of this PR, I believe there was a review
asking for caveats, but it has disappeared from the github comments.
- linters.sh will run spell-checking and a style checker on
markdown files.
- Fix a whole bunch of typos and bad markdown content throughout. There are many more fixes
to come before we can enable the linters as a checkin gate, but this takes care of a majority
of items. More to come later.