Commit Graph

10 Commits

Author SHA1 Message Date
Vadim Eisenberg 644815184f Resubmit #1590 to release 0.8.0 (#1624)
* recommit #1590 to release-0.8

With the following changes:
1. Title: Securing Gateways with HTTPS
2. Added a step for redeploying istio-ingressgateway in Istio-0.8.0

1.  For Istio 0.8.0, redeploy `istio-ingressgateway` with a volume to contain the
[CA](https://en.wikipedia.org/wiki/Certificate_authority) certificate that the server will use to verify its clients.

    ```command
    $ kubectl apply -f <(helm template install/kubernetes/helm/istio --name istio --namespace istio-system -x charts/ingressgateway/templates/deployment.yaml --set ingressgateway.deployment.secretVolumes[0].name=ingressgateway-certs,ingressgateway.deployment.secretVolumes[0].secretName=istio-ingressgateway-certs,ingressgateway.deployment.secretVolumes[0].mountPath=/etc/istio/ingressgateway-certs,ingressgateway.deployment.secretVolumes[1].name=ingressgateway-ca-certs,ingressgateway.deployment.secretVolumes[1].secretName=istio-ingressgateway-ca-certs,ingressgateway.deployment.secretVolumes[1].mountPath=/etc/istio/ingressgateway-ca-certs)
    deployment "istio-ingressgateway" configured
    ```

1. Create a Kubernetes `Secret` to hold the [CA](https://en.wikipedia.org/wiki/Certificate_authority) certificate,
namely `istio-ingressgateway-ca-certs` in namespace `istio-system`. The Istio gateway will automatically load the secret.

* add LibreSSL and macOS to .spelling

* rephrase the reference to the ingress task

* remove redundant trailing space

* fix the ingress links and the ingress port in endpoints guide

* fix a link to VirtualService gateways

* update links in FAQ about secure ingress
2018-06-29 09:27:56 -04:00
Tao Li c7ac01761e Remove the deprecated --debug in istioctl (#1457)
(cherry picked from commit ff690be)
2018-06-06 11:58:28 -07:00
Martin Taillefer 6962982274 Introduce better linking support to github.com/istio/istio (#1443)
- Within a code block, you can now surround a relative file path with @@. This will
cause the path to be rendered as a link to raw.githubusercontent.com/istio/istio/<path>.
This lets the user click on the link to see the content of the file, which is mighty
handy.

- Updated all code blocks to take advantage of the above.

- Introduce support for {{< branch_name >}} which returns the source code branch
name associated with the current doc site.

- Use {{< branch_name >}} in all our references to content in istio/istio on GitHub. This thus
pins our references to the correct version of the content in GitHub. This prevents errors from
gradually appearing in our doc set as content in GitHub starts to diverge from the expectation
in the site content.

(cherry picked from commit 1dcd301)
2018-06-06 08:38:23 -07:00
Frank Budinsky b42bfc3405 Doc corrections and improvements (#1449) 2018-06-05 08:04:14 -07:00
Guang Ya Liu a4d9ed1c71 Change `details` to container but not VM for mesh expansion. (#1367)
The example in https://preliminary.istio.io/docs/guides/integrating-vms/
actually do not have `details` running in VM but in container.
2018-05-29 22:39:23 -04:00
Yossi Mesika 7b6c55c25b Updated doc as proxyv2 is now the default global proxy image (#1371) 2018-05-29 18:05:01 -04:00
Guang Ya Liu c62a07e67f Updated cleanup section for bookinfo. (#1373)
checked with Martin ok to force merge
2018-05-29 16:38:00 -04:00
Martin Taillefer b7d8a08998
Workaround Hugo formatting bug with indented code blocks that have lines that start with - (#1372) 2018-05-28 09:14:31 -07:00
mtail 951a8ed9f4 Switch from Jekyll to Hugo. 2018-05-25 20:02:32 -07:00
mtail 401989fba6 Shuffle content around for the Hugo migration. 2018-05-25 19:27:39 -07:00