Fix typo liveliness -> liveness (#1188)

* Fix typo liveliness -> liveness

Add mdspell dependency to gem installations

* Add backticks around firebase deploy command
This commit is contained in:
Sanket Patel 2018-04-18 16:24:07 -05:00 committed by Martin Taillefer
parent 8491a70f4a
commit cb4ed3583e
2 changed files with 3 additions and 2 deletions

View File

@ -52,6 +52,7 @@ xcode-select --install
sudo xcodebuild -license sudo xcodebuild -license
brew install ruby brew install ruby
gem update --system gem update --system
gem install mdspell
gem install bundler gem install bundler
gem install jekyll gem install jekyll
cd istio.github.io cd istio.github.io
@ -152,7 +153,7 @@ release-0.6) to the `TOBUILD` variable.
1. Run the `build.sh` script. 1. Run the `build.sh` script.
1. Once the script completes, run 'firebase deploy'. This will update archive.istio.io to contain the 1. Once the script completes, run `firebase deploy`. This will update archive.istio.io to contain the
right set of archives, based on the above steps. right set of archives, based on the above steps.
1. Navigate to the current.istio.io directory. 1. Navigate to the current.istio.io directory.

View File

@ -204,7 +204,7 @@ with the [Helm Chart]({{home}}/docs/setup/kubernetes/helm-install.html):
a) Install Istio without enabling [mutual TLS authentication]({{home}}/docs/concepts/security/mutual-tls.html) between sidecars. a) Install Istio without enabling [mutual TLS authentication]({{home}}/docs/concepts/security/mutual-tls.html) between sidecars.
Choose this option for clusters with existing applications, applications where services with an Choose this option for clusters with existing applications, applications where services with an
Istio sidecar need to be able to communicate with other non-Istio Kubernetes services, and Istio sidecar need to be able to communicate with other non-Istio Kubernetes services, and
applications that use [liveliness and readiness probes](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/), applications that use [liveness and readiness probes](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/),
headless services, or StatefulSets. headless services, or StatefulSets.
```bash ```bash