Commit Graph

1388 Commits

Author SHA1 Message Date
Martin Taillefer 9d63959234 Rename root _index.md to _index.html to keep new Hugo happy. 2020-03-06 19:02:59 -08:00
Martin Taillefer 31f765b782 Remove minifier since it's no longer present and not worth fixing. 2019-09-12 11:50:55 -07:00
mtail fdd6c40c78 Simplified menu. 2019-06-19 04:51:51 -07:00
mtail b21bdcbe5e Update for simplified release tracking. 2019-04-22 20:59:54 -07:00
Vadim Eisenberg e5a47d1705 add a security note to egress traffic task, to istio 0.8 (#3122)
similar to #3115
2019-01-23 08:01:56 -08:00
mtail 9624e32750 Switch to refinement-based search. 2018-09-08 09:24:46 -07:00
mtail 82a5b2f43f Use correct analytics id for archived sites. 2018-09-04 19:20:41 -07:00
mtail c082274dc9 Keep trying at fixing archive mode. 2018-08-01 21:52:19 -07:00
mtail bb2795926c A number of fixes to allow the site to be served from a subdirectory. 2018-08-01 21:34:22 -07:00
mtail 944022b79e Remove the countdown timer from the home page. 2018-07-31 17:06:32 -07:00
mtail fe7311a2b0 Update so the site can be deployed in a subdirectory. 2018-07-31 10:42:06 -07:00
mtail e7b55b11c5 Archive 0.8. 2018-07-30 22:02:30 -07:00
mtail 4f337d756f Push back timer to 9:00AM 2018-07-30 13:57:14 -07:00
mtail e1c93edcb2 Countdown to midnight, not noon. 2018-07-24 07:04:43 -07:00
Martin Taillefer b0d8ef9aa7
Add countdown timer to launch,. (#1882) 2018-07-20 11:04:45 -07:00
mtail 3303fb9aea Remove the promo banner 2018-07-19 06:27:26 -07:00
cjongseok 5580c7a0b7 Fix missing Gateway version in egress-gateway.md (#1676) 2018-07-05 14:06:47 -04:00
Holger Oehm ee857aa80b Adapt servicegraph task description to istio (#1506)
* Adapt servicegraph task description to istio

installation, as it already contains servicegraph by default.
Also the file install/kubernetes/addons/servicegraph.yml no longer
exists.
2018-06-29 06:29:54 -07:00
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
mtail 820225d822 Add a banner for OSCON. 2018-06-26 20:28:59 -07:00
Jason Young 9ecbf98a45 add istio.io/tools to golang vanity redirects (#1594) (#1595)
(cherry picked from commit 9553cf20ea)
2018-06-26 15:45:52 -07:00
Vadim Eisenberg 3d1b8bdfeb Monitoring and access control for egress traffic (#1570) 2018-06-22 13:46:34 -07:00
mtail 4604d56876 Bring latest build stuff from master to try and fix searcch on istio.io 2018-06-20 06:21:00 -07:00
gargnupur 97bf16f9b1 Add documentation for default metrics exported by Istio (#1485) (#1542) 2018-06-19 07:03:14 -07:00
Tao Li c3f9f6d06d Update security faq (#1508) (#1543) 2018-06-18 13:04:29 -07:00
Vadim Eisenberg 8e0667172d Add egress gateway traffic management task (#1496) 2018-06-18 06:03:45 -07:00
mtail e68071087a Update menu to match master. 2018-06-16 18:19:47 -07:00
Martin Taillefer 31e24cf977
Update build files to match master. (#1528)
* Get all the bits in place to do docker-based build, generation, linting, and serving of the site.

(cherry picked from commit f8a5265)

* Update Makefile for simplified Netlify scheme. (#1525)

(cherry picked from commit 857f86a)

* Remove all target since Netlify has been updated.

(cherry picked from commit 8d866ac)

* Add missing page to the TOC.
2018-06-15 17:26:18 -07:00
Vadim Eisenberg 64f67cfffe remove egress TCP task (#1511) 2018-06-15 09:58:44 -07:00
Morven Cao 9a95ec99e1 optimize format for access control doc. (#1501) 2018-06-15 06:24:39 -07:00
mtail be77aabb68 Redirect users to the new bug entry page. 2018-06-14 08:28:30 -07:00
Vadim Eisenberg 257cfdd280 add egress-tls-origination task (#1492)
* add egress-tls-origination task

* add cnn.com, edition.cnn.com an "programmatically" to .spelling

* lint fixes

* remove a page alias

* add What's next section

* HTTP2 -> HTTP in port definition

* put the output of commands as part of the "command" block

* rewrote the cleaning after HTTP ServiceEntry without TLS origination

* clarify the configuration items for TLS origination

* when talking to edition.cnn.com -> when accessing edition.cnn.com

* wild card -> wildcard

* an Service Entry -> a Service Entry

* use curl -s -o /dev/null -D - instead of curl -I

* Perform TLS Origination for Egress Traffic -> TLS Origination for Egress Traffic
2018-06-13 10:06:48 -04:00
mtail 571de08ecb Make the infrastructure TOC stuff robust against incorrect HTML.
(cherry picked from commit 9e9bcb2)
2018-06-11 15:01:18 -07:00
mtail bcc1ea53de Fix unindenting in manually generated TOCs. 2018-06-11 13:27:47 -07:00
Jason Young afd4ba6541 redirect default netlify subdomain to our primary domain (#1494) 2018-06-09 18:43:42 -07:00
Zack Butcher c800f20d3a Remove source.principal attribute since it did not make the 0.8 cut; we should add back when the PR adding it to the manifest, https://github.com/istio/istio/pull/5540, is added to a 0.8.x release. (#1487)
(cherry picked from commit d153cba)
2018-06-09 06:25:52 -07:00
Vadim Eisenberg 04495c556d plain -> command for helm template commands (#1489) 2018-06-09 06:12:38 -07:00
Jason Young d0076a23f0 add golang vanity redirects to netlify config (#1491) 2018-06-09 05:22:59 -07:00
mtail 365a1664c4 Experiment with what Netlify will do... 2018-06-08 17:09:29 -07:00
mtail f3ac3844c3 Remove silly trailing space. 2018-06-08 16:55:31 -07:00
Guang Ya Liu df72c5caad Use virtualservices for basic access control. (#1475) 2018-06-08 09:06:13 -07:00
Guang Ya Liu aab47ae9af Correct some errors in mutual tls over https. (#1479) 2018-06-08 09:05:41 -07:00
Guang Ya Liu e5b4b568e6 Using virutalservice for rate limit. (#1480) 2018-06-08 09:04:59 -07:00
mtail d80cdbb37f Update README details on publishing a new version of the site. 2018-06-08 08:10:09 -07:00
mtail 2c0646bf4d Fix branch name. 2018-06-08 08:08:57 -07:00
Frank Budinsky 3e887a155e Fix TOC indent (#1483) 2018-06-08 08:02:00 -07:00
jasmine-jaksic 19caf6ef57 Updated features list based on 0.8 release (#1462)
(cherry picked from commit bf6ebdf)
2018-06-08 07:16:00 -07:00
salrashid123 98bd4c9ef1 Update route rules for mtls (#1459)
* update route rules for mtls

* minor rework

(cherry picked from commit d946409)
2018-06-08 07:15:56 -07:00
Guang Ya Liu 51e3d4a57f Add sidecar auto injection for circuit break example. (#1469) 2018-06-07 15:38:36 -07:00
Guang Ya Liu 329e6acff6 Added cleanup for mtls. (#1473) 2018-06-07 15:37:03 -07:00