Fix up trademarked symbols with the right casing/spelling.

This commit is contained in:
Martin Taillefer 2017-04-26 17:40:04 -07:00
parent 889e51336c
commit e15b3039ef
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ type: markdown
--- ---
The Istio model of a service is independent of how it is represented The Istio model of a service is independent of how it is represented
in the underlying platform (Kubernetes, Mesos, CloudFoundry, in the underlying platform (Kubernetes, Mesos, Cloud Foundry,
etc.). Platform-specific adapters are responsible for populating the etc.). Platform-specific adapters are responsible for populating the
internal model representation with various fields, from the metadata found internal model representation with various fields, from the metadata found
in the platform. in the platform.

View File

@ -66,7 +66,7 @@ This application is polyglot, i.e., the microservices are written in different l
over time instead of deploying all versions simultaneously. over time instead of deploying all versions simultaneously.
Notice that the `istioctl kube-inject` command is used to modify the `bookinfo.yaml` Notice that the `istioctl kube-inject` command is used to modify the `bookinfo.yaml`
file before creating the deployments. This injects Envoy into kubernetes resources file before creating the deployments. This injects Envoy into Kubernetes resources
as documented [here]({{site.bareurl}}/docs/reference/istioctl.html#kube-inject). as documented [here]({{site.bareurl}}/docs/reference/istioctl.html#kube-inject).
Consequently, all of the microservices are now packaged with an Envoy sidecar Consequently, all of the microservices are now packaged with an Envoy sidecar
that manages incoming and outgoing calls for the service. The updated diagram looks that manages incoming and outgoing calls for the service. The updated diagram looks

View File

@ -1,7 +1,7 @@
--- ---
category: Tasks category: Tasks
title: Configuring Ingress/Egress with Envoy title: Configuring Ingress/Egress with Envoy
overview: This task shows you how to setup Envoy as the kubernetes ingress controller and the egress proxy to external services. overview: This task shows you how to setup Envoy as the Kubernetes ingress controller and the egress proxy to external services.
order: 30 order: 30