* Top padding in commands
* Trim line before processing
* Add some missing semi-colons
* Minify misc.min.js
* Revert "Top padding in commands"
This reverts commit 562a54aacc.
- Revamp the docs to remove programmer-level info and present an
operator-centric view of the design.
- Deemphasize "Mixer" in favor of Policies and Telemetry throughout. We now
focus on the "What" rather than the "How".
- Increase consistency in the terms we use to avoid confusion for the reader.
* add a section about determining ingress IP and port
to the ingress task, copied and adopted from the bookinfo guide
* replace the determing ingress IP and port section with a reference
replace with a reference to the ingress control task, to put
configuring ingress traffic information into a single source of truth
* the GATEWAY_URL -> GATEWAY_URL
GATEWAY_URL is a proper noun
* remove remaining parts about determining the ingress IP and port
- Google Search Console has been reporting a bunch of errors about other sites
linking to pages on istio.io which are no longer there. This addresses the
highest priority cases.
* more update to helm instruction
* Update helm-install.md
* correct typo
* add a link for tiller
* update tiller's link
* will fix option 2 in a seperate pr as it breaks link
* revert back
* format changes mostly
* use the old way for 2 options
since we are looking at breaking into 2 pages
* fix multiple blank line issue
* fix trailing space
* Some cleanup for kubernetes setup.
1) `kubectl get svc -n istio-system` should also include new services,
such as `istio-egressgateway` etc.
2) `kubectl get pods -n istio-system` should incldue new pods.
3) Updated uninstall part.
* Remove mixer job pod.
* 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