mirror of https://github.com/istio/istio.io.git
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:
parent
8491a70f4a
commit
cb4ed3583e
|
@ -52,6 +52,7 @@ xcode-select --install
|
|||
sudo xcodebuild -license
|
||||
brew install ruby
|
||||
gem update --system
|
||||
gem install mdspell
|
||||
gem install bundler
|
||||
gem install jekyll
|
||||
cd istio.github.io
|
||||
|
@ -152,7 +153,7 @@ release-0.6) to the `TOBUILD` variable.
|
|||
|
||||
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.
|
||||
|
||||
1. Navigate to the current.istio.io directory.
|
||||
|
|
|
@ -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.
|
||||
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
|
||||
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.
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue