Frank Budinsky
92c1a81fc1
Clarify setting sampling rate ( #8297 )
2020-10-14 10:44:12 -07:00
Roland Kool
0fa3b1b874
Add warning on egress gw instructions ( #8214 )
...
* Add warning on egress gw instructions
Documentation is misleading when repeating the steps for multiple
hosts. The example breaks down. Add a warning describing how to
configuration should look like when additional hosts are configured.
* fix typo
* change to tip, make text more compact
* change other warning as well
2020-10-09 06:15:10 -07:00
Nathan Mittler
fe0f48a88e
[Test Framework] Add multicluster test for multi-primary ( #8262 )
...
* [Test Framework] Add multicluster test for multi-primary
* addressing comments
2020-10-05 12:55:55 -07:00
Nathan Mittler
f9a9f54eba
[Test Framework] Fixes to support multicluster ( #8253 )
...
* [Test Framework] Fixes to support multicluster
* use current context from each kubeconfig file.
* addressing comments
2020-10-02 14:05:09 -07:00
imgbot[bot]
9459c7bc88
[ImgBot] Optimize images ( #8179 )
...
*Total -- 3,177.95kb -> 3,160.18kb (0.56%)
/content/en/docs/tasks/security/cert-management/plugin-ca-cert/ca-hierarchy.svg -- 14.87kb -> 9.67kb (34.99%)
/content/en/about/community/customers/hotels-com.svg -- 12.99kb -> 10.11kb (22.15%)
/page-test.png -- 20.22kb -> 17.97kb (11.12%)
/content/en/about/community/customers/nearpod.svg -- 11.77kb -> 11.44kb (2.8%)
/content/en/docs/ops/deployment/deployment-models/blue-green.svg -- 81.51kb -> 80.16kb (1.65%)
/content/en/docs/ops/deployment/deployment-models/endpoint-discovery.svg -- 82.72kb -> 81.92kb (0.97%)
/content/en/docs/setup/install/multicluster/primary-remote.svg -- 83.37kb -> 82.59kb (0.95%)
/content/en/docs/setup/install/multicluster/multi-primary.svg -- 91.08kb -> 90.26kb (0.89%)
/content/en/docs/setup/install/multicluster/primary-remote-multi-network.svg -- 96.83kb -> 96.01kb (0.85%)
/content/en/docs/setup/install/multicluster/multi-primary-multi-network.svg -- 110.31kb -> 109.45kb (0.78%)
/content/en/blog/2020/large-scale-security-policy-performance-tests/istio_setup.svg -- 25.85kb -> 25.68kb (0.65%)
/content/en/about/community/customers/avito.svg -- 1.77kb -> 1.76kb (0.22%)
/content/en/about/community/customers/cash-app.svg -- 4.78kb -> 4.78kb (0.12%)
/content/en/blog/2020/large-scale-security-policy-performance-tests/mtls_plaintext.svg -- 216.38kb -> 216.21kb (0.08%)
/content/en/blog/2020/large-scale-security-policy-performance-tests/AuthZ_var_paths.svg -- 273.61kb -> 273.44kb (0.06%)
/content/en/blog/2020/large-scale-security-policy-performance-tests/RequestAuthN_jwks.svg -- 275.79kb -> 275.63kb (0.06%)
/content/en/blog/2020/large-scale-security-policy-performance-tests/AuthZ_var_policies_paths.svg -- 279.11kb -> 278.94kb (0.06%)
/content/en/blog/2020/large-scale-security-policy-performance-tests/AuthZ_var_principals.svg -- 286.37kb -> 286.21kb (0.06%)
/content/en/blog/2020/large-scale-security-policy-performance-tests/AuthZ_var_policies_sourceIP.svg -- 296.11kb -> 295.95kb (0.06%)
/content/en/blog/2020/large-scale-security-policy-performance-tests/AuthZ_var_requestPrincipals.svg -- 297.02kb -> 296.85kb (0.06%)
/content/en/blog/2020/large-scale-security-policy-performance-tests/AuthZ_var_sourceIP.svg -- 298.21kb -> 298.04kb (0.06%)
/content/en/blog/2020/large-scale-security-policy-performance-tests/AuthZ_paths_vs_sourceIP.svg -- 317.29kb -> 317.12kb (0.05%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-09-28 17:13:16 -04:00
Eric Van Norman
459c6e56a0
Fix flaky failure ( #8204 )
2020-09-24 14:00:15 -07:00
Eric Van Norman
4b19932627
Test flake - increase timeout and echo actual wait duration. ( #8198 )
2020-09-24 14:00:07 -07:00
Eric Van Norman
4b4e395c68
Increase retry count for test flakiness ( #8206 )
2020-09-24 13:51:56 -07:00
Eric Van Norman
70d361b30d
Try different timeout for tasks/security/authorization/authz-ingress ( #8163 )
...
* Try longer timeout for tasks/security/authorization/authz-ingress/test.sh
* Go back to old 5m timeout and add failure on timeout back in
* Test with individual wait_for_istio call updates
* Revert to simply changing timeout (but keep duration in output)
* Fix call
* Comment out istioctl wait call
* Add TODO remark
* Fix lint error
* Add temporary sleep until _wait_for_istio is re-enabled
* Add wait for sleep deployment to complete
2020-09-22 19:25:13 -07:00
Suchith J N
94fe1b5353
Test framework enhancement for multicluster doc test ( #8160 )
...
* test framework enhancement for multicluster doc test
* simplify multicluster test framework with setup=multicluster directive
* restore documentation comment
2020-09-21 10:43:36 -07:00
Eric Van Norman
d56bada3e6
egress-gateway-tls-origination - Additional secrets need cleaning ( #8175 )
...
* Additional secrets need cleaning
* Missed make gen
2020-09-21 10:32:31 -07:00
Frank Budinsky
f4cf61ec5d
Simplify startup of egressgateway-with-sni-proxy ( #8148 )
...
* Simplify startup of egressgateway-with-sni-proxy
* fix
* set value
2020-09-17 07:39:48 -07:00
Suchith J N
8ef2a3573a
Doc test for accessing Jaeger and Grafana dashboards by port-forwarding ( #8086 )
...
* refactor zipkin doc test to use test/util/addons.sh
* doc test for accessing jaeger dashboard
* doc test for accessing istio-mesh and istio-service dashboards in grafana by port-forwarding
* add -L flags to follow redirects for accessing dashboards
* fix linting issue - double quote around ingress gateway URL
* improve Grafana and Jaeger access tests based on code review feedback
* fix jaeger url
* remove prometheus queries through grafana to check if it is causing flakes in CI
* fix grafana test to use productpage request boilerplate
* fix formatting in Makefile.overrides.mk
2020-09-17 06:45:12 -07:00
Nathan Mittler
b06ce95f96
Update docs for pluggin in CA certs ( #8099 )
...
The new recommended approach is to generate the certs and to use intermediate certs for each cluster.
2020-09-16 17:39:21 -07:00
Eric Van Norman
cc1a34f99c
Update test reference - master ( #8103 )
...
* Update test reference
* Test framework changes
* Another required change
* Update Tag to 1.8
* Pick istio/istio commit that actually exists
* Disable ISTIO_META_DNS_CAPTURE
* Add --skip-confirmation to istioctl installl commands
* Increase test timeout. First pass at fixes.
* Update to later istio/istio that fixes DNS and minor fixes
* test fixes
* Pick up go.mod `replace` changes from #8118
* Fix istioctl-analayze and mirror
* Fix mtls-migration test
* Update istio to include commit to fix egress
* Re-enable verify with fix
* Update istio/istio ref for egress fix
* Fix tasks/security/authorization/authz-td-migration - remove ns
* Shorten wait timeout so tests complete in under an hr
* Let tests continue after wait timeout
* Fix --skip-confirmation to -y and use yes | in tests
* revert yes | to echo y |
* Additional echo y fix
* Code review comments
* Change verify from same to contains as k8s 1.19 has extra warning lines.
2020-09-16 11:44:20 -07:00
Frank Budinsky
f75e329945
Remove hardcoded cluster-ip-range ( #8149 )
2020-09-15 17:10:38 -04:00
Upo
8cfcfa5802
Add additional info about troubleshooting JWTs. ( #8128 )
...
* add note about istio protocol detection
* fix accidental replace
* fix extra dot in filename
* path fixes
* add note about how to field authz in effect
* fix typos and add a note on the claims
* undo file rename
* Update content/en/docs/ops/common-problems/security-issues/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/ops/common-problems/security-issues/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Apply suggestions from code review
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-09-14 10:45:42 -07:00
Frank Budinsky
82ceae7d73
Accessing external services task test and more egress task cleanup ( #8064 )
...
* Egress tasks cleanup and final test
* cleanup
* fix lint
* regen
* strip trailing space from output
* lint
* lint
* review comment
* regen
* fixes
* ignore space
* wait for istiod
* restart sleep
* regen
* fix sleep restart
* debug
* fix check
* fix
* more debug
* more debug
* cleanup and disable last check
2020-09-09 14:39:26 -07:00
imgbot[bot]
c873a34ebc
[ImgBot] Optimize images ( #8035 )
...
*Total -- 2,498.74kb -> 2,393.31kb (4.22%)
/content/en/about/community/partners/meshdynamics.png -- 146.38kb -> 47.51kb (67.54%)
/content/en/blog/2020/new-deployment-model/multiple-clusters-external-Istiod.svg -- 141.86kb -> 140.36kb (1.06%)
/content/en/blog/2020/new-deployment-model/single-cluster.svg -- 73.41kb -> 72.64kb (1.05%)
/content/en/blog/2020/new-deployment-model/multiple-external-Istiods.svg -- 188.85kb -> 187.29kb (0.83%)
/content/en/docs/ops/deployment/deployment-models/single-cluster-external-control-plane.svg -- 97.20kb -> 96.43kb (0.8%)
/content/en/blog/2020/new-deployment-model/single-cluster-external-Istiod.svg -- 108.37kb -> 107.55kb (0.76%)
/content/en/about/community/customers/aihuishou.jpeg -- 22.03kb -> 21.88kb (0.68%)
/content/en/docs/tasks/traffic-management/egress/wildcard-egress-hosts/EgressGatewayWithSNIProxyCP.svg -- 126.40kb -> 126.09kb (0.25%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_with_jitter.svg -- 348.28kb -> 348.11kb (0.05%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_with_jitter.svg -- 374.95kb -> 374.79kb (0.04%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_without_jitter.svg -- 431.32kb -> 431.16kb (0.04%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_without_jitter.svg -- 439.68kb -> 439.51kb (0.04%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-09-08 15:54:35 -04:00
Shamsher Ansari
676c6da91c
Remove deprecated Mixer Policies and Telemetry config ( #8071 )
2020-09-08 09:10:28 -07:00
Eric Van Norman
9bf9ddb324
Update kiali links ( #8073 )
2020-09-03 17:01:04 -04:00
Eric Van Norman
59ebec040b
Update reference docs - remove metrics items ( #8061 )
...
* Update reference docs - remove metrics items
* Fix links
* Actually fix links
* Fix make gen
* Early change from https://github.com/istio/api/pull/1617
* Review comments and rebase
2020-09-02 10:21:04 -07:00
Shamsher Ansari
c32f55cbaf
Remove deprecated mixer for observability ( #8040 )
...
* Remove deprecated mixer for observability
* Fix lint
* remove double #
* Fix lint
2020-09-02 08:05:46 -07:00
Suchith J N
28d61ab090
Automated test - Remotely access telemetry addons (both secure and insecure ways) ( #8042 )
...
* automated test - insecure remote access to telemetry addons
* Change profile to demo and add snippets to clean up DestinationRule (besides Gateway and VirtualService)
* automated doc test = secure remote access to telemetry addons through gateway
* Automated test for secure access of common telemetry addons and factor out common snippets to test_utils.sh
* moved test_utils to tests/util/addons.sh so that it can be reused across tests
* refactor addons with a more flexible deploy/undeploy function and fix naming of functions to access addons
* fix cleanup after tests
* fix sourcing
* remove verification for istio config deployment
* don't assume the existence of load-balancer in CI environment, but use _set_ingress_environment_variables instead of snippet in the documentation page
* add verification steps back
* fix output snippets and add verifications
2020-09-01 07:34:10 -07:00
Frank Budinsky
28d609fc84
Fix and test wildcard egress task ( #8050 )
...
* Fix and test wildcard egress task
* change startup
* change startup
* lint
* more lint
* fixes from vadim
* fixes
* fix gateway filter
* add EOF
* regen snips
2020-09-01 06:17:09 -07:00
Suchith J N
4b601f607e
automated test for zipkin dashboard and modify snippet generation to take boilerplate into account ( #8003 )
...
* automated test for viewing traces from zipkin dashboard (expectation is that traces are seen correctly)
* fix shellcheck linting errors
* remove verification of traces and just check if zipkin dashboard is accessible through port-forward
* Modify snippet generation logic to take {{< boilerplate >}} into account
* snippets for boilerplate
* fix shellcheck (linting) issues
* snippets generated with new logic
* automated test - check if zipkin dashboard is accessible by port-forwarding (as we cannot verify screenshot and the trace is already verified in istio/istio integration test
* clean up ZIPKIN_URL comment
* Address code review comments
1. Simplify boilerplate snippet filenames (remove .md_snips)
2. Sourced filenames should be in double quote(") instead of single quote(')
* fix gencheck_istio flake
* do not generate or include boilerplate snippets if there is not {{<text>}} in them
* fix linting errors in snip.py
* fix bug - filter out boilerplates without snippets very early
2020-08-26 08:37:50 -07:00
imgbot[bot]
2e1a1c3be1
[ImgBot] Optimize images ( #8002 )
...
*Total -- 75,770.28kb -> 67,635.46kb (10.74%)
/archive/v1.2/about/community/customers/softonic.png -- 718.10kb -> 11.12kb (98.45%)
/archive/v1.2/zh/about/community/customers/softonic.png -- 718.10kb -> 11.12kb (98.45%)
/archive/v0.3/favicons/tile310x310.png -- 9.00kb -> 1.36kb (84.88%)
/archive/v0.3/favicons/pwa-512x512.png -- 7.97kb -> 1.34kb (83.22%)
/archive/v0.3/favicons/tile310x150.png -- 5.31kb -> 1.21kb (77.24%)
/archive/v0.4/img/rss.gif -- 1.01kb -> 0.31kb (69.69%)
/archive/v0.3/img/rss.gif -- 1.01kb -> 0.31kb (69.69%)
/archive/v0.2/img/rss.gif -- 1.01kb -> 0.31kb (69.69%)
/archive/v0.1/img/rss.gif -- 1.01kb -> 0.31kb (69.69%)
/archive/v0.3/favicons/tile150x150.png -- 3.52kb -> 1.14kb (67.68%)
/archive/v1.6/blog/2020/mosn-proxy/mosn-arch.png -- 29.12kb -> 14.35kb (50.71%)
/content/en/blog/2020/mosn-proxy/mosn-arch.png -- 29.12kb -> 14.35kb (50.71%)
/content/zh/blog/2020/mosn-proxy/mosn-arch.png -- 29.12kb -> 14.35kb (50.71%)
/archive/v0.3/favicons/android-192x192.png -- 2.89kb -> 1.43kb (50.49%)
/archive/v0.3/favicons/pwa-192x192.png -- 2.89kb -> 1.43kb (50.49%)
/archive/v1.4/about/community/customers/inspurcloud.png -- 8.39kb -> 4.34kb (48.3%)
/archive/v1.2/zh/about/community/customers/loblaw-digital.png -- 118.27kb -> 61.95kb (47.63%)
/archive/v1.2/about/community/customers/loblaw-digital.png -- 118.27kb -> 61.95kb (47.63%)
/archive/v0.3/favicons/apple-touch-icon-180x180.png -- 2.69kb -> 1.42kb (47.02%)
/content/en/about/community/customers/deepdesk.png -- 19.63kb -> 10.47kb (46.66%)
/archive/v0.2/docs/tasks/telemetry/img/prometheus_query_result.png -- 218.75kb -> 119.21kb (45.5%)
/archive/v0.3/img/exclamation-mark.svg -- 3.80kb -> 2.08kb (45.34%)
/archive/v0.1/docs/tasks/img/grafana_dashboard.png -- 176.05kb -> 96.75kb (45.05%)
/archive/v0.2/docs/setup/kubernetes/img/grafana_dashboard.png -- 176.05kb -> 96.75kb (45.05%)
/archive/v0.2/docs/tasks/telemetry/img/dashboard-with-traffic.png -- 488.51kb -> 275.34kb (43.64%)
/archive/v0.2/img/istio_grafana_dashboard-new.png -- 897.44kb -> 509.84kb (43.19%)
/archive/v0.1/img/istio_grafana_dashboard-new.png -- 897.44kb -> 509.84kb (43.19%)
/archive/v0.2/docs/tasks/telemetry/img/grafana-istio-dashboard.png -- 233.56kb -> 133.00kb (43.05%)
/content/en/about/community/customers/intuit.svg -- 3.64kb -> 2.09kb (42.55%)
/archive/v0.3/favicons/android-144x144.png -- 1.81kb -> 1.06kb (41.55%)
/archive/v1.0/docs/setup/kubernetes/quick-start-ibm/istio-catalog-2.png -- 198.14kb -> 118.25kb (40.32%)
/archive/v0.1/docs/tasks/img/dashboard_response_size.png -- 94.79kb -> 56.89kb (39.98%)
/archive/v0.2/docs/tasks/telemetry/img/dashboard_response_size.png -- 94.79kb -> 56.89kb (39.98%)
/archive/v1.0/docs/setup/kubernetes/quick-start-ibm/istio-installation-2.png -- 259.64kb -> 156.16kb (39.86%)
/archive/v1.0/docs/setup/kubernetes/quick-start-ibm/istio-release.png -- 110.47kb -> 66.46kb (39.84%)
/archive/v1.0/docs/setup/kubernetes/quick-start-ibm/istio-deletion.png -- 154.98kb -> 93.97kb (39.37%)
/archive/v1.0/docs/setup/kubernetes/quick-start-ibm/istio-upgrade-2.png -- 156.17kb -> 94.74kb (39.33%)
/content/en/docs/tasks/observability/metrics/querying-metrics/prometheus_query_result.png -- 191.94kb -> 117.14kb (38.97%)
/archive/v1.5/docs/tasks/observability/metrics/querying-metrics/prometheus_query_result.png -- 191.94kb -> 117.14kb (38.97%)
/archive/v1.5/zh/docs/tasks/observability/metrics/querying-metrics/prometheus_query_result.png -- 191.94kb -> 117.14kb (38.97%)
/archive/v1.6/docs/tasks/observability/metrics/querying-metrics/prometheus_query_result.png -- 191.94kb -> 117.14kb (38.97%)
/archive/v0.3/favicons/tile70x70.png -- 1.48kb -> 0.92kb (38.08%)
/archive/v1.0/docs/setup/kubernetes/quick-start-ibm/istio-installation-1.png -- 303.79kb -> 191.73kb (36.89%)
/archive/v0.5/assets/javascript/anchor-js/docs/img/anchorjs_logo.png -- 7.40kb -> 4.71kb (36.37%)
/archive/v0.7/assets/javascript/anchor-js/docs/img/anchorjs_logo.png -- 7.40kb -> 4.71kb (36.37%)
/archive/v0.4/assets/javascript/anchor-js/docs/img/anchorjs_logo.png -- 7.40kb -> 4.71kb (36.37%)
/archive/v0.3/assets/javascript/anchor-js/docs/img/anchorjs_logo.png -- 7.40kb -> 4.71kb (36.37%)
/archive/v0.6/assets/javascript/anchor-js/docs/img/anchorjs_logo.png -- 7.40kb -> 4.71kb (36.37%)
/archive/v0.2/assets/javascript/anchor-js/docs/img/anchorjs_logo.png -- 7.40kb -> 4.71kb (36.37%)
/archive/v0.8/blog/2018/img/egress-adapters-monitoring.svg -- 20.62kb -> 13.20kb (35.98%)
/content/en/about/community/customers/yahoo.svg -- 5.74kb -> 3.69kb (35.63%)
/archive/v1.0/docs/setup/kubernetes/quick-start-ibm/istio-catalog-1.png -- 289.44kb -> 186.77kb (35.47%)
/archive/v0.8/blog/2018/img/egress-adapters-monitoring-policy.svg -- 25.59kb -> 16.94kb (33.81%)
/content/en/docs/tasks/observability/kiali/kiali-wiz2-ratings-service-action-menu.png -- 114.91kb -> 77.47kb (32.58%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-wiz2-ratings-service-action-menu.png -- 114.91kb -> 77.47kb (32.58%)
/archive/v0.8/blog/2018/img/dashboard-egress-gateway.png -- 177.27kb -> 119.79kb (32.42%)
/archive/v0.3/favicons/android-96x196.png -- 1.15kb -> 0.78kb (32.37%)
/content/en/docs/setup/getting-started/kiali-example2.png -- 262.82kb -> 177.91kb (32.31%)
/archive/v1.6/docs/setup/getting-started/kiali-example2.png -- 262.82kb -> 177.91kb (32.31%)
/archive/v1.6/zh/docs/setup/getting-started/kiali-example2.png -- 262.82kb -> 177.91kb (32.31%)
/content/en/docs/ops/diagnostic-tools/controlz/ctrlz.png -- 105.71kb -> 71.86kb (32.03%)
/archive/v0.1/favicons/safari-pinned-tab.svg -- 0.58kb -> 0.39kb (31.92%)
/archive/v0.2/favicons/safari-pinned-tab.svg -- 0.58kb -> 0.39kb (31.92%)
/content/en/about/community/customers/anz.svg -- 5.34kb -> 3.64kb (31.76%)
/archive/v1.3/blog/2019/knative-activator-adapter/knative-activator.png -- 47.03kb -> 32.20kb (31.52%)
/archive/v1.0/blog/2018/incremental-traffic-management/fifty-fifty-ingress-gateway.png -- 28.80kb -> 19.76kb (31.41%)
/archive/v1.6/blog/2020/deploy-wasm-declarative/how-it-works.png -- 117.95kb -> 81.33kb (31.04%)
/archive/v1.6/zh/blog/2020/deploy-wasm-declarative/how-it-works.png -- 117.95kb -> 81.33kb (31.04%)
/content/en/blog/2020/deploy-wasm-declarative/how-it-works.png -- 117.95kb -> 81.33kb (31.04%)
/content/zh/blog/2020/deploy-wasm-declarative/how-it-works.png -- 117.95kb -> 81.33kb (31.04%)
/archive/v1.5/blog/2020/deploy-wasm-declarative/how-it-works.png -- 117.95kb -> 81.33kb (31.04%)
/archive/v0.6/docs/tasks/telemetry/img/servicegraph-example.png -- 41.49kb -> 28.62kb (31.03%)
/archive/v0.1/docs/tasks/img/zipkin_dashboard.png -- 67.88kb -> 47.00kb (30.76%)
/archive/v0.2/docs/tasks/telemetry/img/zipkin_dashboard.png -- 67.88kb -> 47.00kb (30.76%)
/content/en/about/community/customers/tuya.png -- 15.99kb -> 11.10kb (30.57%)
/archive/v1.6/about/community/customers/tuya.png -- 15.99kb -> 11.10kb (30.57%)
/archive/v1.6/zh/about/community/customers/tuya.png -- 15.99kb -> 11.10kb (30.57%)
/archive/v0.5/assets/javascript/anchor-js/docs/img/anchorlinks2.png -- 60.58kb -> 42.06kb (30.57%)
/archive/v0.3/assets/javascript/anchor-js/docs/img/anchorlinks2.png -- 60.58kb -> 42.06kb (30.57%)
/archive/v0.7/assets/javascript/anchor-js/docs/img/anchorlinks2.png -- 60.58kb -> 42.06kb (30.57%)
/archive/v0.6/assets/javascript/anchor-js/docs/img/anchorlinks2.png -- 60.58kb -> 42.06kb (30.57%)
/archive/v0.4/assets/javascript/anchor-js/docs/img/anchorlinks2.png -- 60.58kb -> 42.06kb (30.57%)
/archive/v0.2/assets/javascript/anchor-js/docs/img/anchorlinks2.png -- 60.58kb -> 42.06kb (30.57%)
/archive/v0.1/img/logo.png -- 3.06kb -> 2.15kb (29.57%)
/archive/v0.2/img/logo.png -- 3.06kb -> 2.15kb (29.57%)
/archive/v1.3/blog/2019/knative-activator-adapter/knative-mixer-adapter.png -- 55.40kb -> 39.13kb (29.36%)
/archive/v0.2/favicons/favicon-16x16.png -- 1.06kb -> 0.75kb (29.35%)
/archive/v0.1/favicons/favicon-16x16.png -- 1.06kb -> 0.75kb (29.35%)
/archive/v1.0/blog/2018/incremental-traffic-management/fifty-fifty.png -- 21.57kb -> 15.28kb (29.17%)
/content/en/docs/tasks/observability/kiali/kiali-wiz1-graph-ratings-percent.png -- 69.02kb -> 48.90kb (29.15%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-wiz1-graph-ratings-percent.png -- 69.02kb -> 48.90kb (29.15%)
/archive/v0.2/docs/tasks/telemetry/img/zipkin_span.png -- 43.65kb -> 31.40kb (28.07%)
/archive/v0.1/docs/tasks/img/zipkin_span.png -- 43.65kb -> 31.40kb (28.07%)
/archive/v1.2/docs/concepts/traffic-management/pilot-arch.svg -- 21.05kb -> 15.23kb (27.65%)
/archive/v1.2/zh/docs/concepts/traffic-management/pilot-arch.svg -- 21.05kb -> 15.23kb (27.65%)
/archive/v1.0/img/exclamation-mark.svg -- 2.64kb -> 1.92kb (27.48%)
/content/en/docs/tasks/observability/distributed-tracing/lightstep/istio-explorer.png -- 598.16kb -> 434.01kb (27.44%)
/archive/v1.6/docs/tasks/observability/distributed-tracing/lightstep/istio-explorer.png -- 598.16kb -> 434.01kb (27.44%)
/archive/v1.6/zh/docs/tasks/observability/distributed-tracing/lightstep/istio-explorer.png -- 598.16kb -> 434.01kb (27.44%)
/archive/v0.1/docs/tasks/img/servicegraph.png -- 63.88kb -> 46.56kb (27.11%)
/content/en/docs/tasks/observability/distributed-tracing/lightstep/istio-services.png -- 372.11kb -> 273.16kb (26.59%)
/archive/v1.6/docs/tasks/observability/distributed-tracing/lightstep/istio-services.png -- 372.11kb -> 273.16kb (26.59%)
/archive/v1.6/zh/docs/tasks/observability/distributed-tracing/lightstep/istio-services.png -- 372.11kb -> 273.16kb (26.59%)
/archive/v0.2/docs/tasks/telemetry/img/servicegraph-example.png -- 359.57kb -> 265.21kb (26.24%)
/archive/v1.0/docs/tasks/telemetry/kiali/kiali-service-graph.png -- 21.04kb -> 15.57kb (25.99%)
/content/en/about/community/customers/coyote.png -- 10.35kb -> 7.70kb (25.63%)
/archive/v1.0/docs/setup/kubernetes/quick-start-ibm/istio-upgrade-1.png -- 970.48kb -> 722.29kb (25.57%)
/archive/v0.2/docs/setup/kubernetes/img/servicegraph.png -- 200.43kb -> 149.26kb (25.53%)
/archive/v0.3/favicons/android-72x72.png -- 1.01kb -> 0.76kb (24.32%)
/archive/v1.0/docs/tasks/telemetry/kiali/kiali-services.png -- 70.23kb -> 53.28kb (24.14%)
/archive/v0.1/favicons/apple-touch-icon.png -- 2.60kb -> 1.98kb (23.66%)
/archive/v0.2/favicons/apple-touch-icon.png -- 2.60kb -> 1.98kb (23.66%)
/archive/v0.3/docs/tasks/telemetry/img/prometheus_query_result.png -- 155.74kb -> 119.21kb (23.45%)
/content/en/about/community/partners/tetrate.png -- 97.29kb -> 74.58kb (23.34%)
/archive/v1.6/about/community/partners/tetrate.png -- 97.29kb -> 74.58kb (23.34%)
/archive/v1.6/zh/about/community/partners/tetrate.png -- 97.29kb -> 74.58kb (23.34%)
/content/en/docs/tasks/observability/distributed-tracing/zipkin/istio-tracing-details-zipkin.png -- 175.83kb -> 134.82kb (23.32%)
/archive/v1.4/about/community/partners/solo.png -- 51.31kb -> 39.36kb (23.29%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig1-tooltip.png -- 76.28kb -> 58.54kb (23.26%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig1-tooltip.png -- 76.28kb -> 58.54kb (23.26%)
/archive/v1.0/docs/tasks/telemetry/kiali/kiali-versionedapp.png -- 48.27kb -> 37.06kb (23.22%)
/archive/v0.6/img/exclamation-mark.svg -- 2.58kb -> 1.99kb (23.06%)
/archive/v0.7/img/exclamation-mark.svg -- 2.58kb -> 1.99kb (23.06%)
/archive/v0.8/img/exclamation-mark.svg -- 2.58kb -> 1.99kb (23.06%)
/archive/v1.0/docs/tasks/telemetry/kiali/kiali-workload.png -- 47.77kb -> 36.77kb (23.03%)
/archive/v0.5/assets/javascript/anchor-js/docs/img/link.svg -- 0.75kb -> 0.57kb (22.94%)
/archive/v0.3/assets/javascript/anchor-js/docs/img/link.svg -- 0.75kb -> 0.57kb (22.94%)
/archive/v0.7/assets/javascript/anchor-js/docs/img/link.svg -- 0.75kb -> 0.57kb (22.94%)
/archive/v0.6/assets/javascript/anchor-js/docs/img/link.svg -- 0.75kb -> 0.57kb (22.94%)
/archive/v0.2/assets/javascript/anchor-js/docs/img/link.svg -- 0.75kb -> 0.57kb (22.94%)
/archive/v0.4/assets/javascript/anchor-js/docs/img/link.svg -- 0.75kb -> 0.57kb (22.94%)
/archive/v0.3/img/routing.svg -- 2.16kb -> 1.67kb (22.9%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml1.png -- 85.27kb -> 65.82kb (22.82%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml1.png -- 85.27kb -> 65.82kb (22.82%)
/content/en/docs/tasks/observability/distributed-tracing/zipkin/istio-tracing-list-zipkin.png -- 49.86kb -> 38.62kb (22.55%)
/archive/v1.0/docs/tasks/telemetry/kiali/kiali-app.png -- 20.23kb -> 15.69kb (22.43%)
/archive/v0.3/docs/setup/kubernetes/img/dm_prometheus.png -- 87.10kb -> 67.68kb (22.3%)
/content/en/about/community/partners/portshift.png -- 3.16kb -> 2.46kb (22.12%)
/archive/v1.6/about/community/partners/portshift.png -- 3.16kb -> 2.46kb (22.12%)
/archive/v1.6/zh/about/community/partners/portshift.png -- 3.16kb -> 2.46kb (22.12%)
/archive/v0.2/docs/tasks/telemetry/img/jaeger_dashboard.png -- 65.72kb -> 51.19kb (22.12%)
/archive/v1.0/docs/tasks/telemetry/kiali/kiali-graph.png -- 97.93kb -> 76.41kb (21.98%)
/content/en/docs/tasks/observability/kiali/kiali-validate1-list.png -- 77.38kb -> 60.43kb (21.9%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-validate1-list.png -- 77.38kb -> 60.43kb (21.9%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig0-errormsgs.png -- 101.91kb -> 79.96kb (21.54%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig0-errormsgs.png -- 101.91kb -> 79.96kb (21.54%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml2.png -- 90.03kb -> 70.81kb (21.35%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml2.png -- 90.03kb -> 70.81kb (21.35%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml3.png -- 89.28kb -> 70.36kb (21.19%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml3.png -- 89.28kb -> 70.36kb (21.19%)
/content/en/docs/tasks/observability/kiali/kiali-overview.png -- 55.41kb -> 43.76kb (21.03%)
/archive/v1.0/img/kubernetes.svg -- 10.68kb -> 8.44kb (20.99%)
/archive/v0.7/blog/2018/img/https_from_the_app.svg -- 65.43kb -> 51.71kb (20.96%)
/archive/v1.0/blog/2018/egress-https/https_from_the_app.svg -- 65.43kb -> 51.71kb (20.96%)
/archive/v1.0/zh/blog/2018/egress-https/https_from_the_app.svg -- 65.43kb -> 51.71kb (20.96%)
/archive/v0.8/blog/2018/img/https_from_the_app.svg -- 65.43kb -> 51.71kb (20.96%)
/archive/v0.6/blog/2018/img/https_from_the_app.svg -- 65.43kb -> 51.71kb (20.96%)
/archive/v0.5/blog/2018/img/https_from_the_app.svg -- 65.43kb -> 51.71kb (20.96%)
/content/en/docs/tasks/observability/kiali/kiali-wiz0-graph-options.png -- 82.54kb -> 65.34kb (20.83%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-wiz0-graph-options.png -- 82.54kb -> 65.34kb (20.83%)
/archive/v0.8/docs/setup/kubernetes/img/dm_kubernetes_workloads.png -- 85.84kb -> 67.97kb (20.81%)
/content/en/docs/tasks/observability/kiali/kiali-validate3-ok.png -- 86.71kb -> 68.68kb (20.8%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-validate3-ok.png -- 86.71kb -> 68.68kb (20.8%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-validate2-errormsg.png -- 53.18kb -> 42.43kb (20.22%)
/content/en/docs/tasks/observability/kiali/kiali-validate2-errormsg.png -- 53.18kb -> 42.43kb (20.22%)
/archive/v1.3/img/istio-logo.svg -- 0.24kb -> 0.19kb (20.08%)
/archive/v0.3/docs/setup/kubernetes/img/dm_kubernetes_workloads.png -- 89.64kb -> 71.86kb (19.84%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-overview.png -- 47.47kb -> 38.13kb (19.68%)
/archive/v1.0/img/istio-logo.svg -- 0.32kb -> 0.26kb (19.64%)
/archive/v0.3/img/istio-logo.svg -- 0.32kb -> 0.26kb (19.64%)
/archive/v1.3/img/istio-whitelogo-nobackground-unframed.svg -- 0.32kb -> 0.26kb (19.64%)
/archive/v0.6/img/istio-logo.svg -- 0.32kb -> 0.26kb (19.64%)
/archive/v0.7/img/istio-logo.svg -- 0.32kb -> 0.26kb (19.64%)
/archive/v0.8/img/istio-logo.svg -- 0.32kb -> 0.26kb (19.64%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig2-details-errormsgs.png -- 85.37kb -> 68.63kb (19.61%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig2-details-errormsgs.png -- 85.37kb -> 68.63kb (19.61%)
/archive/v0.3/docs/setup/kubernetes/img/dm_zipkin.png -- 140.15kb -> 112.73kb (19.56%)
/archive/v0.5/img/exclamation-mark.svg -- 2.47kb -> 1.99kb (19.5%)
/archive/v0.4/img/exclamation-mark.svg -- 2.47kb -> 1.99kb (19.5%)
/archive/v0.3/favicons/android-48x48.png -- 0.75kb -> 0.61kb (19.2%)
/archive/v0.3/docs/setup/kubernetes/img/dm_bookinfo.png -- 83.54kb -> 67.68kb (18.99%)
/archive/v0.3/docs/tasks/telemetry/img/zipkin_dashboard.png -- 57.84kb -> 47.00kb (18.75%)
/archive/v1.0/img/istio-blue-logo.svg -- 0.32kb -> 0.26kb (18.73%)
/archive/v1.3/img/istio-bluelogo-nobackground-unframed.svg -- 0.32kb -> 0.26kb (18.73%)
/archive/v0.2/docs/tasks/telemetry/img/jaeger_trace.png -- 45.36kb -> 36.86kb (18.72%)
/archive/v0.2/img/stackoverflow.png -- 3.57kb -> 2.90kb (18.67%)
/archive/v0.1/img/stackoverflow.png -- 3.57kb -> 2.90kb (18.67%)
/archive/v0.3/img/monitoring.svg -- 2.42kb -> 1.97kb (18.59%)
/archive/v0.3/img/stackoverflow.png -- 3.56kb -> 2.90kb (18.42%)
/archive/v0.6/img/rss.svg -- 0.50kb -> 0.41kb (18.32%)
/archive/v0.5/img/rss.svg -- 0.50kb -> 0.41kb (18.32%)
/archive/v0.8/img/rss.svg -- 0.50kb -> 0.41kb (18.32%)
/archive/v0.7/img/rss.svg -- 0.50kb -> 0.41kb (18.32%)
/archive/v1.0/img/rss.svg -- 0.47kb -> 0.38kb (18.26%)
/content/en/docs/tasks/observability/kiali/kiali-graph.png -- 119.75kb -> 98.10kb (18.08%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-graph.png -- 119.75kb -> 98.10kb (18.08%)
/content/en/about/community/customers/fico.svg -- 3.20kb -> 2.62kb (18.08%)
/content/en/about/community/customers/rapido.png -- 42.78kb -> 35.06kb (18.04%)
/content/en/about/community/customers/lowes.svg -- 4.74kb -> 3.90kb (17.81%)
/archive/v1.3/img/istio-whitelogo-bluebackground-unframed.svg -- 0.39kb -> 0.32kb (17.75%)
/archive/v0.7/img/istio-logo-blue-background.svg -- 0.39kb -> 0.32kb (17.75%)
/archive/v0.6/img/istio-logo-blue-background.svg -- 0.39kb -> 0.32kb (17.75%)
/archive/v0.3/img/istio-logo-blue-background.svg -- 0.39kb -> 0.32kb (17.75%)
/archive/v0.8/img/istio-logo-blue-background.svg -- 0.39kb -> 0.32kb (17.75%)
/archive/v1.0/img/istio-logo-blue-background.svg -- 0.39kb -> 0.32kb (17.75%)
/archive/v1.0/docs/tasks/telemetry/kiali/kiali-overview.png -- 34.52kb -> 28.51kb (17.41%)
/archive/v0.2/img/istio_zipkin_dashboard.png -- 166.26kb -> 137.50kb (17.3%)
/archive/v0.1/img/istio_zipkin_dashboard.png -- 166.26kb -> 137.50kb (17.3%)
/archive/v1.0/img/istio-logo-social.svg -- 0.35kb -> 0.29kb (17.27%)
/archive/v0.3/img/istio-logo-social.svg -- 0.35kb -> 0.29kb (17.27%)
/archive/v0.6/img/istio-logo-social.svg -- 0.35kb -> 0.29kb (17.27%)
/archive/v0.7/img/istio-logo-social.svg -- 0.35kb -> 0.29kb (17.27%)
/archive/v0.8/img/istio-logo-social.svg -- 0.35kb -> 0.29kb (17.27%)
/archive/v1.3/img/istio-whitelogo-nobackground-framed.svg -- 0.35kb -> 0.29kb (17.27%)
/archive/v0.3/docs/tasks/telemetry/img/zipkin_span.png -- 37.93kb -> 31.40kb (17.22%)
/archive/v1.0/img/istio-blue-logo-white-background.svg -- 0.39kb -> 0.32kb (17.13%)
/archive/v1.3/img/istio-bluelogo-whitebackground-unframed.svg -- 0.39kb -> 0.32kb (17.13%)
/archive/v1.0/img/istio-blue-logo-social.svg -- 0.35kb -> 0.29kb (17.13%)
/archive/v1.3/img/istio-bluelogo-nobackground-framed.svg -- 0.35kb -> 0.29kb (17.13%)
/archive/v0.4/img/twitter.svg -- 1.22kb -> 1.01kb (17.12%)
/archive/v0.5/img/twitter.svg -- 1.22kb -> 1.01kb (17.12%)
/archive/v0.3/img/twitter.svg -- 1.22kb -> 1.01kb (17.12%)
/archive/v0.6/img/twitter.svg -- 1.22kb -> 1.01kb (17.12%)
/archive/v0.7/img/twitter.svg -- 1.22kb -> 1.01kb (17.12%)
/archive/v0.8/img/twitter.svg -- 1.22kb -> 1.01kb (17.12%)
/archive/v0.3/docs/tasks/telemetry/img/dashboard-with-traffic.png -- 331.62kb -> 275.34kb (16.97%)
/content/en/about/community/customers/chiper.png -- 16.80kb -> 14.02kb (16.55%)
/archive/v1.0/img/istio-blue-logo-social-white-background.svg -- 0.42kb -> 0.35kb (16.47%)
/archive/v1.3/img/istio-bluelogo-whitebackground-framed.svg -- 0.42kb -> 0.35kb (16.47%)
/archive/v0.3/docs/setup/kubernetes/img/dm_launcher.png -- 62.83kb -> 52.49kb (16.46%)
/archive/v0.7/blog/2018/img/bookinfo-ratings-v2-mysql-external.svg -- 138.04kb -> 115.98kb (15.98%)
/archive/v1.0/blog/2018/egress-tcp/bookinfo-ratings-v2-mysql-external.svg -- 138.04kb -> 115.98kb (15.98%)
/archive/v1.0/zh/blog/2018/egress-tcp/bookinfo-ratings-v2-mysql-external.svg -- 138.04kb -> 115.98kb (15.98%)
/archive/v0.8/blog/2018/img/bookinfo-ratings-v2-mysql-external.svg -- 138.04kb -> 115.98kb (15.98%)
/archive/v0.5/blog/2018/img/bookinfo-ratings-v2-mysql-external.svg -- 138.04kb -> 115.98kb (15.98%)
/archive/v0.6/blog/2018/img/bookinfo-ratings-v2-mysql-external.svg -- 138.04kb -> 115.98kb (15.98%)
/archive/v0.1/docs/samples/img/bookinfo/withistio.png -- 52.22kb -> 43.88kb (15.96%)
/archive/v0.2/docs/guides/img/bookinfo/withistio.png -- 52.22kb -> 43.88kb (15.96%)
/archive/v1.0/img/istio-logo-social-blue-background.svg -- 0.42kb -> 0.35kb (15.89%)
/archive/v1.3/img/istio-whitelogo-bluebackground-framed.svg -- 0.42kb -> 0.35kb (15.89%)
/archive/v0.3/img/istio-logo-social-blue-background.svg -- 0.42kb -> 0.35kb (15.89%)
/archive/v0.6/img/istio-logo-social-blue-background.svg -- 0.42kb -> 0.35kb (15.89%)
/archive/v0.7/img/istio-logo-social-blue-background.svg -- 0.42kb -> 0.35kb (15.89%)
/archive/v0.8/img/istio-logo-social-blue-background.svg -- 0.42kb -> 0.35kb (15.89%)
/archive/v0.1/docs/samples/img/bookinfo/noistio.png -- 45.41kb -> 38.27kb (15.72%)
/archive/v0.2/docs/guides/img/bookinfo/noistio.png -- 45.41kb -> 38.27kb (15.72%)
/archive/v0.1/favicons/mstile-150x150.png -- 4.66kb -> 3.93kb (15.64%)
/archive/v0.2/favicons/mstile-150x150.png -- 4.66kb -> 3.93kb (15.64%)
/archive/v1.0/img/bulb.svg -- 3.73kb -> 3.17kb (15.05%)
/archive/v0.3/img/resilience.svg -- 2.54kb -> 2.16kb (14.83%)
/archive/v0.4/assets/javascript/anchor-js/docs/img/primer-md.png -- 16.35kb -> 13.93kb (14.78%)
/archive/v0.5/assets/javascript/anchor-js/docs/img/primer-md.png -- 16.35kb -> 13.93kb (14.78%)
/archive/v0.3/assets/javascript/anchor-js/docs/img/primer-md.png -- 16.35kb -> 13.93kb (14.78%)
/archive/v0.7/assets/javascript/anchor-js/docs/img/primer-md.png -- 16.35kb -> 13.93kb (14.78%)
/archive/v0.6/assets/javascript/anchor-js/docs/img/primer-md.png -- 16.35kb -> 13.93kb (14.78%)
/archive/v0.2/assets/javascript/anchor-js/docs/img/primer-md.png -- 16.35kb -> 13.93kb (14.78%)
/archive/v0.5/img/istio-logo.svg -- 0.30kb -> 0.26kb (14.74%)
/archive/v0.4/img/istio-logo.svg -- 0.30kb -> 0.26kb (14.74%)
/archive/v0.1/favicons/android-chrome-96x96.png -- 3.22kb -> 2.75kb (14.58%)
/archive/v0.2/favicons/android-chrome-96x96.png -- 3.22kb -> 2.75kb (14.58%)
/archive/v0.3/img/policy.svg -- 1.48kb -> 1.27kb (14.46%)
/content/en/about/community/customers/skyscanner.svg -- 10.44kb -> 8.96kb (14.14%)
/archive/v0.6/img/group.svg -- 2.55kb -> 2.19kb (13.98%)
/archive/v0.3/img/group.svg -- 2.55kb -> 2.19kb (13.98%)
/archive/v0.7/img/group.svg -- 2.55kb -> 2.19kb (13.98%)
/archive/v0.8/img/group.svg -- 2.55kb -> 2.19kb (13.98%)
/archive/v0.7/blog/2018/img/bookinfo-details-v2.svg -- 123.17kb -> 106.26kb (13.74%)
/archive/v1.0/blog/2018/egress-https/bookinfo-details-v2.svg -- 123.17kb -> 106.26kb (13.74%)
/archive/v1.0/zh/blog/2018/egress-https/bookinfo-details-v2.svg -- 123.17kb -> 106.26kb (13.74%)
/archive/v0.8/blog/2018/img/bookinfo-details-v2.svg -- 123.17kb -> 106.26kb (13.74%)
/archive/v0.5/blog/2018/img/bookinfo-details-v2.svg -- 123.17kb -> 106.26kb (13.74%)
/archive/v0.6/blog/2018/img/bookinfo-details-v2.svg -- 123.17kb -> 106.26kb (13.74%)
/content/en/about/community/customers/amadeus.svg -- 4.45kb -> 3.84kb (13.73%)
/content/en/about/community/customers/william-hill.svg -- 13.58kb -> 11.77kb (13.34%)
/archive/v1.0/img/cadence.svg -- 3.77kb -> 3.27kb (13.21%)
/archive/v0.7/docs/guides/img/bookinfo/withistio.svg -- 95.65kb -> 83.16kb (13.07%)
/archive/v0.1/docs/samples/img/bookinfo/withistio.svg -- 95.65kb -> 83.16kb (13.07%)
/archive/v1.0/docs/examples/bookinfo/withistio.svg -- 95.65kb -> 83.16kb (13.07%)
/archive/v1.0/zh/docs/examples/bookinfo/withistio.svg -- 95.65kb -> 83.16kb (13.07%)
/archive/v0.2/docs/guides/img/bookinfo/withistio.svg -- 95.65kb -> 83.16kb (13.07%)
/archive/v0.8/docs/guides/img/bookinfo/withistio.svg -- 95.65kb -> 83.16kb (13.07%)
/archive/v0.4/docs/guides/img/bookinfo/withistio.svg -- 95.65kb -> 83.16kb (13.07%)
/archive/v0.3/docs/guides/img/bookinfo/withistio.svg -- 95.65kb -> 83.16kb (13.07%)
/archive/v0.6/docs/guides/img/bookinfo/withistio.svg -- 95.65kb -> 83.16kb (13.07%)
/archive/v0.5/docs/guides/img/bookinfo/withistio.svg -- 95.65kb -> 83.16kb (13.07%)
/archive/v0.3/docs/tasks/telemetry/img/grafana-istio-dashboard.png -- 152.77kb -> 133.00kb (12.94%)
/archive/v0.3/assets/javascript/anchor-js/docs/img/mini-logo.png -- 2.21kb -> 1.92kb (12.93%)
/archive/v0.5/assets/javascript/anchor-js/docs/img/mini-logo.png -- 2.21kb -> 1.92kb (12.93%)
/archive/v0.7/assets/javascript/anchor-js/docs/img/mini-logo.png -- 2.21kb -> 1.92kb (12.93%)
/archive/v0.6/assets/javascript/anchor-js/docs/img/mini-logo.png -- 2.21kb -> 1.92kb (12.93%)
/archive/v0.4/assets/javascript/anchor-js/docs/img/mini-logo.png -- 2.21kb -> 1.92kb (12.93%)
/archive/v0.2/assets/javascript/anchor-js/docs/img/mini-logo.png -- 2.21kb -> 1.92kb (12.93%)
/archive/v0.3/img/istio_grafana_dashboard-new.png -- 584.92kb -> 509.90kb (12.83%)
/archive/v1.0/img/examples.svg -- 0.74kb -> 0.65kb (12.78%)
/archive/v0.5/img/istio-logo-blue-background.svg -- 0.37kb -> 0.32kb (12.73%)
/archive/v0.4/img/istio-logo-blue-background.svg -- 0.37kb -> 0.32kb (12.73%)
/archive/v0.5/img/istio-logo-social.svg -- 0.33kb -> 0.29kb (12.65%)
/archive/v0.4/img/istio-logo-social.svg -- 0.33kb -> 0.29kb (12.65%)
/archive/v0.3/favicons/android-36x36.png -- 0.53kb -> 0.46kb (12.62%)
/archive/v1.0/docs/setup/kubernetes/quick-start-gke/dm_kiali.png -- 131.91kb -> 115.44kb (12.49%)
/archive/v1.0/img/reference.svg -- 0.67kb -> 0.59kb (12.45%)
/archive/v0.3/docs/tasks/telemetry/img/dashboard_response_size.png -- 64.75kb -> 56.89kb (12.13%)
/archive/v0.3/docs/tasks/telemetry/img/jaeger_dashboard.png -- 58.13kb -> 51.19kb (11.95%)
/archive/v0.5/assets/javascript/anchor-js/docs/fonts/anchorjs-extras.svg -- 1.76kb -> 1.55kb (11.76%)
/archive/v0.6/assets/javascript/anchor-js/docs/fonts/anchorjs-extras.svg -- 1.76kb -> 1.55kb (11.76%)
/archive/v0.7/assets/javascript/anchor-js/docs/fonts/anchorjs-extras.svg -- 1.76kb -> 1.55kb (11.76%)
/archive/v0.2/assets/javascript/anchor-js/docs/fonts/anchorjs-extras.svg -- 1.76kb -> 1.55kb (11.76%)
/archive/v0.4/assets/javascript/anchor-js/docs/fonts/anchorjs-extras.svg -- 1.76kb -> 1.55kb (11.76%)
/archive/v0.3/assets/javascript/anchor-js/docs/fonts/anchorjs-extras.svg -- 1.76kb -> 1.55kb (11.76%)
/archive/v1.0/img/tasks.svg -- 1.07kb -> 0.94kb (11.63%)
/archive/v0.3/docs/setup/kubernetes/img/dm_grafana.png -- 126.37kb -> 111.84kb (11.5%)
/archive/v1.0/docs/concepts/security/authn.svg -- 226.01kb -> 200.49kb (11.29%)
/archive/v1.0/zh/docs/concepts/security/authn.svg -- 226.01kb -> 200.49kb (11.29%)
/archive/v0.5/img/istio-logo-social-blue-background.svg -- 0.40kb -> 0.35kb (11.11%)
/archive/v0.4/img/istio-logo-social-blue-background.svg -- 0.40kb -> 0.35kb (11.11%)
/content/en/about/community/customers/hsbc.svg -- 1.63kb -> 1.45kb (11.01%)
/archive/v0.3/docs/setup/kubernetes/img/grafana_dashboard.png -- 108.38kb -> 96.75kb (10.73%)
/archive/v0.4/assets/javascript/anchor-js/docs/img/gh-link.svg -- 1.18kb -> 1.06kb (10.35%)
/archive/v0.5/assets/javascript/anchor-js/docs/img/gh-link.svg -- 1.18kb -> 1.06kb (10.35%)
/archive/v0.3/assets/javascript/anchor-js/docs/img/gh-link.svg -- 1.18kb -> 1.06kb (10.35%)
/archive/v0.7/assets/javascript/anchor-js/docs/img/gh-link.svg -- 1.18kb -> 1.06kb (10.35%)
/archive/v0.6/assets/javascript/anchor-js/docs/img/gh-link.svg -- 1.18kb -> 1.06kb (10.35%)
/archive/v0.2/assets/javascript/anchor-js/docs/img/gh-link.svg -- 1.18kb -> 1.06kb (10.35%)
/archive/v1.1/zh/about/community/customers/autodesk.png -- 12.61kb -> 11.30kb (10.33%)
/archive/v1.1/about/community/customers/autodesk.png -- 12.61kb -> 11.30kb (10.33%)
/archive/v0.7/docs/guides/img/bookinfo/noistio.svg -- 82.68kb -> 74.35kb (10.08%)
/archive/v1.0/docs/examples/bookinfo/noistio.svg -- 82.68kb -> 74.35kb (10.08%)
/archive/v1.0/zh/docs/examples/bookinfo/noistio.svg -- 82.68kb -> 74.35kb (10.08%)
/archive/v0.1/docs/samples/img/bookinfo/noistio.svg -- 82.68kb -> 74.35kb (10.08%)
/archive/v0.2/docs/guides/img/bookinfo/noistio.svg -- 82.68kb -> 74.35kb (10.08%)
/archive/v0.8/docs/guides/img/bookinfo/noistio.svg -- 82.68kb -> 74.35kb (10.08%)
/archive/v0.3/docs/guides/img/bookinfo/noistio.svg -- 82.68kb -> 74.35kb (10.08%)
/archive/v0.4/docs/guides/img/bookinfo/noistio.svg -- 82.68kb -> 74.35kb (10.08%)
/archive/v0.6/docs/guides/img/bookinfo/noistio.svg -- 82.68kb -> 74.35kb (10.08%)
/archive/v0.5/docs/guides/img/bookinfo/noistio.svg -- 82.68kb -> 74.35kb (10.08%)
/archive/v0.5/assets/javascript/anchor-js/docs/img/gh_link.svg -- 1.28kb -> 1.16kb (9.56%)
/archive/v0.6/assets/javascript/anchor-js/docs/img/gh_link.svg -- 1.28kb -> 1.16kb (9.56%)
/archive/v0.7/assets/javascript/anchor-js/docs/img/gh_link.svg -- 1.28kb -> 1.16kb (9.56%)
/archive/v0.2/assets/javascript/anchor-js/docs/img/gh_link.svg -- 1.28kb -> 1.16kb (9.56%)
/archive/v0.4/assets/javascript/anchor-js/docs/img/gh_link.svg -- 1.28kb -> 1.16kb (9.56%)
/archive/v0.3/assets/javascript/anchor-js/docs/img/gh_link.svg -- 1.28kb -> 1.16kb (9.56%)
/archive/v0.8/img/mailing-list.svg -- 0.72kb -> 0.65kb (9.55%)
/archive/v1.0/docs/concepts/security/auth.svg -- 149.01kb -> 134.96kb (9.43%)
/archive/v1.0/zh/docs/concepts/security/auth.svg -- 149.01kb -> 134.96kb (9.43%)
/archive/v0.1/favicons/favicon-32x32.png -- 1.26kb -> 1.14kb (9.38%)
/archive/v0.2/favicons/favicon-32x32.png -- 1.26kb -> 1.14kb (9.38%)
/archive/v1.6/blog/2020/workload-entry/workload-entry-final.svg -- 3.61kb -> 3.27kb (9.34%)
/content/en/blog/2020/workload-entry/workload-entry-final.svg -- 3.61kb -> 3.27kb (9.34%)
/archive/v0.3/docs/tasks/telemetry/img/jaeger_trace.png -- 40.55kb -> 36.86kb (9.09%)
/archive/v1.0/docs/tasks/telemetry/tcp-metrics/istio-tcp-attribute-flow.svg -- 79.07kb -> 72.03kb (8.9%)
/archive/v1.0/zh/docs/tasks/telemetry/tcp-metrics/istio-tcp-attribute-flow.svg -- 79.07kb -> 72.03kb (8.9%)
/archive/v0.5/img/stackoverflow.svg -- 0.66kb -> 0.60kb (8.86%)
/archive/v0.4/img/stackoverflow.svg -- 0.66kb -> 0.60kb (8.86%)
/archive/v0.6/img/stackoverflow.svg -- 0.66kb -> 0.60kb (8.86%)
/archive/v0.7/img/stackoverflow.svg -- 0.66kb -> 0.60kb (8.86%)
/archive/v0.8/img/stackoverflow.svg -- 0.66kb -> 0.60kb (8.86%)
/content/en/about/community/customers/delphi-tech.png -- 23.34kb -> 21.28kb (8.85%)
/content/en/about/community/customers/tokopedia.svg -- 6.00kb -> 5.48kb (8.8%)
/archive/v0.2/docs/tasks/telemetry/img/istio-tcp-attribute-flow.svg -- 35.70kb -> 32.57kb (8.76%)
/archive/v0.3/docs/tasks/telemetry/img/istio-tcp-attribute-flow.svg -- 35.70kb -> 32.57kb (8.76%)
/archive/v0.7/docs/tasks/telemetry/img/istio-tcp-attribute-flow.svg -- 35.70kb -> 32.57kb (8.76%)
/archive/v0.8/docs/tasks/telemetry/img/istio-tcp-attribute-flow.svg -- 35.70kb -> 32.57kb (8.76%)
/archive/v0.6/docs/tasks/telemetry/img/istio-tcp-attribute-flow.svg -- 35.70kb -> 32.57kb (8.76%)
/archive/v0.5/docs/tasks/telemetry/img/istio-tcp-attribute-flow.svg -- 35.70kb -> 32.57kb (8.76%)
/archive/v0.4/docs/tasks/telemetry/img/istio-tcp-attribute-flow.svg -- 35.70kb -> 32.57kb (8.76%)
/archive/v1.0/img/contribute.svg -- 5.80kb -> 5.31kb (8.56%)
/archive/v1.6/blog/2020/workload-entry/workload-entry-first-example.svg -- 3.86kb -> 3.53kb (8.46%)
/content/en/blog/2020/workload-entry/workload-entry-first-example.svg -- 3.86kb -> 3.53kb (8.46%)
/archive/v1.0/img/about.svg -- 1.26kb -> 1.16kb (8.21%)
/archive/v0.8/blog/2018/img/http-to-gateway.svg -- 68.39kb -> 63.26kb (7.5%)
/archive/v0.4/img/group.svg -- 2.37kb -> 2.19kb (7.46%)
/archive/v0.5/img/group.svg -- 2.37kb -> 2.19kb (7.46%)
/archive/v0.8/blog/2018/img/https-to-gateway.svg -- 67.43kb -> 62.51kb (7.31%)
/archive/v0.5/assets/javascript/anchor-js/docs/img/hyperlink.svg -- 1.74kb -> 1.62kb (7.01%)
/archive/v0.4/assets/javascript/anchor-js/docs/img/hyperlink.svg -- 1.74kb -> 1.62kb (7.01%)
/archive/v0.7/assets/javascript/anchor-js/docs/img/hyperlink.svg -- 1.74kb -> 1.62kb (7.01%)
/archive/v0.3/assets/javascript/anchor-js/docs/img/hyperlink.svg -- 1.74kb -> 1.62kb (7.01%)
/archive/v0.6/assets/javascript/anchor-js/docs/img/hyperlink.svg -- 1.74kb -> 1.62kb (7.01%)
/archive/v0.2/assets/javascript/anchor-js/docs/img/hyperlink.svg -- 1.74kb -> 1.62kb (7.01%)
/archive/v1.0/img/guide.svg -- 1.91kb -> 1.78kb (6.51%)
/archive/v1.0/img/vulnerabilities.svg -- 15.57kb -> 14.57kb (6.42%)
/archive/v0.3/favicons/favicon-32x32.png -- 0.46kb -> 0.43kb (6.18%)
/archive/v0.6/img/bulb.svg -- 3.28kb -> 3.09kb (5.92%)
/archive/v0.7/img/bulb.svg -- 3.28kb -> 3.09kb (5.92%)
/archive/v0.8/img/bulb.svg -- 3.28kb -> 3.09kb (5.92%)
/archive/v0.2/img/istio_grafana_dashboard.png -- 317.95kb -> 299.22kb (5.89%)
/archive/v0.1/img/istio_grafana_dashboard.png -- 317.95kb -> 299.22kb (5.89%)
/content/en/about/community/customers/schlumberger.svg -- 7.50kb -> 7.08kb (5.56%)
/archive/v1.0/img/docs.svg -- 1.86kb -> 1.76kb (5.5%)
/content/en/about/community/customers/shop-apotheke.svg -- 8.16kb -> 7.72kb (5.36%)
/content/en/about/community/customers/under-armour.svg -- 6.20kb -> 5.88kb (5.26%)
/archive/v1.0/img/setup.svg -- 0.87kb -> 0.83kb (5.26%)
/archive/v1.0/img/notes.svg -- 2.15kb -> 2.04kb (5.23%)
/archive/v0.3/docs/setup/kubernetes/img/dm_servicegraph.png -- 70.24kb -> 66.81kb (4.89%)
/archive/v1.0/img/blog.svg -- 2.56kb -> 2.44kb (4.84%)
/content/en/about/community/customers/lime.svg -- 11.01kb -> 10.49kb (4.7%)
/archive/v0.4/img/routing.svg -- 1.75kb -> 1.67kb (4.53%)
/archive/v1.0/img/community.svg -- 3.31kb -> 3.16kb (4.46%)
/content/en/about/community/customers/nandos.svg -- 180.73kb -> 173.21kb (4.16%)
/archive/v1.0/img/feature-status.svg -- 3.22kb -> 3.09kb (4.04%)
/content/en/about/community/customers/wayfair.svg -- 6.92kb -> 6.65kb (3.91%)
/archive/v1.0/img/bugs.svg -- 4.81kb -> 4.63kb (3.88%)
/content/en/about/community/customers/hellofresh.svg -- 13.42kb -> 12.91kb (3.86%)
/archive/v0.4/img/monitoring.svg -- 2.05kb -> 1.97kb (3.77%)
/content/en/about/community/customers/usaf.svg -- 5.03kb -> 4.84kb (3.69%)
/archive/v1.0/img/faq.svg -- 7.99kb -> 7.71kb (3.54%)
/archive/v1.0/img/glossary.svg -- 2.96kb -> 2.85kb (3.5%)
/archive/v1.0/img/help.svg -- 9.30kb -> 8.99kb (3.3%)
/content/en/about/community/customers/walmart.svg -- 4.77kb -> 4.62kb (3.17%)
/archive/v0.8/img/rocket-chat.svg -- 1.94kb -> 1.88kb (3.12%)
/content/en/about/community/customers/gov-uk.svg -- 7.62kb -> 7.41kb (2.76%)
/archive/v0.1/img/istio-logo.svg -- 0.43kb -> 0.42kb (2.71%)
/archive/v0.2/img/istio-logo.svg -- 0.43kb -> 0.42kb (2.71%)
/archive/v0.4/img/policy.svg -- 1.30kb -> 1.27kb (2.63%)
/content/en/about/community/customers/chiper.svg -- 4.47kb -> 4.36kb (2.49%)
/archive/v0.4/img/resilience.svg -- 2.21kb -> 2.16kb (2.47%)
/content/en/about/community/customers/masmovil.svg -- 21.29kb -> 20.79kb (2.39%)
/archive/v1.6/about/community/partners/signalsciences.svg -- 9.81kb -> 9.58kb (2.37%)
/content/en/about/community/partners/signalsciences.svg -- 9.81kb -> 9.58kb (2.37%)
/archive/v1.6/zh/about/community/partners/signalsciences.svg -- 9.81kb -> 9.58kb (2.37%)
/archive/v1.4/img/istio-embroideredlogo.png -- 1,725.96kb -> 1,688.94kb (2.14%)
/content/en/about/community/customers/gojek.svg -- 2.01kb -> 1.97kb (2.14%)
/archive/v0.4/img/bulb.svg -- 3.15kb -> 3.09kb (1.83%)
/archive/v0.5/img/bulb.svg -- 3.15kb -> 3.09kb (1.83%)
/archive/v1.6/docs/ops/configuration/telemetry/monitoring-multicluster-prometheus/in-mesh-production-prometheus.svg -- 141.09kb -> 138.61kb (1.76%)
/content/en/docs/ops/configuration/telemetry/monitoring-multicluster-prometheus/in-mesh-production-prometheus.svg -- 141.09kb -> 138.61kb (1.76%)
/archive/v1.0/blog/2018/v1alpha3-routing/gateways.svg -- 148.46kb -> 145.94kb (1.7%)
/archive/v1.0/zh/blog/2018/v1alpha3-routing/gateways.svg -- 148.46kb -> 145.94kb (1.7%)
/archive/v0.8/blog/2018/img/gateways.svg -- 148.46kb -> 145.94kb (1.7%)
/archive/v1.6/docs/ops/configuration/telemetry/monitoring-multicluster-prometheus/external-production-prometheus.svg -- 161.00kb -> 158.40kb (1.62%)
/content/en/docs/ops/configuration/telemetry/monitoring-multicluster-prometheus/external-production-prometheus.svg -- 161.00kb -> 158.40kb (1.62%)
/content/en/about/community/customers/spotify.svg -- 4.39kb -> 4.33kb (1.4%)
/archive/v0.2/img/istio-logo-blue-background.svg -- 0.35kb -> 0.35kb (1.39%)
/archive/v0.1/img/istio-logo-blue-background.svg -- 0.35kb -> 0.35kb (1.39%)
/archive/v1.5/docs/concepts/security/id-prov.svg -- 16.40kb -> 16.19kb (1.28%)
/archive/v1.5/pt-br/docs/concepts/security/id-prov.svg -- 16.40kb -> 16.19kb (1.28%)
/content/en/about/community/customers/giphy.svg -- 1.00kb -> 0.99kb (1.27%)
/archive/v0.2/docs/concepts/traffic-management/img/pilot/ServiceModel_RequestFlow.png -- 21.03kb -> 20.79kb (1.14%)
/content/en/about/community/customers/trivago.svg -- 1.84kb -> 1.82kb (1.11%)
/archive/v0.1/docs/concepts/traffic-management/img/pilot/ServiceModel_RequestFlow.svg -- 57.37kb -> 56.75kb (1.09%)
/archive/v0.2/img/twitter.png -- 1.65kb -> 1.63kb (1.07%)
/archive/v0.1/img/twitter.png -- 1.65kb -> 1.63kb (1.07%)
/archive/v1.4/blog/2020/multi-cluster-mesh-automation/Istio_mesh_example_with_admiral.svg -- 236.28kb -> 233.77kb (1.06%)
/archive/v1.5/docs/ops/best-practices/observability/production-prometheus.svg -- 132.91kb -> 131.50kb (1.06%)
/archive/v1.6/docs/ops/best-practices/observability/production-prometheus.svg -- 132.91kb -> 131.50kb (1.06%)
/content/en/docs/ops/best-practices/observability/production-prometheus.svg -- 132.91kb -> 131.50kb (1.06%)
/archive/v0.8/docs/concepts/security/img/authn.svg -- 168.93kb -> 167.15kb (1.05%)
/archive/v0.8/docs/concepts/policies-and-telemetry/img/adapters.svg -- 25.21kb -> 24.95kb (1.04%)
/archive/v0.6/docs/concepts/policy-and-control/img/mixer/adapters.svg -- 25.21kb -> 24.95kb (1.04%)
/archive/v0.5/docs/concepts/policy-and-control/img/mixer/adapters.svg -- 25.21kb -> 24.95kb (1.04%)
/archive/v0.7/docs/concepts/policy-and-control/img/mixer/adapters.svg -- 25.21kb -> 24.95kb (1.04%)
/archive/v0.1/docs/concepts/policy-and-control/img/mixer/adapters.svg -- 25.21kb -> 24.95kb (1.04%)
/archive/v0.4/docs/concepts/policy-and-control/img/mixer/adapters.svg -- 25.21kb -> 24.95kb (1.04%)
/archive/v0.3/docs/concepts/policy-and-control/img/mixer/adapters.svg -- 25.21kb -> 24.95kb (1.04%)
/archive/v0.2/docs/concepts/policy-and-control/img/mixer/adapters.svg -- 25.21kb -> 24.95kb (1.04%)
/archive/v1.4/blog/2020/multi-cluster-mesh-automation/Istio_mesh_example.svg -- 193.44kb -> 191.44kb (1.04%)
/archive/v0.6/docs/concepts/traffic-management/img/pilot/PilotAdapters.svg -- 63.78kb -> 63.13kb (1.02%)
/archive/v0.1/docs/concepts/traffic-management/img/pilot/PilotAdapters.svg -- 63.78kb -> 63.13kb (1.02%)
/archive/v0.7/docs/concepts/traffic-management/img/pilot/PilotAdapters.svg -- 63.78kb -> 63.13kb (1.02%)
/archive/v0.8/docs/concepts/traffic-management/img/pilot/PilotAdapters.svg -- 63.78kb -> 63.13kb (1.02%)
/archive/v0.2/docs/concepts/traffic-management/img/pilot/PilotAdapters.svg -- 63.78kb -> 63.13kb (1.02%)
/archive/v0.5/docs/concepts/traffic-management/img/pilot/PilotAdapters.svg -- 63.78kb -> 63.13kb (1.02%)
/archive/v0.4/docs/concepts/traffic-management/img/pilot/PilotAdapters.svg -- 63.78kb -> 63.13kb (1.02%)
/archive/v0.3/docs/concepts/traffic-management/img/pilot/PilotAdapters.svg -- 63.78kb -> 63.13kb (1.02%)
/archive/v0.1/img/github.png -- 8.93kb -> 8.84kb (0.94%)
/archive/v0.1/docs/concepts/traffic-management/img/pilot/ServiceModel_Versions.svg -- 92.43kb -> 91.61kb (0.89%)
/archive/v0.2/docs/concepts/traffic-management/img/pilot/ServiceModel_Versions.svg -- 92.43kb -> 91.61kb (0.89%)
/archive/v0.4/docs/concepts/traffic-management/img/pilot/ServiceModel_Versions.svg -- 92.43kb -> 91.61kb (0.89%)
/archive/v0.3/docs/concepts/traffic-management/img/pilot/ServiceModel_Versions.svg -- 92.43kb -> 91.61kb (0.89%)
/archive/v0.6/docs/concepts/traffic-management/img/pilot/ServiceModel_Versions.svg -- 92.59kb -> 91.77kb (0.89%)
/archive/v0.7/docs/concepts/traffic-management/img/pilot/ServiceModel_Versions.svg -- 92.59kb -> 91.77kb (0.89%)
/archive/v0.8/docs/concepts/traffic-management/img/pilot/ServiceModel_Versions.svg -- 92.59kb -> 91.77kb (0.89%)
/archive/v0.5/docs/concepts/traffic-management/img/pilot/ServiceModel_Versions.svg -- 92.59kb -> 91.77kb (0.89%)
/archive/v1.5/docs/concepts/security/authz.svg -- 24.11kb -> 23.91kb (0.83%)
/archive/v0.6/docs/concepts/security/img/mutual-tls/auth.svg -- 175.69kb -> 174.33kb (0.77%)
/archive/v0.5/docs/concepts/security/img/mutual-tls/auth.svg -- 175.69kb -> 174.33kb (0.77%)
/archive/v0.7/docs/concepts/security/img/mutual-tls/auth.svg -- 175.69kb -> 174.33kb (0.77%)
/archive/v0.2/docs/concepts/security/img/auth/auth.svg -- 175.69kb -> 174.33kb (0.77%)
/archive/v0.4/docs/concepts/security/img/auth/auth.svg -- 175.69kb -> 174.33kb (0.77%)
/archive/v0.3/docs/concepts/security/img/auth/auth.svg -- 175.69kb -> 174.33kb (0.77%)
/archive/v0.6/docs/concepts/traffic-management/img/pilot/LoadBalancing.svg -- 100.30kb -> 99.56kb (0.74%)
/archive/v0.1/docs/concepts/traffic-management/img/pilot/LoadBalancing.svg -- 100.30kb -> 99.56kb (0.74%)
/archive/v0.7/docs/concepts/traffic-management/img/pilot/LoadBalancing.svg -- 100.30kb -> 99.56kb (0.74%)
/archive/v0.8/docs/concepts/traffic-management/img/pilot/LoadBalancing.svg -- 100.30kb -> 99.56kb (0.74%)
/archive/v0.5/docs/concepts/traffic-management/img/pilot/LoadBalancing.svg -- 100.30kb -> 99.56kb (0.74%)
/archive/v0.2/docs/concepts/traffic-management/img/pilot/LoadBalancing.svg -- 100.30kb -> 99.56kb (0.74%)
/archive/v0.4/docs/concepts/traffic-management/img/pilot/LoadBalancing.svg -- 100.30kb -> 99.56kb (0.74%)
/archive/v0.3/docs/concepts/traffic-management/img/pilot/LoadBalancing.svg -- 100.30kb -> 99.56kb (0.74%)
/archive/v0.6/docs/concepts/policy-and-control/img/mixer/phases.svg -- 149.20kb -> 148.12kb (0.72%)
/archive/v0.5/docs/concepts/policy-and-control/img/mixer/phases.svg -- 149.20kb -> 148.12kb (0.72%)
/archive/v0.7/docs/concepts/policy-and-control/img/mixer/phases.svg -- 149.20kb -> 148.12kb (0.72%)
/archive/v0.1/docs/concepts/policy-and-control/img/mixer/phases.svg -- 149.20kb -> 148.12kb (0.72%)
/archive/v0.4/docs/concepts/policy-and-control/img/mixer/phases.svg -- 149.20kb -> 148.12kb (0.72%)
/archive/v0.3/docs/concepts/policy-and-control/img/mixer/phases.svg -- 149.20kb -> 148.12kb (0.72%)
/archive/v0.2/docs/concepts/policy-and-control/img/mixer/phases.svg -- 149.20kb -> 148.12kb (0.72%)
/archive/v0.6/docs/concepts/policy-and-control/img/mixer/traffic.svg -- 89.86kb -> 89.23kb (0.71%)
/archive/v0.5/docs/concepts/policy-and-control/img/mixer/traffic.svg -- 89.86kb -> 89.23kb (0.71%)
/archive/v0.7/docs/concepts/policy-and-control/img/mixer/traffic.svg -- 89.86kb -> 89.23kb (0.71%)
/archive/v0.1/docs/concepts/policy-and-control/img/mixer/traffic.svg -- 89.86kb -> 89.23kb (0.71%)
/archive/v0.4/docs/concepts/policy-and-control/img/mixer/traffic.svg -- 89.86kb -> 89.23kb (0.71%)
/archive/v0.3/docs/concepts/policy-and-control/img/mixer/traffic.svg -- 89.86kb -> 89.23kb (0.71%)
/archive/v0.2/docs/concepts/policy-and-control/img/mixer/traffic.svg -- 89.86kb -> 89.23kb (0.71%)
/archive/v0.3/docs/setup/kubernetes/img/servicegraph.png -- 150.34kb -> 149.32kb (0.68%)
/archive/v0.6/docs/concepts/traffic-management/img/pilot/TrafficManagementOverview.svg -- 278.10kb -> 276.28kb (0.65%)
/archive/v0.7/docs/concepts/traffic-management/img/pilot/TrafficManagementOverview.svg -- 278.10kb -> 276.28kb (0.65%)
/archive/v0.2/docs/concepts/traffic-management/img/pilot/TrafficManagementOverview.svg -- 278.10kb -> 276.28kb (0.65%)
/archive/v0.8/docs/concepts/traffic-management/img/pilot/TrafficManagementOverview.svg -- 278.10kb -> 276.28kb (0.65%)
/archive/v0.5/docs/concepts/traffic-management/img/pilot/TrafficManagementOverview.svg -- 278.10kb -> 276.28kb (0.65%)
/archive/v0.1/docs/concepts/traffic-management/img/pilot/TrafficManagementOverview.svg -- 278.10kb -> 276.28kb (0.65%)
/archive/v0.4/docs/concepts/traffic-management/img/pilot/TrafficManagementOverview.svg -- 278.10kb -> 276.28kb (0.65%)
/archive/v0.3/docs/concepts/traffic-management/img/pilot/TrafficManagementOverview.svg -- 278.10kb -> 276.28kb (0.65%)
/archive/v0.7/blog/2017/img/mixer-spof-myth-2.svg -- 163.47kb -> 162.45kb (0.62%)
/archive/v1.0/blog/2017/mixer-spof-myth/mixer-spof-myth-2.svg -- 163.47kb -> 162.45kb (0.62%)
/archive/v1.0/zh/blog/2017/mixer-spof-myth/mixer-spof-myth-2.svg -- 163.47kb -> 162.45kb (0.62%)
/archive/v0.3/blog/img/mixer-spof-myth-2.svg -- 163.47kb -> 162.45kb (0.62%)
/archive/v0.8/docs/concepts/policies-and-telemetry/img/topology-with-cache.svg -- 163.47kb -> 162.45kb (0.62%)
/archive/v0.5/blog/2017/img/mixer-spof-myth-2.svg -- 163.47kb -> 162.45kb (0.62%)
/archive/v0.4/blog/posts/2017/img/mixer-spof-myth-2.svg -- 163.47kb -> 162.45kb (0.62%)
/archive/v0.6/blog/2017/img/mixer-spof-myth-2.svg -- 163.47kb -> 162.45kb (0.62%)
/archive/v0.8/blog/2017/img/mixer-spof-myth-2.svg -- 163.47kb -> 162.45kb (0.62%)
/archive/v0.7/blog/2017/img/mixer-spof-myth-1.svg -- 169.72kb -> 168.69kb (0.61%)
/archive/v1.0/blog/2017/mixer-spof-myth/mixer-spof-myth-1.svg -- 169.72kb -> 168.69kb (0.61%)
/archive/v1.0/zh/blog/2017/mixer-spof-myth/mixer-spof-myth-1.svg -- 169.72kb -> 168.69kb (0.61%)
/archive/v0.3/blog/img/mixer-spof-myth-1.svg -- 169.72kb -> 168.69kb (0.61%)
/archive/v0.5/blog/2017/img/mixer-spof-myth-1.svg -- 169.72kb -> 168.69kb (0.61%)
/archive/v0.4/blog/posts/2017/img/mixer-spof-myth-1.svg -- 169.72kb -> 168.69kb (0.61%)
/archive/v0.6/blog/2017/img/mixer-spof-myth-1.svg -- 169.72kb -> 168.69kb (0.61%)
/archive/v0.8/blog/2017/img/mixer-spof-myth-1.svg -- 169.72kb -> 168.69kb (0.61%)
/archive/v1.5/docs/concepts/security/authn.svg -- 27.89kb -> 27.72kb (0.61%)
/archive/v1.5/pt-br/docs/concepts/security/arch-sec.svg -- 45.23kb -> 44.97kb (0.58%)
/archive/v1.5/docs/concepts/security/arch-sec.svg -- 45.23kb -> 44.97kb (0.58%)
/archive/v1.0/img/concepts.svg -- 0.86kb -> 0.86kb (0.57%)
/archive/v1.0/docs/concepts/policies-and-telemetry/machine.svg -- 86.53kb -> 86.05kb (0.55%)
/archive/v1.0/zh/docs/concepts/policies-and-telemetry/machine.svg -- 86.53kb -> 86.05kb (0.55%)
/archive/v0.8/docs/concepts/policies-and-telemetry/img/machine.svg -- 86.53kb -> 86.05kb (0.55%)
/archive/v0.6/docs/concepts/policy-and-control/img/mixer-config/machine.svg -- 86.53kb -> 86.05kb (0.55%)
/archive/v0.5/docs/concepts/policy-and-control/img/mixer-config/machine.svg -- 86.53kb -> 86.05kb (0.55%)
/archive/v0.2/docs/concepts/policy-and-control/img/mixer-config/machine.svg -- 86.53kb -> 86.05kb (0.55%)
/archive/v0.7/docs/concepts/policy-and-control/img/mixer-config/machine.svg -- 86.53kb -> 86.05kb (0.55%)
/archive/v0.1/docs/concepts/policy-and-control/img/mixer-config/machine.svg -- 86.53kb -> 86.05kb (0.55%)
/archive/v0.4/docs/concepts/policy-and-control/img/mixer-config/machine.svg -- 86.53kb -> 86.05kb (0.55%)
/archive/v0.3/docs/concepts/policy-and-control/img/mixer-config/machine.svg -- 86.53kb -> 86.05kb (0.55%)
/archive/v0.7/docs/guides/img/mesh-expansion.svg -- 223.89kb -> 222.65kb (0.55%)
/archive/v0.2/docs/guides/img/mesh-expansion.svg -- 223.89kb -> 222.65kb (0.55%)
/archive/v0.3/docs/guides/img/mesh-expansion.svg -- 223.89kb -> 222.65kb (0.55%)
/archive/v0.6/docs/guides/img/mesh-expansion.svg -- 223.89kb -> 222.65kb (0.55%)
/archive/v0.4/docs/guides/img/mesh-expansion.svg -- 223.89kb -> 222.65kb (0.55%)
/archive/v0.5/docs/guides/img/mesh-expansion.svg -- 223.89kb -> 222.65kb (0.55%)
/archive/v1.0/zh/docs/concepts/security/node_agent.svg -- 80.56kb -> 80.13kb (0.54%)
/archive/v1.0/docs/concepts/security/node_agent.svg -- 80.56kb -> 80.13kb (0.54%)
/archive/v1.6/zh/blog/2020/tradewinds-2020/architecture-post-istiod.svg -- 169.81kb -> 169.00kb (0.48%)
/content/zh/blog/2020/tradewinds-2020/architecture-post-istiod.svg -- 169.81kb -> 169.00kb (0.48%)
/archive/v1.4/blog/2020/tradewinds-2020/architecture-post-istiod.svg -- 169.81kb -> 169.00kb (0.48%)
/archive/v1.3/docs/concepts/traffic-management/pilot-arch.svg -- 12.72kb -> 12.67kb (0.46%)
/archive/v0.7/docs/concepts/security/img/IstioRBAC.svg -- 80.66kb -> 80.30kb (0.45%)
/archive/v0.8/docs/concepts/security/img/IstioRBAC.svg -- 80.66kb -> 80.30kb (0.45%)
/archive/v0.6/docs/concepts/security/img/IstioRBAC.svg -- 80.66kb -> 80.30kb (0.45%)
/archive/v0.5/docs/concepts/security/img/IstioRBAC.svg -- 80.66kb -> 80.30kb (0.45%)
/archive/v0.1/docs/concepts/network-and-auth/img/auth/auth.svg -- 189.31kb -> 188.50kb (0.43%)
/content/en/about/community/customers/mercari.svg -- 3.25kb -> 3.24kb (0.42%)
/archive/v0.6/docs/concepts/traffic-management/img/pilot/ServiceModel_RequestFlow.svg -- 48.90kb -> 48.69kb (0.42%)
/archive/v0.7/docs/concepts/traffic-management/img/pilot/ServiceModel_RequestFlow.svg -- 48.90kb -> 48.69kb (0.42%)
/archive/v0.2/docs/concepts/traffic-management/img/pilot/ServiceModel_RequestFlow.svg -- 48.90kb -> 48.69kb (0.42%)
/archive/v0.5/docs/concepts/traffic-management/img/pilot/ServiceModel_RequestFlow.svg -- 48.90kb -> 48.69kb (0.42%)
/archive/v0.8/docs/concepts/traffic-management/img/pilot/ServiceModel_RequestFlow.svg -- 48.90kb -> 48.69kb (0.42%)
/archive/v0.4/docs/concepts/traffic-management/img/pilot/ServiceModel_RequestFlow.svg -- 48.90kb -> 48.69kb (0.42%)
/archive/v0.3/docs/concepts/traffic-management/img/pilot/ServiceModel_RequestFlow.svg -- 48.90kb -> 48.69kb (0.42%)
/archive/v1.0/docs/concepts/policies-and-telemetry/adapters.svg -- 37.44kb -> 37.29kb (0.41%)
/archive/v1.0/zh/docs/concepts/policies-and-telemetry/adapters.svg -- 37.44kb -> 37.29kb (0.41%)
/archive/v0.8/docs/concepts/security/img/mutual-tls/auth.svg -- 177.94kb -> 177.21kb (0.41%)
/archive/v0.6/docs/concepts/what-is-istio/img/overview/arch.svg -- 316.35kb -> 315.12kb (0.39%)
/archive/v0.3/docs/concepts/what-is-istio/img/architecture/arch.svg -- 316.35kb -> 315.12kb (0.39%)
/archive/v0.7/docs/concepts/what-is-istio/img/overview/arch.svg -- 316.35kb -> 315.12kb (0.39%)
/archive/v0.1/docs/concepts/what-is-istio/img/architecture/arch.svg -- 316.35kb -> 315.12kb (0.39%)
/archive/v0.5/docs/concepts/what-is-istio/img/overview/arch.svg -- 316.35kb -> 315.12kb (0.39%)
/archive/v0.2/docs/concepts/what-is-istio/img/architecture/arch.svg -- 316.35kb -> 315.12kb (0.39%)
/archive/v0.4/docs/concepts/what-is-istio/img/architecture/arch.svg -- 316.35kb -> 315.12kb (0.39%)
/archive/v1.0/docs/concepts/what-is-istio/arch.svg -- 116.09kb -> 115.65kb (0.38%)
/archive/v1.0/zh/docs/concepts/what-is-istio/arch.svg -- 116.09kb -> 115.65kb (0.38%)
/archive/v1.0/docs/concepts/policies-and-telemetry/topology-with-cache.svg -- 123.19kb -> 122.75kb (0.36%)
/archive/v1.0/zh/docs/concepts/policies-and-telemetry/topology-with-cache.svg -- 123.19kb -> 122.75kb (0.36%)
/archive/v1.0/docs/concepts/security/authz.svg -- 106.01kb -> 105.65kb (0.34%)
/archive/v1.0/zh/docs/concepts/security/authz.svg -- 106.01kb -> 105.65kb (0.34%)
/archive/v1.0/docs/concepts/traffic-management/LoadBalancing.svg -- 101.57kb -> 101.24kb (0.33%)
/archive/v1.0/zh/docs/concepts/traffic-management/LoadBalancing.svg -- 101.57kb -> 101.24kb (0.33%)
/archive/v0.8/docs/concepts/what-is-istio/img/overview/arch.svg -- 112.47kb -> 112.10kb (0.32%)
/archive/v1.0/docs/concepts/policies-and-telemetry/topology-without-cache.svg -- 113.85kb -> 113.48kb (0.32%)
/archive/v1.0/zh/docs/concepts/policies-and-telemetry/topology-without-cache.svg -- 113.85kb -> 113.48kb (0.32%)
/archive/v1.0/docs/concepts/traffic-management/PilotAdapters.svg -- 114.72kb -> 114.37kb (0.31%)
/archive/v1.0/zh/docs/concepts/traffic-management/PilotAdapters.svg -- 114.72kb -> 114.37kb (0.31%)
/archive/v1.0/docs/examples/integrating-vms/mesh-expansion.svg -- 277.16kb -> 276.32kb (0.3%)
/archive/v1.0/zh/docs/examples/integrating-vms/mesh-expansion.svg -- 277.16kb -> 276.32kb (0.3%)
/archive/v1.0/docs/concepts/traffic-management/ServiceModel_RequestFlow.svg -- 118.58kb -> 118.23kb (0.29%)
/archive/v1.0/zh/docs/concepts/traffic-management/ServiceModel_RequestFlow.svg -- 118.58kb -> 118.23kb (0.29%)
/archive/v1.0/docs/concepts/traffic-management/ServiceModel_Versions.svg -- 168.09kb -> 167.61kb (0.29%)
/archive/v1.0/zh/docs/concepts/traffic-management/ServiceModel_Versions.svg -- 168.09kb -> 167.61kb (0.29%)
/archive/v1.0/docs/concepts/traffic-management/TrafficManagementOverview.svg -- 539.19kb -> 537.76kb (0.27%)
/archive/v1.0/zh/docs/concepts/traffic-management/TrafficManagementOverview.svg -- 539.19kb -> 537.76kb (0.27%)
/archive/v0.8/docs/concepts/policies-and-telemetry/img/topology-without-cache.svg -- 134.68kb -> 134.36kb (0.23%)
/archive/v1.6/zh/blog/2020/tradewinds-2020/architecture-pre-istiod.svg -- 607.59kb -> 606.27kb (0.22%)
/content/zh/blog/2020/tradewinds-2020/architecture-pre-istiod.svg -- 607.59kb -> 606.27kb (0.22%)
/archive/v1.4/blog/2020/tradewinds-2020/architecture-pre-istiod.svg -- 607.59kb -> 606.27kb (0.22%)
/content/zh/docs/ops/deployment/architecture/arch.svg -- 11.68kb -> 11.65kb (0.22%)
/archive/v1.6/docs/ops/deployment/architecture/arch.svg -- 11.68kb -> 11.65kb (0.22%)
/content/en/docs/ops/deployment/architecture/arch.svg -- 11.68kb -> 11.65kb (0.22%)
/archive/v1.6/zh/docs/ops/deployment/architecture/arch.svg -- 11.68kb -> 11.65kb (0.22%)
/archive/v1.3/docs/concepts/what-is-istio/arch.svg -- 92.54kb -> 92.35kb (0.2%)
/archive/v1.2/zh/about/community/customers/flexe.svg -- 2.90kb -> 2.89kb (0.2%)
/archive/v1.2/about/community/customers/flexe.svg -- 2.90kb -> 2.89kb (0.2%)
/content/en/about/community/customers/curve.svg -- 2.90kb -> 2.90kb (0.2%)
/archive/v1.2/zh/docs/concepts/what-is-istio/arch.svg -- 93.04kb -> 92.85kb (0.2%)
/archive/v1.2/docs/concepts/what-is-istio/arch.svg -- 93.04kb -> 92.85kb (0.2%)
/archive/v0.8/docs/guides/img/mesh-expansion.svg -- 210.38kb -> 209.97kb (0.2%)
/archive/v1.4/about/community/partners/layer5.svg -- 1.76kb -> 1.76kb (0.17%)
/archive/v1.4/img/icons.svg -- 95.55kb -> 95.40kb (0.16%)
/archive/v1.6/blog/2020/alb-ingress-gateway-iks/alb-ingress-gateway.svg -- 364.92kb -> 364.35kb (0.15%)
/content/en/blog/2020/alb-ingress-gateway-iks/alb-ingress-gateway.svg -- 364.92kb -> 364.35kb (0.15%)
/archive/v1.2/img/icons.svg -- 90.59kb -> 90.45kb (0.15%)
/archive/v1.3/img/icons.svg -- 91.68kb -> 91.54kb (0.15%)
/archive/v1.2/blog/2019/egress-traffic-control-in-istio-part-2/SecurityArchitectureWithL3Firewalls.svg -- 613.29kb -> 612.38kb (0.15%)
/archive/v1.5/img/icons.svg -- 95.54kb -> 95.40kb (0.15%)
/archive/v1.6/img/icons.svg -- 95.54kb -> 95.40kb (0.15%)
/archive/archive/img/icons.svg -- 95.54kb -> 95.40kb (0.15%)
/content/en/about/contribute/remove-content/remove-documentation.svg -- 149.34kb -> 149.13kb (0.15%)
/archive/v1.6/about/contribute/remove-content/remove-documentation.svg -- 149.34kb -> 149.13kb (0.15%)
/archive/v1.0/blog/2018/v1alpha3-routing/virtualservices-destrules.svg -- 119.37kb -> 119.20kb (0.14%)
/archive/v1.0/zh/blog/2018/v1alpha3-routing/virtualservices-destrules.svg -- 119.37kb -> 119.20kb (0.14%)
/archive/v0.8/blog/2018/img/virtualservices-destrules.svg -- 119.37kb -> 119.20kb (0.14%)
/archive/v0.2/img/routing.svg -- 447.72kb -> 447.13kb (0.13%)
/archive/v0.1/img/routing.svg -- 447.72kb -> 447.13kb (0.13%)
/archive/v1.3/blog/2018/egress-https/https_from_the_app.svg -- 16.61kb -> 16.59kb (0.12%)
/archive/v1.1/zh/blog/2018/egress-https/https_from_the_app.svg -- 16.61kb -> 16.59kb (0.12%)
/archive/v1.1/blog/2018/egress-https/https_from_the_app.svg -- 16.61kb -> 16.59kb (0.12%)
/archive/v1.2/zh/blog/2018/egress-https/https_from_the_app.svg -- 16.61kb -> 16.59kb (0.12%)
/archive/v1.2/blog/2018/egress-https/https_from_the_app.svg -- 16.61kb -> 16.59kb (0.12%)
/archive/v1.6/docs/concepts/wasm/extending.svg -- 175.72kb -> 175.52kb (0.11%)
/archive/v1.6/zh/docs/concepts/wasm/extending.svg -- 175.72kb -> 175.52kb (0.11%)
/content/zh/docs/concepts/wasm/extending.svg -- 175.72kb -> 175.52kb (0.11%)
/content/en/docs/concepts/wasm/extending.svg -- 175.72kb -> 175.52kb (0.11%)
/archive/v1.5/docs/concepts/wasm/extending.svg -- 175.72kb -> 175.52kb (0.11%)
/archive/v1.5/zh/docs/concepts/wasm/extending.svg -- 175.72kb -> 175.52kb (0.11%)
/archive/v1.4/docs/ops/deployment/performance-and-scalability/latency_p90.svg -- 169.12kb -> 168.95kb (0.1%)
/archive/v1.2/zh/about/community/partners/scytale.svg -- 167.64kb -> 167.48kb (0.1%)
/archive/v1.2/about/community/partners/scytale.svg -- 167.64kb -> 167.48kb (0.1%)
/content/en/about/community/customers/iherb.svg -- 3.64kb -> 3.63kb (0.08%)
/content/zh/about/community/customers/iherb.svg -- 3.64kb -> 3.63kb (0.08%)
/archive/v1.6/docs/ops/deployment/performance-and-scalability/latency_p90_fortio.svg -- 223.34kb -> 223.17kb (0.07%)
/archive/v1.6/zh/docs/ops/deployment/performance-and-scalability/latency_p90_fortio.svg -- 223.34kb -> 223.17kb (0.07%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p90_fortio.svg -- 223.34kb -> 223.17kb (0.07%)
/archive/v1.6/docs/ops/deployment/performance-and-scalability/latency_p99_fortio.svg -- 232.07kb -> 231.90kb (0.07%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p99_fortio.svg -- 232.07kb -> 231.90kb (0.07%)
/archive/v1.6/zh/docs/ops/deployment/performance-and-scalability/latency_p99_fortio.svg -- 232.07kb -> 231.90kb (0.07%)
/archive/v1.3/about/contribute/diagrams/diagram-guidelines.svg -- 47.65kb -> 47.63kb (0.05%)
/archive/v1.2/about/contribute/diagrams/diagram-guidelines.svg -- 47.78kb -> 47.75kb (0.05%)
/archive/v1.3/blog/2018/egress-monitoring-access-control/https-to-gateway.svg -- 37.47kb -> 37.46kb (0.05%)
/archive/v1.1/zh/blog/2018/egress-monitoring-access-control/https-to-gateway.svg -- 37.48kb -> 37.46kb (0.05%)
/archive/v1.1/blog/2018/egress-monitoring-access-control/https-to-gateway.svg -- 37.48kb -> 37.46kb (0.05%)
/archive/v1.2/blog/2018/egress-monitoring-access-control/https-to-gateway.svg -- 37.48kb -> 37.46kb (0.05%)
/archive/v1.2/zh/blog/2018/egress-monitoring-access-control/https-to-gateway.svg -- 37.48kb -> 37.46kb (0.05%)
/archive/v1.3/blog/2018/egress-monitoring-access-control/http-to-gateway.svg -- 37.63kb -> 37.61kb (0.05%)
/archive/v1.1/blog/2018/egress-monitoring-access-control/http-to-gateway.svg -- 37.63kb -> 37.62kb (0.05%)
/archive/v1.1/zh/blog/2018/egress-monitoring-access-control/http-to-gateway.svg -- 37.63kb -> 37.62kb (0.05%)
/archive/v1.2/zh/blog/2018/egress-monitoring-access-control/http-to-gateway.svg -- 37.63kb -> 37.62kb (0.05%)
/archive/v1.2/blog/2018/egress-monitoring-access-control/http-to-gateway.svg -- 37.63kb -> 37.62kb (0.05%)
/content/en/about/community/customers/giffgaff.svg -- 2.62kb -> 2.62kb (0.04%)
/content/en/about/community/customers/bol-com.svg -- 58.06kb -> 58.04kb (0.03%)
/archive/v1.3/docs/reference/config/policy-and-telemetry/mixer-overview/topology-with-cache.svg -- 81.78kb -> 81.75kb (0.03%)
/archive/v1.1/zh/docs/concepts/policies-and-telemetry/topology-with-cache.svg -- 81.83kb -> 81.80kb (0.03%)
/archive/v1.1/docs/concepts/policies-and-telemetry/topology-with-cache.svg -- 81.83kb -> 81.80kb (0.03%)
/archive/v1.2/docs/reference/config/policy-and-telemetry/mixer-overview/topology-with-cache.svg -- 81.83kb -> 81.80kb (0.03%)
/archive/v1.0/docs/concepts/security/architecture.svg -- 114.58kb -> 114.54kb (0.03%)
/archive/v1.0/zh/docs/concepts/security/architecture.svg -- 114.58kb -> 114.54kb (0.03%)
/archive/v1.3/blog/2019/data-plane-setup/arch-2.svg -- 82.76kb -> 82.74kb (0.03%)
/archive/v1.1/zh/blog/2019/data-plane-setup/arch-2.svg -- 82.81kb -> 82.79kb (0.03%)
/archive/v1.1/blog/2019/data-plane-setup/arch-2.svg -- 82.81kb -> 82.79kb (0.03%)
/archive/v1.2/zh/blog/2019/data-plane-setup/arch-2.svg -- 82.81kb -> 82.79kb (0.03%)
/archive/v1.2/blog/2019/data-plane-setup/arch-2.svg -- 82.81kb -> 82.79kb (0.03%)
/archive/v1.3/docs/setup/install/multicluster/shared-gateways/diagram.svg -- 116.08kb -> 116.05kb (0.02%)
/archive/v1.1/docs/examples/multicluster/split-horizon-eds/diagram.svg -- 116.19kb -> 116.16kb (0.02%)
/archive/v1.2/docs/setup/kubernetes/install/multicluster/shared-gateways/diagram.svg -- 116.19kb -> 116.16kb (0.02%)
/archive/v1.1/zh/docs/examples/multicluster/split-horizon-eds/diagram.svg -- 116.19kb -> 116.16kb (0.02%)
/archive/v1.2/docs/concepts/multicluster-deployments/multicluster-split-horizon-eds.svg -- 116.83kb -> 116.81kb (0.02%)
/archive/v1.1/docs/concepts/multicluster-deployments/multicluster-split-horizon-eds.svg -- 116.83kb -> 116.81kb (0.02%)
/archive/v1.1/zh/docs/concepts/multicluster-deployments/multicluster-split-horizon-eds.svg -- 116.83kb -> 116.81kb (0.02%)
/archive/v1.2/zh/docs/concepts/multicluster-deployments/multicluster-split-horizon-eds.svg -- 116.83kb -> 116.81kb (0.02%)
/archive/v1.0/zh/docs/concepts/security/overview.svg -- 228.33kb -> 228.29kb (0.02%)
/archive/v1.0/docs/concepts/security/overview.svg -- 228.33kb -> 228.29kb (0.02%)
/archive/v1.3/docs/tasks/traffic-management/egress/wildcard-egress-hosts/EgressGatewayWithSNIProxy.svg -- 71.72kb -> 71.71kb (0.02%)
/archive/v1.1/docs/examples/advanced-gateways/wildcard-egress-hosts/EgressGatewayWithSNIProxy.svg -- 71.77kb -> 71.75kb (0.02%)
/archive/v1.1/zh/docs/examples/advanced-gateways/wildcard-egress-hosts/EgressGatewayWithSNIProxy.svg -- 71.77kb -> 71.75kb (0.02%)
/archive/v1.2/docs/tasks/traffic-management/egress/wildcard-egress-hosts/EgressGatewayWithSNIProxy.svg -- 71.77kb -> 71.75kb (0.02%)
/archive/v1.3/blog/2018/egress-mongo/bookinfo-ratings-v2-mongodb-external.svg -- 66.77kb -> 66.76kb (0.01%)
/archive/v1.3/blog/2018/egress-tcp/bookinfo-ratings-v2-mysql-external.svg -- 66.77kb -> 66.76kb (0.01%)
/archive/v1.1/zh/blog/2018/egress-mongo/bookinfo-ratings-v2-mongodb-external.svg -- 66.80kb -> 66.79kb (0.01%)
/archive/v1.2/zh/blog/2018/egress-mongo/bookinfo-ratings-v2-mongodb-external.svg -- 66.80kb -> 66.79kb (0.01%)
/archive/v1.1/blog/2018/egress-mongo/bookinfo-ratings-v2-mongodb-external.svg -- 66.80kb -> 66.79kb (0.01%)
/archive/v1.2/blog/2018/egress-mongo/bookinfo-ratings-v2-mongodb-external.svg -- 66.80kb -> 66.79kb (0.01%)
/archive/v1.2/zh/blog/2018/egress-tcp/bookinfo-ratings-v2-mysql-external.svg -- 66.80kb -> 66.79kb (0.01%)
/archive/v1.2/blog/2018/egress-tcp/bookinfo-ratings-v2-mysql-external.svg -- 66.80kb -> 66.79kb (0.01%)
/archive/v1.1/zh/blog/2018/egress-tcp/bookinfo-ratings-v2-mysql-external.svg -- 66.80kb -> 66.79kb (0.01%)
/archive/v1.1/blog/2018/egress-tcp/bookinfo-ratings-v2-mysql-external.svg -- 66.80kb -> 66.79kb (0.01%)
/archive/v1.3/blog/2018/egress-https/bookinfo-details-v2.svg -- 67.00kb -> 66.99kb (0.01%)
/archive/v1.1/blog/2018/egress-https/bookinfo-details-v2.svg -- 67.03kb -> 67.02kb (0.01%)
/archive/v1.2/zh/blog/2018/egress-https/bookinfo-details-v2.svg -- 67.03kb -> 67.02kb (0.01%)
/archive/v1.1/zh/blog/2018/egress-https/bookinfo-details-v2.svg -- 67.03kb -> 67.02kb (0.01%)
/archive/v1.2/blog/2018/egress-https/bookinfo-details-v2.svg -- 67.03kb -> 67.02kb (0.01%)
/archive/v0.4/img/istio_auth_overview.svg -- 137.64kb -> 137.62kb (0.01%)
/archive/v0.1/img/istio_auth_overview.svg -- 137.64kb -> 137.62kb (0.01%)
/archive/v0.7/blog/2017/img/istio_auth_overview.svg -- 137.64kb -> 137.62kb (0.01%)
/archive/v1.0/blog/2017/0.1-auth/istio_auth_overview.svg -- 137.64kb -> 137.62kb (0.01%)
/archive/v1.0/zh/blog/2017/0.1-auth/istio_auth_overview.svg -- 137.64kb -> 137.62kb (0.01%)
/archive/v0.2/img/istio_auth_overview.svg -- 137.64kb -> 137.62kb (0.01%)
/archive/v0.3/img/istio_auth_overview.svg -- 137.64kb -> 137.62kb (0.01%)
/archive/v0.5/blog/2017/img/istio_auth_overview.svg -- 137.64kb -> 137.62kb (0.01%)
/archive/v0.8/blog/2017/img/istio_auth_overview.svg -- 137.64kb -> 137.62kb (0.01%)
/archive/v0.6/blog/2017/img/istio_auth_overview.svg -- 137.64kb -> 137.62kb (0.01%)
/archive/v1.1/zh/docs/concepts/traffic-management/LoadBalancing.svg -- 71.36kb -> 71.35kb (0.01%)
/archive/v1.1/docs/concepts/traffic-management/LoadBalancing.svg -- 71.36kb -> 71.35kb (0.01%)
/archive/v1.2/zh/docs/concepts/traffic-management/LoadBalancing.svg -- 71.36kb -> 71.35kb (0.01%)
/archive/v1.2/docs/concepts/traffic-management/LoadBalancing.svg -- 71.36kb -> 71.35kb (0.01%)
/archive/v1.3/docs/examples/mesh-expansion/bookinfo-expanded/mesh-expansion.svg -- 217.56kb -> 217.53kb (0.01%)
/archive/v1.1/zh/docs/examples/integrating-vms/mesh-expansion.svg -- 217.68kb -> 217.66kb (0.01%)
/archive/v1.2/docs/examples/integrating-vms/mesh-expansion.svg -- 217.68kb -> 217.66kb (0.01%)
/archive/v1.1/docs/examples/integrating-vms/mesh-expansion.svg -- 217.68kb -> 217.66kb (0.01%)
/archive/v1.2/zh/docs/examples/integrating-vms/mesh-expansion.svg -- 217.68kb -> 217.66kb (0.01%)
/archive/v1.2/zh/blog/2017/mixer-spof-myth/mixer-spof-myth-2.svg -- 90.25kb -> 90.24kb (0.01%)
/archive/v1.1/zh/blog/2017/mixer-spof-myth/mixer-spof-myth-2.svg -- 90.25kb -> 90.24kb (0.01%)
/archive/v1.3/blog/2017/mixer-spof-myth/mixer-spof-myth-2.svg -- 91.28kb -> 91.28kb (0.01%)
/archive/v1.1/blog/2017/mixer-spof-myth/mixer-spof-myth-2.svg -- 91.33kb -> 91.32kb (0.01%)
/archive/v1.2/blog/2017/mixer-spof-myth/mixer-spof-myth-2.svg -- 91.33kb -> 91.32kb (0.01%)
/archive/v1.3/blog/2017/0.1-auth/istio_auth_overview.svg -- 137.41kb -> 137.41kb (0.01%)
/archive/v1.1/zh/…
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-08-25 16:49:43 -04:00
Eric Van Norman
1020de7a56
Update master branch to release-1.8 after publishing 1.7 ( #7997 )
...
* build an archive of v1.6 in master
* update data/versions.yml and archive index page
* advance master to release-1.8
* Missing `make snips` in script
2020-08-21 20:23:38 -07:00
Lin Sun
fbb263e6de
clarify request timeout default ( #7983 )
...
* clarify request timeout default
* fix lint
* update timeout
* upper case http
* Update content/en/docs/concepts/traffic-management/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-08-21 14:08:42 -07:00
Pengyuan Bian
9422cf509a
add link to envoy attributes ( #7979 )
2020-08-19 10:53:11 -07:00
Suchith J N
366b1bfa4d
Automated test for customizing TCP metrics ( #7944 )
...
* automated test for customizing TCP metrics
* remove pullpolicy set to IfNotPresent
* fix python linter issues
* fix linting errors and address PR comments - fix verification steps
* fix verification and simplify patching configuration based on latest changes
* fix linter issues and the expression to grep (istio -> istio_requests_total)
* try with default profile instead of demo/none
* Edit documentation to use bookinfo for demonstration and add some more snippets
This is in-line with other observability tasks
https://preliminary.istio.io/latest/docs/tasks/observability/metrics/tcp-metrics/
https://preliminary.istio.io/latest/docs/tasks/observability/metrics/querying-metrics/
https://preliminary.istio.io/latest/docs/tasks/observability/metrics/using-istio-dashboard/
* fix linting errors - quoting the command to fetch productpage pod name
* change profile to default as it involves istio state changes and use _verify_lines to match multiple words
2020-08-19 10:14:12 -07:00
Eric Van Norman
1bc2f7de66
Updates to Kiali page ( #7977 )
2020-08-19 07:33:04 -07:00
Suchith J N
7eb06711d8
Automated test for Querying metrics from prometheus ( #7966 )
...
* automated test for querying metrics from Prometheus
* automated test for querying metrics from Prometheus
* remove IfNotPresent from tests/test.mk
* remove request timeout
* fix linter(shellcheck) issues
* address code review comments
* address review comments
2020-08-18 08:30:40 -07:00
Frank Budinsky
ce4cbcf9a8
Deprecated tasks do not need tests + small fwording fix ( #7971 )
2020-08-18 06:45:39 -07:00
Neeraj Poddar
122ab65b1b
Add warning for network policy enforcement ( #7967 )
...
* Add warning for network policy enforcement
* Address review feedback
2020-08-17 11:31:01 -07:00
Kenjiro Nakayama
d91deef0a0
Fix invalid inline code ( #7963 )
...
* Fix invalid inline code
* Change to tcpReportingDuration
2020-08-14 17:36:27 -07:00
Pengyuan Bian
976850a101
monir fix on metric customization doc ( #7962 )
2020-08-14 15:14:49 -07:00
Pengyuan Bian
fffff79771
Clean up metric customization to get rid of envoyfilter based text editing ( #7952 )
...
* clean up metric customization to get rid of envoy filter based text
editing
* lint
* lint
* Apply suggestions from code review
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* fix lint
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-08-14 09:54:32 -07:00
Shamsher Ansari
a94027d955
Update zipkin dashboard images and tracing description ( #7910 )
...
* Update zipkin dashboard images
* Fix lint
* Remove words from .spelling
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* crop zipkin list img and update list description
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-08-12 13:58:36 -07:00
Neeraj Poddar
c94a3f2e80
Explain pod annotation overrides for tracing ( #7923 )
...
* Explain pod annotation overrides for tracing
* Review comments
2020-08-11 19:36:29 -07:00
John Mazzitelli
a44e199c3b
[kiali] update for kiali that ships with istio 1.7 ( #7913 )
2020-08-11 13:06:08 -07:00
Frank Budinsky
41d56d97ff
Remove -it from kubectl exec calls ( #7916 )
2020-08-11 12:40:58 -07:00
Neeraj Poddar
c018390966
Augment tracing configurability doc ( #7907 )
...
* Augment tracing configurability doc
* Minor fixes
* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Fix YAML snippet
* Review comments
* Fix lint errors
* Fix lint errors
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-08-11 10:34:24 -07:00
Frank Budinsky
4801cd62fa
Verify test cleanup ( #7889 )
...
* Verify test cleanup
* disable istio-system checks
* more tolerant checks
* fix lint
* more lint
* limited check cleanup
* always check
* snapshot tweak
2020-08-11 08:19:21 -07:00
Navraj Singh Chhina
b76fd3d2f4
Using an External HTTPS Proxy Automated Test ( #7886 )
...
* add missing cleanup for vs nginx
* add test
* fix sourcepod
* add ...
* use verify contains
* revert boilerplate
* disable SC2155
* remove waitfordep
* add test
* fix newline
* weird cleanup
* add back test
* oops make gen
* Apply suggestions from code review
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* weird cleanup
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-08-10 15:39:55 -04:00
Eric Van Norman
b1f43215cd
Collecting Metrics for TCP Services automated test ( #7826 )
...
* TCP Metrics automated test
* Fix url and spelling
* More cleanup
* Cleanup - no browser tests
* More cleanup
* Updates - review comment, actually call Prometheus
* code review comments
* Add back second itstioctl kill
2020-08-10 10:22:07 -07:00
Shamsher Ansari
fa94077d95
Update output for disable envoy access logging ( #7899 )
2020-08-10 06:14:57 -07:00
Navraj Singh Chhina
1cb1ce6a51
Egress Kubernetes Services Automated test ( #7887 )
...
* add missing cleanup for vs nginx
* add test
* move cleanup
2020-08-07 22:31:55 -07:00
Shamsher Ansari
d5446d7ef1
Fix Prometheus and Grafana svc not found during observability ( #7878 )
...
* Fix Prometheus and Grafana svc not found during observability
* fix review comments
2020-08-06 12:49:29 -04:00
Frank Budinsky
c84690b958
Fix broken circuit-breaking test ( #7866 )
...
* Fix broken circuit-breaking test
* supress stderr
* curl -quiet
* tweak
2020-08-04 16:42:23 -04:00
Navraj Singh Chhina
e9d63da862
Egress Gateway Automated Doc Test ( #7832 )
...
* add missing cleanup for vs nginx
* add test
* fix sourcepod
* add ...
* use verify contains
* revert boilerplate
* disable SC2155
* remove waitfordep
2020-08-04 12:21:30 -04:00
Lucas Ponce
6900c85d8a
Update Kiali overview ( #7825 )
2020-07-31 11:21:43 -07:00
Frank Budinsky
e43d0b6ff5
Small doc fixes ( #7818 )
2020-07-30 07:04:43 -07:00
John Howard
265936889f
Update addon installation docs for 1.7 ( #7802 )
...
* Update addon installation docs for 1.7
* lint
* More fixes
* Update output
2020-07-29 13:02:27 -04:00
Vadim Eisenberg
f00434d282
fix kubectl patch instructions for meshConfig.outboundTrafficPolicy ( #7798 )
...
take into account the case when meshConfig.outboundTrafficPolicy is not defined
2020-07-28 09:33:45 -07:00
Vadim Eisenberg
54113c6864
add warnings about using DNS resolution ( #7788 )
...
* add warnings about using DNS resolution
* the gateway perform -> the gateway performs
* Apply comments of @frankbu, part 1
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* remove "the" from "the DNS resolution"
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* remove the from "the DNS resolution", if ... were ... would -> if ... is ... will
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* remove the from
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-07-26 10:42:55 -07:00
Vadim Eisenberg
8e51aad4fa
use Istio Operator to control the policy of accessing external services ( #7786 )
...
set spec.meshConfig.outboundTrafficPolicy.mode to ALLOW_ANY or REGISTRY_ONLY
the previous approach does not work
2020-07-24 12:31:05 -07:00
Eric Van Norman
db796eab17
Branch cut changes for release-1.7 ( #7767 )
...
* Branch cut changes for release-1.7
* Missed make gen
2020-07-22 09:12:06 -07:00
Navraj Singh Chhina
9dd06e5201
Minimum OpenSSL Version Required ( #7763 )
...
* add missing cleanup for vs nginx
* add openssl req
* Apply suggestions from code review
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-07-22 08:32:35 -07:00
Navraj Singh Chhina
5e0a9ce847
[Release 1.7] Egress Gateway TLS Origination using SDS ( #7719 )
...
* add missing cleanup for vs nginx
* init sds doc
* squash commits
add simple TLS task
address issues
fix lint and secret configuration
add secret format specification
add mutual TLS task
fix lint and rename older task
make gen again
fix name
keep old directory
add warnings
lint
fix cacert issue
lint
* secure
* make gen
* rebase master
* make secret types clearer
* Apply suggestions from code review
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* run make gen
* lint
* Apply suggestions from code review
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Apply suggestions from code review
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* make gen
* add tls test
* move mesh creation
* suggestions
* add mtls test
* fix typo
* move secret section
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-07-21 12:00:40 -07:00
Istio Automation
47b600af7a
bugfix ( #7761 )
...
Co-authored-by: King Ye <kingye.me@gmail.com>
2020-07-21 09:20:27 -04:00
Navraj Singh Chhina
d8ea809c56
Simplify TLS Origination with Gateways Task ( #7754 )
...
* add missing cleanup for vs nginx
* simplify TLS
* lint the task
* bug fix
* escape heredoc
* fix task
* remove unnecessary cleanup
* remove spaces
* address comments
* fix typo
* remove file func
2020-07-20 15:12:33 -07:00
Ismo Puustinen
b2466fba09
kiali: fix a broken link. ( #7738 )
2020-07-20 10:20:14 -04:00
Gregory Hanson
4811aa23f8
Fix for Egress Gateway TLS Origination Task ( #7732 )
...
* one possible fix for egress tls origination fix
* update snips
* re-enable egress gateway mtls origination test
2020-07-20 10:09:29 -04:00
Morven Cao
61f317d145
fix quote issue for certificate generating command. ( #7749 )
2020-07-19 22:07:24 -04:00
Ram Vennam
1ea2db035e
typo ( #7744 )
2020-07-17 14:07:27 -07:00
Frank Budinsky
e9a89c879f
Add owner attribute to docs ( #7737 )
...
* Add owner attribute to docs
* remove @
2020-07-15 15:19:40 -07:00
Navraj Singh Chhina
9bd857e565
Bump istio/istio dep and enable TLS origination tests ( #7714 )
...
* add missing cleanup for vs nginx
* bump istio and re enable tls origination tasks
* update istio to master
* bump to stable istio/istio
* make gen
2020-07-13 14:32:28 -04:00
Eric Van Norman
78088360fe
Update istio/istio ref and reenable tests ( #7669 )
...
* Update istio/istio ref and reenable tests
* Update istio/istio reference
* Update istioctl build to have version for images
* Fix lint and pull a newer istio/istio
* Disable egress tests
2020-07-09 13:29:32 -07:00
Albert Sun
2f1ba00487
Add IBM Cloud Kubernetes Service specific instructions for node port Ingress Host ( #7663 )
...
* Add IBM Cloud Kubernetes Service specific instructions for Ingress Host
The previous instruction put IBM cloud under other environments, and the command set the Ingress Host to the wrong address.
* Update content/en/docs/setup/getting-started/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Moved IBM Cloud instructions above Docker
* Add IBM Cloud Node port Ingress host instructions to same documentation
* Update Ingress Control Tests
* Update content/en/docs/tasks/traffic-management/ingress/ingress-control/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* update snips.sh
* Update content/en/docs/tasks/traffic-management/ingress/ingress-control/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/tasks/traffic-management/ingress/ingress-control/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/tasks/traffic-management/ingress/ingress-control/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-07-07 13:18:01 -07:00
Morven Cao
831950b1c9
fix egressgateway install. ( #7674 )
2020-07-07 07:44:05 -07:00
Frank Budinsky
93458dd587
Temporarily disable broken tests ( #7667 )
...
* Temporarily disable broken tests
* use @setup
* use @setup
* another one
2020-07-06 16:56:19 -07:00
Frank Budinsky
412f03105c
Kubernetes Ingress Test + fixes ( #7662 )
...
* Kubernetes Ingress Test + fixes
* cleanup
* fix circuit-breaking test
* fix lint
* remove -it
2020-07-06 07:54:35 -07:00
Frank Budinsky
0fd97d3817
No tests needed for deprecated docs ( #7660 )
2020-07-06 07:12:18 -07:00
Frank Budinsky
eadc0629dc
Authz TD migration test ( #7653 )
...
* Authz TD migration tests
* cleanup
* remove samples source
2020-06-30 20:23:20 -07:00
Nicolas Haller
471cdfef12
Add selector on the squid deployment manifest ( #7646 )
2020-06-30 17:08:56 -04:00
Frank Budinsky
67e181ce34
More test framework doc ( #7635 )
...
* More test framework doc
* Update tests/README.md
Co-authored-by: Hongyi Zhang <hongyizhang@google.com>
* Update tests/README.md
Co-authored-by: Hongyi Zhang <hongyizhang@google.com>
* tweak
* tweak
* increase default retry
* increase retries to 8
* fix test failing
* disable istioctl install
* fix lint
Co-authored-by: Hongyi Zhang <hongyizhang@google.com>
2020-06-30 11:06:42 -07:00
Aurelie Vache
577611c1a2
fix(customize-metrics): typo ( #7623 )
2020-06-25 06:35:58 -07:00
Frank Budinsky
01c4cce951
Add proper wait for config calls to tests ( #7620 )
...
* Add wait for config calls to tests
* two more
2020-06-24 09:48:29 -07:00
Fernando Ripoll
0a8cb8313b
Replace deprecated api versions in EN docs ( #7598 )
2020-06-22 07:40:39 -07:00
Pengyuan Bian
52136f3809
fix identation of extra tags annotation ( #7602 )
2020-06-22 06:16:51 -07:00
Frank Budinsky
25c3be4772
Some random poor quality doc fixes ( #7589 )
...
* Some random poor quality doc fixes
* change profiles
2020-06-19 11:25:02 -07:00
John Howard
ebed96e2bc
Add kiali integrations page ( #7562 )
...
* Add kiali integrations page
The primary purpose for this is to just have a page here for consistency
with other addons, most of the content still lives in the other doc I
link to here. That may change in the future but for now I think it makes
sense to just get something here and we can refactor in the future.
* Apply suggestions from code review
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Apply suggestions from code review
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-06-17 07:52:01 -07:00
Hongyi Zhang
a4f252ff2c
fix bug where *_test.sh doesn't source snips.sh ( #7545 )
...
* fix bug where *_test.sh doesn't source snips.sh
* remove 'source snips.sh' from scripts
2020-06-12 11:12:53 -07:00
Navraj Singh Chhina
3f6e0312cf
Egress Gateway TLS Origination Test Suite ( #7501 )
...
* add missing cleanup for vs nginx
* Add test for Gateway TLS Origination
* fix copyright
* Add Gateway mTLS origination
* replace <password> with password
* fix lint and autogen yes response
* oops typos
* make gen
* escape SC2154 :)
* apply suggestions and fix lint
* squash commits and cleanup branch
wrong quotes
more typos
make snips again
linter :'(
make linter happy
newline blocks
make gen 2
tab linting
try this
change service deletion
oops was deploying sleep twice
ignore nginx version lines for expected response
add update snips
lint again
make snips 3
redo check
do some magic
do some magic 2
lint tabs
remove incorrect snip matching
hack tls origination sleep deployment
hack 2
* this test is super flaky
* delete virtual service
* move scripts
* move scripts
* move to new testing framework
end file with newline and cleanup
typo
* content length shouldn't be included in snips
* comment out the final HTTP check
* Update content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/mtls_test.sh
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/tls_test.sh
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/tls_test.sh
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* ignore cleanup errors
* add source back in
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-06-12 13:04:06 -04:00
Hongyi Zhang
5fbb14bedc
Convert all old tests to new tests ( #7522 )
...
* add an example task to test
* main test function: save progress
* a working example: routing request
* improve log info and error handling
* introduce makefile
* run each test as a subtest; remove common setup from test.sh
* add another test.sh: fault-injection
* improve error handling
* check test environment
* add two more test.sh files
* fix make command for istio setup
* update two test.sh files from upstream
* add comments and update README.md
* update test.sh files from upstream
* support multiple test names
* update README
* update README.md for new framework
* remove documentation of migration steps
* undo format changes
* change separation line to '# @cleanup'
* move go code and makefile from content/ to tests/
* change package name
* make for loop more readable
* change the set of auto-sourced scripts
* add docs for all functions
* approach to deal with folders with the same name
* minor fixes to ensure everything still runs
* fix make gen error
* add a TIMEOUT argument
* make sure util/debug.sh works with new framework
* make lint-go happy
* [BIG CHANGE] allow different istio setup configs
* make linters happy
* make linters happier
* changed wording and function orders
* make error return as the 2nd argument
* add TODOs
* Update content/en/docs/tasks/traffic-management/traffic-shifting/test.sh
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update tests/README.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update tests/README.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update tests/README.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update tests/README.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update tests/README.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update tests/README.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* only test english docs
* Update tests/README.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* allow test.sh as suffix
* move adding setup configs to tests/setup
* recommend full paths
* Update tests/README.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* require full test paths
* converting old tests to new tests: traffic-management and misc
* converting old tests to new tests: security
* remove old tests
* Update content/en/docs/tasks/security/cert-management/dns-cert/test.sh
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* simplify setup configs
* Update content/en/docs/tasks/security/authentication/authn-policy/test.sh
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/tasks/security/authentication/mtls-migration/test.sh
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/tasks/security/authorization/authz-http/test.sh
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* do not let istioctl prompt y/n
* Update content/en/docs/tasks/traffic-management/ingress/ingress-sni-passthrough/test.sh
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/tasks/traffic-management/ingress/secure-ingress/test.sh
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/tasks/security/cert-management/plugin-ca-cert/test.sh
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* simplify stuff
* rename dns-cert test.sh to test_broken.sh
* fix dns-cert doc and test
* remove egress=disabled
* fix test
* Update content/en/docs/tasks/observability/logs/access-log/test.sh
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/tasks/security/authentication/authn-policy/test.sh
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-06-11 11:15:48 -07:00
Douglas Reid
bce48d42e7
refactor(telemetry): move wasm telemetry docs to proxy extensions ( #7525 )
...
* refactor(telemetry): move wasm telemetry docs to proxy extensions
* retry deleting dir
* update links
* lint cleanup
2020-06-11 10:56:49 -07:00
Hongyi Zhang
420a54447b
Migration to a new framework for doc testing ( #7465 )
...
* add an example task to test
* main test function: save progress
* a working example: routing request
* improve log info and error handling
* introduce makefile
* run each test as a subtest; remove common setup from test.sh
* add another test.sh: fault-injection
* improve error handling
* check test environment
* add two more test.sh files
* fix make command for istio setup
* update two test.sh files from upstream
* add comments and update README.md
* update test.sh files from upstream
* support multiple test names
* update README
* update README.md for new framework
* remove documentation of migration steps
* undo format changes
* change separation line to '# @cleanup'
* move go code and makefile from content/ to tests/
* change package name
* make for loop more readable
* change the set of auto-sourced scripts
* add docs for all functions
* approach to deal with folders with the same name
* minor fixes to ensure everything still runs
* fix make gen error
* add a TIMEOUT argument
* make sure util/debug.sh works with new framework
* make lint-go happy
* [BIG CHANGE] allow different istio setup configs
* make linters happy
* make linters happier
* changed wording and function orders
* make error return as the 2nd argument
* add TODOs
* Update content/en/docs/tasks/traffic-management/traffic-shifting/test.sh
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update tests/README.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update tests/README.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update tests/README.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update tests/README.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update tests/README.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update tests/README.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* only test english docs
* Update tests/README.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* allow test.sh as suffix
* move adding setup configs to tests/setup
* recommend full paths
* Update tests/README.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* require full test paths
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-06-09 14:11:53 -07:00
Frank Budinsky
669e35b3ea
Cleanup access log test ( #7513 )
2020-06-09 13:39:59 -07:00
Iris
2bb1952f32
add test for Access log ( #7423 )
...
* add test for access log
* fix k8s test
* fix k8s test
2020-06-09 06:59:09 -07:00
Navraj Singh Chhina
e7616b2ac0
Disable ShellChecking for SC2164 ( #7507 )
...
* add missing cleanup for vs nginx
* disable SC2164 which checks safe cd
* make gen
2020-06-08 13:56:32 -07:00
Jonathan Kogan
55e4e8e118
Fixed code typo ( #7489 )
2020-06-05 14:06:05 -07:00
jacob-delgado
c29007987c
Add example for proxy.istio.io/config annotation ( #7348 )
...
* Add example for proxy.istio.io/config annotation
* Code review comment
* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-06-04 19:30:49 -07:00
Frank Budinsky
1d5fa543ef
Fix circuit-breaker snips ( #7475 )
2020-06-04 19:23:44 -07:00
Shamsher Ansari
9fe272272b
update doc to use istioctl install ( #7396 )
2020-06-01 11:02:27 -07:00
Justin Pettit
877b438829
Authn policy ( #7433 )
...
* authn-policy: Point users to Istio installation guide.
Have users install Istio through the installation guide instead of
explicitly instructing them to run "istioctl manifest apply" in the
task. This will make it easier to automate the task later.
* authn-policy: Make steps and expected response clear for testing.
* Add authn-policy user guide test.
2020-05-29 12:11:47 -07:00
Lin Sun
a5fceca006
add a test for ingress SNI passthrough ( #7380 )
...
* add a test
* fix path
* fix lint 1
* fix lint 2
* hope to get lint pass now
* Update content/en/docs/tasks/traffic-management/ingress/ingress-sni-passthrough/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/tasks/traffic-management/ingress/ingress-sni-passthrough/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update tests/trafficmanagement/ingress/scripts/ingress_sni_passthrough.sh
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update tests/trafficmanagement/ingress/scripts/ingress_sni_passthrough.sh
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update tests/trafficmanagement/ingress/scripts/ingress_sni_passthrough.sh
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update tests/trafficmanagement/ingress/scripts/ingress_sni_passthrough.sh
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update tests/trafficmanagement/ingress/scripts/ingress_sni_passthrough.sh
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* add fix from frank
* fix name
* update output
* mark test: yes
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-05-27 11:38:07 -07:00
Frank Budinsky
e11cf24f0d
Add test: attribute to all md files ( #7413 )
2020-05-27 09:11:26 -07:00
Justin Pettit
21e03db9d9
Add authz-ingress user guide test. ( #7407 )
2020-05-27 06:40:06 -07:00
Frank Budinsky
77d3dc6bf1
Fix mirroring test ( #7399 )
...
* Fix mirroring test
* fix typo
* fixes
* export vars
* lint
2020-05-26 12:57:19 -07:00
Frank Budinsky
4e0103110d
Cleanup mirroring test ( #7387 )
...
* Cleanup mirroring test
* sleep
* fix mtls-migr cleanup
* debug
* debug2
* debug3
* debug4
2020-05-24 14:35:09 -07:00
John Howard
e9e963a617
Add TLS origination doc test ( #7367 )
...
* Add TLS origination doc test
* Fix build
* Add header
* lint
2020-05-21 14:10:26 -07:00
Nupur Garg
666a081e79
Fix Documentation for Customizing Metrics and TCP Metrics Task ( #7339 )
...
* Fix Documentation for Customizing Metrics and TCP Metrics Task
Ref: https://github.com/istio/istio/issues/23782
Ref: https://github.com/istio/istio.io/issues/7184
Ref: https://github.com/istio/istio.io/issues/7280
* fix lint
* Fix lint
* Fix lint
* Fix lint
* Fixed based on feedback
* Fix lint
2020-05-21 09:25:39 -07:00
Frank Budinsky
e0e8648fe5
Clean up traffic shifting test ( #7369 )
...
* Clean up traffic shifting test
* add var
* v1beta1
2020-05-21 06:31:45 -07:00
Justin Pettit
46607a1c43
authz-td-migration: Don't error when deleting non-existent items. ( #7361 )
2020-05-19 18:20:20 -07:00
Justin Pettit
7782eb1d0a
Authz jwt ( #7338 )
...
* snip.py: Replace github file token with release-specific URL.
* verify.sh: Show the expected output as well as the actual output.
* snip.py: Update the githubfile regex to not include email addresses.
When generating snip scripts, pairs of "@" signs indicate a link to
GitHub repo content. However, JWT attribute values contained pairs of
email addresses such as:
`testing@secure.istio.io/testing@secure.istio.io`
which would be treated as an email address and mangled. This commit
rewrites the regex to not match on email addresses.
* Add authz-jwt user guide test.
2020-05-17 13:51:45 -04:00
Frank Budinsky
90103ae557
Cleanup circuit breaking test ( #7335 )
...
* Cleanup circuit breaking test
* remove old files
* updated expected
2020-05-15 16:59:58 -07:00
Shamsher Ansari
879132e36e
Update Python and Java code snippet ( #7330 )
...
Netlify flake
2020-05-15 13:57:01 -04:00
jacob-delgado
86577d028e
Remove experimental link in feature status page; change to development ( #7251 )
...
Force merge because of Netlify
2020-05-15 13:15:37 -04:00
Justin Pettit
8cacec48de
Authz deny ( #7315 )
...
* Add authz-tcp user guide test.
* Add run and verify functions for user doc tests.
2020-05-14 16:10:20 -07:00
Douglas Reid
b2a72e0ae2
Fix classify docs ( #7290 )
...
* fix(classify-metrics): remove problematic config
* add extra bit for catching config errors
2020-05-13 13:09:55 -07:00
Xavier Canal i Masjuan
40efd46787
Updating screenshots for kiali task ( #7302 )
2020-05-13 09:34:49 -07:00
John Howard
0f7c1cc467
Update circuit breaker docs ( #7272 )
...
* Update circuit breaker docs
* snips
2020-05-13 07:56:48 -07:00
Shamsher Ansari
183efe691c
Update http 1.1 to http 2 ( #7301 )
2020-05-13 07:09:42 -07:00
Shamsher Ansari
50793ab875
Add Type colomn for svc output ( #7299 )
...
Force merge because of netlify flake
2020-05-13 09:49:38 -04:00
jacob-delgado
48f82d8a21
Move comment to proper line ( #7293 )
2020-05-13 06:48:06 -07:00
John Howard
7038ff4a6d
Trivial grammar error fix ( #7276 )
2020-05-12 18:38:26 -07:00
Frank Budinsky
4f7622e3aa
More doc testing ( #7253 )
...
* Ingress control test
* Ingress control test
* fix lint
* fix package
* fix path
* improve _verify_like
* curl -s
* debug
* fix compare
* remove flaky verify call
* fix path
* regen
2020-05-12 05:58:07 -07:00
Frank Budinsky
80443a4b6c
Cleanup and fix TCP traffic routing test ( #7265 )
...
* Cleanup and fix TCP traffic routing test
* use ingress IP
* cleanup doc
* curl 20 times
2020-05-11 17:39:55 -07:00
mandarjog
4118c3bbd6
Fix yaml configuration and some explanation ( #7252 )
...
* Fix yaml configuration and some explanation
* fix lint
* Update content/en/docs/tasks/observability/metrics/classify-metrics/index.md
2020-05-11 13:40:41 -04:00
Shamsher Ansari
648ebcb1c5
Add default timeout ( #7255 )
...
Force merge because netlify flake
2020-05-11 13:09:47 -04:00
Justin Pettit
e77f3e8e2d
Add authz-tcp user guide test. ( #7176 )
...
Force merge because of netlify flake
2020-05-11 10:25:00 -04:00
Frank Budinsky
affe99f97a
More traffic management task tests ( #7250 )
...
* More traffic management task tests
* lint errors
* fix kubectl output
* fix arg check
* login to bookinfo
* curl --user
* temporary kludge for login not working
* fault injection test
* rename test
* fix cleanup
* timeouts tests
* regen
* make sure sleep pods are gone
2020-05-10 15:05:22 -07:00
Frank Budinsky
dcfdce05dc
Delete all snippet generating code from istioio test framework ( #7239 )
...
* Cleanup and remove all snippet generateing from istioio test framework
* fix lint
* one more lint
* remove dead code
2020-05-08 06:07:34 -07:00
Shamsher Ansari
f58fffb5d1
Update deprecated flags for meshConfig ( #7236 )
2020-05-07 09:54:26 -07:00
Frank Budinsky
f45bc9e1a8
Remove obsolete '# ' uses from all tests ( #7233 )
2020-05-06 19:17:11 -04:00
Eric Van Norman
392a2bee14
Update test framework to use 1.6.0-beta.0 ( #7214 )
...
* Update test framework to use 1.6.0-beta.0
* Go back to copies from env var
* Add more test targets, fix mtls test (new PA added)
* Update to use Istio SHA from go.mod (convert to long SHA)
* Try and remove TAG from prow
* Debug TAG not being set
* Fix paralization issue
* Remove some extra output
* Review comments
2020-05-06 10:49:27 -07:00
Guy Templeton
9397d21b55
Correct Envoy Access Log links ( #7226 )
2020-05-05 16:47:09 -04:00
Oliver Liu
1e73594260
Restructure the cert management tasks. ( #7209 )
...
* Restructure the cert management tasks.
* Small fix.
* Fix references.
* Fix links
* Small fix.
* Update content/en/docs/tasks/security/cert-management/plugin-ca-cert/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Small fix.
* Change the weights.
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-05-04 14:57:29 -04:00
jacob-delgado
7cf02b617d
Update Authentication page ( #7198 )
...
Fixes https://github.com/istio/istio.io/issues/7194
2020-04-30 10:58:57 -07:00
Kenjiro Nakayama
c2dcbfb63b
Fix format for warning message ( #7193 )
2020-04-30 07:00:15 -07:00
Gregory Hanson
a83522e819
cleanup a few of of the commands in egress examples ( #7189 )
2020-04-29 15:08:40 -07:00
Adam Miller
737e8d90a3
Add docs for Classifying Metrics Based on Request or Response ( #7150 )
...
* Add draft content
* Corrections
* Added verification and troubleshooting steps
* Typo fix
* Bash fix
* Linter fixes
* Fix PR feedback
* Typo fix 5
* Linter fixes
* Adjusted language
* Using temp link for community testing day
* Update content/en/docs/tasks/observability/metrics/classify-metrics/index.md
Co-Authored-By: mandarjog <mandarjog@gmail.com>
* Added indents
* Update content/en/docs/tasks/observability/metrics/classify-metrics/index.md
Co-Authored-By: Nupur Garg <37600866+gargnupur@users.noreply.github.com>
* Update content/en/docs/tasks/observability/metrics/classify-metrics/index.md
Co-Authored-By: Nupur Garg <37600866+gargnupur@users.noreply.github.com>
* Update content/en/docs/tasks/observability/metrics/classify-metrics/index.md
Co-Authored-By: Nupur Garg <37600866+gargnupur@users.noreply.github.com>
* Update content/en/docs/tasks/observability/metrics/classify-metrics/index.md
Co-Authored-By: Nupur Garg <37600866+gargnupur@users.noreply.github.com>
* Linter fix 3
* Small change to trigger netlify
* Replace temp link
Co-authored-by: mandarjog <mandarjog@gmail.com>
Co-authored-by: Nupur Garg <37600866+gargnupur@users.noreply.github.com>
2020-04-29 12:09:36 -07:00
Jonh Wendell
30ea242d0d
Use `sniHosts` instead of `sni_hosts` in examples ( #7178 )
...
* Use `sniHosts` instead of `sni_hosts` in examples
* Trigger netlify
2020-04-29 07:55:32 -07:00
Adam Miller
6731953961
Add docs for Customizing Istio Metrics ( #7137 )
...
* first draft
* More updates
* Remove experimental tag
* Typos and linter fix
* Deleted redundant file
* Link to reference page
* Address PR comments
* Linter fix
* Updated procedure
* URL fix
2020-04-28 15:58:42 -07:00
Robin Whitmore
2dca907e87
Updated Lightstep topic with new Lighstep brand and products ( #7123 )
...
* Updated with instructions for LightStep Tracing vs. LightStep [x]pm (#4203 )
* Remove [x]PM unless necessary (#4405 )
These instructions are now for both LightStep [x]PM and LightStep Tracing.
* Updated with instructions for LightStep Tracing vs. LightStep [x]pm (#4203 )
* remove bad dir
* fix graphic name
* Changed spelling of Lightstep
Changed spelling of "LightStep" to "Lightstep" due to brand changes.
* Update Lightstep
Update for branding
* Change LightStep to Lightstep and removed bad link
* Change LightStep to Lightstep
* Change LightStep to Lightstep
* Change LightStep to Lightstep
* change LightStep to Lightstep
* remove changes from other langs
* merge changes from istio
* put branding changes back in
* resolve merge conflict
* fix lint issues and add LighStep back into .spelling
* Update content/en/docs/tasks/observability/distributed-tracing/lightstep/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-04-27 15:05:31 -04:00
Frank Budinsky
1fe7056ffa
Partial convert mirror test to new model ( #7153 )
...
Reverted the actual mirror test script, because mirror test seems to have some subtle failure when running with what seems to be the exact same commands via snips. Will investigate further in followup PR. Merging this one to get the generator changes.
2020-04-25 12:34:24 -04:00
Mitch Connors
e1b4de48f0
Fix cleanup to delete authorization policy ( #7142 )
...
Fixes https://github.com/istio/istio/issues/23190
2020-04-23 11:18:12 -07:00
jacob-delgado
988cc4606d
Add docs for experimental tracing configuration ( #7122 )
...
* Add docs for customizing tracing configuration
* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Fix linting error
* Caution the use custom_tags and gateways
* Spelling fixes; change to active voice
* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md
Co-Authored-By: Rachael Graham <rachael.graham@ibm.com>
* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md
Co-Authored-By: Rachael Graham <rachael.graham@ibm.com>
* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md
Co-Authored-By: Rachael Graham <rachael.graham@ibm.com>
* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md
Co-Authored-By: Rachael Graham <rachael.graham@ibm.com>
* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md
Co-Authored-By: Rachael Graham <rachael.graham@ibm.com>
* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md
Co-Authored-By: Rachael Graham <rachael.graham@ibm.com>
* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md
Co-Authored-By: Rachael Graham <rachael.graham@ibm.com>
* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md
Co-Authored-By: Rachael Graham <rachael.graham@ibm.com>
* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md
Co-Authored-By: Rachael Graham <rachael.graham@ibm.com>
* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md
Co-Authored-By: Rachael Graham <rachael.graham@ibm.com>
* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md
Co-Authored-By: Rachael Graham <rachael.graham@ibm.com>
* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md
Co-Authored-By: Rachael Graham <rachael.graham@ibm.com>
* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md
Co-Authored-By: Rachael Graham <rachael.graham@ibm.com>
* Update based on comments
* Remove MeshConfig from ignored spelling
* Fix links
* Remove gateways warning
* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md
Co-Authored-By: Douglas Reid <douglas-reid@users.noreply.github.com>
* Review comments
* Address nit in doc; link to jaeger
* Trace sampling is beta; other features are experimental
* Fix whitespace
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
Co-authored-by: Douglas Reid <douglas-reid@users.noreply.github.com>
2020-04-23 08:25:16 -07:00
Frank Budinsky
a7107678f5
Convert TCP traffic shifting test ( #7131 )
...
* Convert TCP traffic shifting test
* lint errors
* regen
* test disable spellcheck
* temporary disable gen-check
* disable inappropriate bash lint errors
* disable gen check
* one more regen
* reenable gen check
* remove -it options
* revert commands
* fix app health check outdated
2020-04-22 18:26:27 -07:00
Shamsher Ansari
290ff5fa8e
Add test for Request Timeouts ( #6660 )
...
* Add test for Request Timeouts
* Update test to extract snippets
* Apply suggestions from code review
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Fix lint error
* Use code snippets from bookinfo snips
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Remove sleep pods
* remove deprecated $snippet and use use verify func
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Skip test failure
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-04-22 10:10:28 -04:00
Istio Automation
8bc4139ee0
Fix doc in 'Egress Gateways with TLS Origination' ( #7118 )
...
The code in step 3 of Perform TLS origination with an egress gateway explains how to create egress Gateway for edition.cnn.com. port 80, so the title of this step should follow it.
Co-authored-by: Koki Tomoshige <36136133+tomocy@users.noreply.github.com>
2020-04-21 16:00:46 -04:00
Istio Automation
9071b1f385
Fix code in 'Authorization for TCP traffic' ( #7117 )
...
The pod of tcp-echo which is asked its podIP is in `foo` namespace, so the `kubectl get` should specify the namespace as `foo`.
Co-authored-by: Koki Tomoshige <36136133+tomocy@users.noreply.github.com>
2020-04-21 16:00:16 -04:00
Steven Dake
d6e9f4b92b
Retire helm documentation as we use a protobuf ( #7106 )
...
* Retire helm documentation as we use a protobuf
The new rendered source of truth is:
https://preliminary.istio.io/docs/reference/config/istio.operator.v1alpha1/
This is rendered from the API repo protobuf which (may) need description fields
set. That protobuf is here:
https://github.com/istio/api/blob/master/operator/v1alpha1/operator.proto
* Follow the flowchart
The flowchart is not quite right and could use some improvement.
* Update content/en/blog/2019/performance-best-practices/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-04-21 07:55:44 -07:00
lei-tang
f8fd68c04b
User guide tests for DNS certificate management ( #7103 )
...
* User guide tests for DNS certificate management
- Add user guide tests for DNS certificate management
- Remove user guide's dependency on jq
* Use _verify_contains function
2020-04-21 07:32:39 -07:00
lei-tang
96073364ea
User guide tests and remove manual steps for plugging in CA cert ( #7085 )
...
* User guide tests and remove manual steps for plugging in CA cert
- Add user guide tests for plugging in CA cert
- Remove the manual steps in the user guide of plugging in CA cert
to make it easier for an user to try the guide.
* Fix SC2046 lint error and the trafficmanagement test errors
2020-04-17 09:16:56 -07:00
John Howard
9af39e2f0e
Use standard ports for telemetry exposure ( #7069 )
...
* Use standard ports for telemetry exposure
Blocker for https://github.com/istio/istio/issues/22911
* Full update and include HTTPS
* Fix link
* Remove from ports table
* Apply suggestions from code review
Co-Authored-By: Rachael Graham <rachael.graham@ibm.com>
Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
2020-04-16 13:20:33 -07:00
Frank Budinsky
f2cf780bfb
Update doc test README ( #7080 )
...
* Update doc test README
* add sh
* tweaks
* formatting
* format
* fix comment
* wording
* convert mtls migration task
* Update tests/README.md
Co-Authored-By: Eric Van Norman <ericvn@us.ibm.com>
* Update tests/README.md
Co-Authored-By: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2020-04-15 08:44:18 -07:00
John Howard
4ca257992a
Refactor Secure Ingress tasks ( #7025 )
...
* Refactor Secure Ingress tasks
Ingress SDS is now the default and recommended. This removes the file
mount task, which is no longer recommended and will avoid confusion, and
cleans up the task a bit. I also documented the new supported secret
formats.
* use archive
2020-04-14 08:53:28 -07:00
Frank Budinsky
3b59501872
Generate test snippets from md files POC ( #7044 )
...
* Generate test snippets from md POC
* fixes
* fix python lint
* fix snip source
* improvements
* update snip calls
* add copyright header
* lint errors
* lint error in md instructions
* better default snip_id
* run test without snippet gen
* gofmt
* fixes
* fix path
* fixes
* fix verify
2020-04-14 07:13:44 -07:00
Eric Van Norman
55accd83b4
Update base64 -d to --decode ( #7039 )
...
* Update base64 -d to --decode
* Fix additional -d to --decode change
2020-04-09 06:41:44 -07:00
John Howard
494b0d0219
Add documentation on Ingress support ( #7012 )
...
* Add documentation on Ingress support
Istio has supported Ingress for quite a while, but its not documented.
This explains how to use it and configure it.
Note to docs reviewers: Gateway is Istio's alternative to Kubernetes'
Inrgess object, and we prefer users to use Gateway. However, for reasons
like legacy users, we also support Ingress.
* fix lint
* fix lint
* fix lint
* improvements
.
* Apply suggestions from code review
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-04-03 11:51:30 -04:00
Eric Van Norman
1290482b63
Fix privildeged ( #6997 )
2020-04-02 08:12:33 -07:00
Jianfei Hu
8dc367d9fd
Add a tcpdump verification FAQ entry for mutual TLS effect proof. ( #6922 )
...
* add a tcpdump verification for mtls
* add period
* move to the migration doc.
* lint fixing
* address cmt.
* Apply suggestions from code review
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-03-24 13:30:11 -04:00
John Howard
6baafb5ef2
Remove cert-manager task with reference to new integration page ( #6936 )
...
* Remove cert-manager task with reference to new integration page
* fix alias
* Fix dead lines
2020-03-23 11:58:11 -07:00
John Pape
8ecc8fc10c
Add istiod to the glossary page ( #6899 )
...
* Add istiod to the glossary page
* Updated istio learning link.
* adding gloss links to first term usage in page
* Updated gloss links per review
2020-03-18 12:01:53 -04:00
Frank Budinsky
64d2c26267
Remove links to deleted istio_ca reference doc ( #6895 )
...
* Remove links to deleted istio_ca reference doc
* cacert->cacerts
2020-03-17 07:46:37 -07:00
lei-tang
2463045315
Update Istio DNS certificate document for Istio 1.5 ( #6871 )
...
* Update Istio DNS certificate document for Istio 1.5
* Revise overview based on review comments
2020-03-16 12:39:11 -07:00
tigran-a
e8466022bd
Revert "cacerts secret to replace with istio-ca-secret ( #6829 )" ( #6836 )
...
This reverts commit d4eba6eb52
.
2020-03-10 07:25:50 -07:00
tigran-a
d4eba6eb52
cacerts secret to replace with istio-ca-secret ( #6829 )
...
Currently, 1.5.0 istiod is looking for istio-ca-secret, while in 1.4.x it was cacerts.
2020-03-09 13:21:37 -07:00
Istio Automation
0114e09f65
replace Citadel with Istio CA ( #6825 )
...
Since Citadel is now built in into istiod, the certificate authority should be called Istio CA
Co-authored-by: tigran-a <avanesovt@gmail.com>
2020-03-09 13:25:29 -04:00
Gregory Hanson
7f6ef186fc
remove mtls destination rules, apply patch instead of redeploy ( #6805 )
2020-03-09 08:56:02 -07:00
Gregory Hanson
3e8856ac1d
Traffic Mirror cleanup ( #6787 )
...
* automtls wording and remove broken sudo command
* remove confusing tip regarding auto mtls
2020-03-06 12:57:34 -08:00
Gregory Hanson
2adfb33c25
Remove MTLS DR from Egress Gateway Task ( #6795 )
...
* celan up destination rule differences for auto mtls on by default
* lint fixes
2020-03-06 12:12:56 -08:00
Yangmin Zhu
686f3b7967
authz: update TCP task to use tcp-echo ( #6754 )
2020-03-06 11:33:38 -08:00
Douglas Reid
280e4d9498
fix(telemetry): add deprecation notices to Mixer tasks ( #6635 )
...
Co-authored-by: douglas-reid <douglas-reid@users.noreply.github.com>
2020-03-06 09:59:56 -08:00
Diem Vu
055f5e480c
[Release-1.5] Delete auto-mTLS task ( #6591 )
...
* Delete auto-mTLS task
* Fix links
* Fix links
* Fix links on 1.5
* Fix links
2020-03-05 18:01:06 -08:00
Frank Budinsky
9fbae823c1
[Release-1.5] Remove tasks referring to the deprecated tool ( #6587 )
...
* Also remove faq mentioned it
* Also in egress task
2020-03-05 16:39:16 -05:00
Frank Budinsky
9c4f1bbc68
[Release-1.5] remove mixer references from egress tasks and deprecate where needed ( #6734 )
...
* remove mixer references from egress tasks and deprecate where needed
* lint fixes
* Update content/en/docs/tasks/traffic-management/egress/egress_sni_monitoring_and_policies/index.md
Co-Authored-By: mandarjog <mandarjog@gmail.com>
* Update content/en/docs/tasks/traffic-management/egress/egress_sni_monitoring_and_policies/index.md
Co-Authored-By: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: Francois Pesce <fpesce@google.com>
Co-authored-by: mandarjog <mandarjog@gmail.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2020-03-05 16:37:56 -05:00
Istio Automation
0e350476f3
[Release-1.5] update certmanager part in the telemetry addon doc ( #6741 )
...
Co-authored-by: richardwxn <richardwxn@users.noreply.github.com>
2020-03-05 12:43:22 -08:00
Lin Sun
cb8704c98d
[ImgBot] Optimize images ( #6752 )
...
*Total -- 3,308.25kb -> 3,017.43kb (8.79%)
/content/en/docs/tasks/observability/metrics/querying-metrics/prometheus_query_result_graphical.png -- 486.04kb -> 308.71kb (36.49%)
/content/en/docs/setup/getting-started/kiali-example2.png -- 295.32kb -> 191.83kb (35.04%)
/content/en/docs/tasks/observability/metrics/tcp-metrics/alpn-based-tunneling-protocol.svg -- 20.39kb -> 17.14kb (15.92%)
/content/en/docs/ops/deployment/architecture/arch.svg -- 21.16kb -> 21.01kb (0.72%)
/content/en/docs/concepts/security/node_agent.svg -- 227.49kb -> 226.11kb (0.61%)
/content/en/blog/2020/tradewinds-2020/architecture-post-istiod.svg -- 169.81kb -> 169.00kb (0.48%)
/content/zh/blog/2020/istio-agent/istio_agent.svg -- 413.85kb -> 412.47kb (0.33%)
/content/en/blog/2020/istio-agent/istio_agent.svg -- 413.85kb -> 412.47kb (0.33%)
/content/en/blog/2020/tradewinds-2020/architecture-pre-istiod.svg -- 607.59kb -> 606.27kb (0.22%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p90.svg -- 319.73kb -> 319.56kb (0.05%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p99.svg -- 333.03kb -> 332.86kb (0.05%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: Imgbot <help@imgbot.net>
2020-03-05 14:41:08 -05:00
Istio Automation
5f6d0712b8
Add a guide of plugging in CA cert to istiod and update CA documents ( #6644 )
...
Co-authored-by: lei-tang <lei-tang@users.noreply.github.com>
2020-03-05 10:42:54 -08:00
Istio Automation
4e6d23d001
Refactor TCP Metrics task for telemetry v2 ( #6540 )
...
Co-authored-by: gargnupur <gargnupur@users.noreply.github.com>
2020-03-05 10:42:42 -08:00
Istio Automation
2edbaeaf4b
Remove deep dive mtls taks. ( #6706 )
...
* remove deep dive
* update links
* lint fixing egs gw
* more removal
* link 1.0.3 lint
2020-03-04 13:15:26 -08:00
Istio Automation
b5a4efb064
Another clean up for global.mtls.enable ( #6611 )
...
* Another clean up for global.mtl.enable
* Update text
* Lint
* Use --set values.grafana.enabled=true as overriding operator value example
* Revert change in content/en/docs/reference/commands/istioctl/index.html
* Change example istioctl command to override grafana settings
* Lint
* Change to --set addonComponents.grafana.enabled=true
* Remove global.mtls.enable in authn task
* Update content/en/docs/setup/install/istioctl/index.md
Co-Authored-By: Rigs Caballero <grca@google.com>
* Update content/en/docs/setup/install/multicluster/shared-vpn/index.md
Co-Authored-By: Rigs Caballero <grca@google.com>
* Update content/en/docs/tasks/security/authentication/authn-policy/index.md
Co-Authored-By: Rigs Caballero <grca@google.com>
* Update content/en/docs/tasks/security/citadel-config/plugin-ca-cert/index.md
Co-Authored-By: Rigs Caballero <grca@google.com>
* Update content/en/docs/setup/install/multicluster/shared-vpn/index.md
Co-Authored-By: Rigs Caballero <grca@google.com>
* Update content/en/docs/tasks/security/citadel-config/plugin-ca-cert/index.md
Co-Authored-By: Rigs Caballero <grca@google.com>
Co-authored-by: Rigs Caballero <grca@google.com>
2020-03-04 13:15:19 -08:00
Istio Automation
ff453998a8
Spelling and add a tip to using-istio-dashboard ( #6684 )
...
* Spelling and add a tip to using-istio-dashboard
* Update content/en/docs/tasks/observability/metrics/using-istio-dashboard/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/tasks/observability/metrics/using-istio-dashboard/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-03-04 11:09:15 -08:00
Yangmin Zhu
fa8a1f5da1
authz: update authz JWT task ( #6693 )
...
* authz: update authz JWT task
* address comments
* Update content/en/docs/tasks/security/authorization/authz-jwt/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/tasks/security/authorization/authz-jwt/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-03-03 17:42:11 -08:00
Yangmin Zhu
cba7f0fdfc
authz: add task for IP allow list and black list on ingress gateway ( #6692 )
...
* authz: add task for IP whitelist/blacklist on ingress gateway
* allow list and deny list
* Small grammar adjustments
* address comments
* Update content/en/docs/tasks/security/authorization/authz-ingress/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/tasks/security/authorization/authz-ingress/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/tasks/security/authorization/authz-ingress/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-03-03 17:42:03 -08:00
John Howard
f7363dea08
Updates to ExternalName doc ( #6664 )
...
* Updates to ExternalName doc
* Update content/en/docs/tasks/traffic-management/egress/egress-kubernetes-services/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-03-03 17:41:46 -08:00
Jimmy Chen
ca72d2997d
Updated guide for Authorization Policy Trust Domain Migration ( #6694 )
...
Remove an outdated step from the guide.
2020-03-03 16:27:45 -08:00
Eric Van Norman
10914ff01e
access log updates for command output, variable names ( #6685 )
2020-03-03 16:27:37 -08:00
Jimmy Chen
4cbae1d119
Update index.md ( #6688 )
...
Remove the container specifier from troubleshooting section, as in 1.5 the gateway and sds agent are running in the same container.
2020-03-02 14:43:10 -08:00
Diem Vu
dde9ed9258
Fix per-port peer authentication command ( #6682 )
...
* Fix command
* Correct commands for mtls migration tasks
* Lint
* Lint
2020-03-02 14:43:03 -08:00
Eric Van Norman
50c280ef70
Fixes from community testing ( #6679 )
2020-03-02 13:29:13 -08:00
Eric Van Norman
b8ef610695
Spelling update ( #6665 )
2020-03-02 13:29:04 -08:00
Yangmin Zhu
e525b3b182
remove the mixer policy concept page ( #6470 )
...
* remove the mixer policy concept page
* also remove in concept page
* update task
* update
2020-02-28 11:06:11 -08:00
Jianfei Hu
6fb12b9c8e
Rewrite mtls migration instructions. ( #6589 )
...
* rewrite mtls migration doc.
* migrate out the comment out ones
* more service/wl swap, one level title up
* Update content/en/docs/tasks/security/authentication/mtls-migration/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* lint fix, lockdown
* refer ns in lckdown
* reworded beginnig sec
* remove the global.mtls.enabled.
* lint fix
* Apply suggestions from code review
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* suggestion batch2.
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* address turn3
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* ns create separtae.
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-02-27 07:20:59 -08:00
Douglas Reid
6ba9f2c86e
fix(observability docs): restructure docs for v2 telemetry (and remove problematic Mixer refs) ( #6533 )
...
* wip: setup observability tasks for v2
Signed-off-by: Douglas Reid <dougreid@google.com>
* continue work
Signed-off-by: Douglas Reid <dougreid@google.com>
* lint fix
Signed-off-by: Douglas Reid <dougreid@google.com>
* remove mixer ref from what-is-istio
Signed-off-by: Douglas Reid <dougreid@google.com>
* further cleanup
Signed-off-by: Douglas Reid <dougreid@google.com>
* lint fix
Signed-off-by: Douglas Reid <dougreid@google.com>
* when will the linting stop?
Signed-off-by: Douglas Reid <dougreid@google.com>
* Update content/en/docs/tasks/observability/mixer/_index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-02-26 14:55:17 -08:00
Diem Vu
bfb8eb0fb3
Remove https overlay task ( #6596 )
...
* Remove https overlay
* Remove ref
2020-02-26 13:22:59 -08:00
Adam Miller
f387200b5c
Typo fixes for issue #6487 ( #6526 )
...
* Typo fixes
* Fix linter error
* Typo
* Clarification
2020-02-25 14:58:45 -08:00
Romain Lenglet
54430797b9
Update circuit breaker task for 1.5 ( #6599 )
...
* Document starting fortio with automatic injection enabled
* Update fortio output
2020-02-25 14:28:09 -08:00
Diem Vu
e59a1998bf
Modernize authn tasks for 1.5 API and auto-mTLS by default ( #6546 )
...
* Modernize authn tasks for 1.5 API and auto-mTLS by default
* Also remove auto-mtls task as merge with the main task, as this mode is by default and having separate task is uneccessary
* Lint
* Update content/en/docs/tasks/security/authentication/authn-policy/index.md
Co-Authored-By: Rigs Caballero <grca@google.com>
* Update content/en/docs/tasks/security/authentication/authn-policy/index.md
Co-Authored-By: Rigs Caballero <grca@google.com>
* Update content/en/docs/tasks/security/authentication/authn-policy/index.md
Co-Authored-By: Rigs Caballero <grca@google.com>
* Address first round comments
* Lint
* Lint
* Address more review comments
* Lint
* Update content/en/docs/tasks/security/authentication/authn-policy/index.md
Co-Authored-By: Rigs Caballero <grca@google.com>
* Update content/en/docs/tasks/security/authentication/authn-policy/index.md
Co-Authored-By: Rigs Caballero <grca@google.com>
* Address comments and revert delete files to fix lint. Will remove in another PR
* Fix links
* More review
* Update content/en/faq/security/accessing-non-istio-services.md
Co-Authored-By: Rigs Caballero <grca@google.com>
* Update content/en/docs/tasks/security/authentication/authn-policy/index.md
Co-Authored-By: Rigs Caballero <grca@google.com>
Co-authored-by: Rigs Caballero <grca@google.com>
2020-02-25 10:13:25 -08:00
Yangmin Zhu
c399db1761
authz: add task for deny policy ( #6552 )
...
* authz: add task for deny policy
* fix lint
2020-02-25 06:16:27 -08:00
lei-tang
d0e36ce175
Update the document of DNS certificate management for Istio 1.5 ( #6541 )
2020-02-24 09:08:29 -08:00
Xinnan Wen
ae181e8274
update operator api ver and fix ( #6529 )
2020-02-24 08:22:26 -08:00
lei-tang
5f16efe2d0
Remove webhook task from Istio 1.5 documentation ( #6515 )
...
* Remove webhook task from Istio 1.5 documentation
* Revision based on review comments
* Add archive.istio.io to url-ignore list
2020-02-21 17:26:06 -08:00
Vadim Eisenberg
30f40a0e7b
rewrite Secure Gateways (SDS) to use openssl for generating certs/keys ( #6190 )
...
* rewrite Secure Gateways (SDS) to use openssl for generating certs/keys
additional improvements:
1. Generate and use client certificate/private key for mutual TLS
2. Do not use quotes in YAMLs where not required
* add removing csr files and client.example.com files
* delete the directories with the certificates -> delete the certificates and the keys
2020-02-21 10:54:31 -05:00
lei-tang
8f55ddbc67
Update the SDS documentation on Node Agent for Istio 1.5 ( #6518 )
...
* Update the SDS documentation on Node Agent
* Revise based on review comments
2020-02-21 07:44:33 -08:00
Eric Van Norman
ba89d40479
Fix spelling ( #6510 )
2020-02-20 07:48:55 -08:00
Chunlin Yang
472d732804
Correct typo ( #6463 )
...
Signed-off-by: clyang82 <clyang@cn.ibm.com>
2020-02-18 00:33:27 -08:00
Adam Miller
43609130ea
Add tutorial modules for enabling Istio, mTLS, versioning, gateway, logging ( #6372 )
...
* Added new modules
* Add more modules
* Grammar tweaks
* Tutorial fixes
* Fixed pathing errors and desc.
* Fixed broken steps and typos
* Restore download section
* fixed broken links
* Fixed more broken links
* Fixed linter issue
* PR review fixes
* Remove unwanted json file
* Lots of review fixes
2020-02-11 13:50:44 -08:00
Bryant Hagadorn
87839e0d90
Updated cert-manager version ( #6377 )
...
* Updated cert-manager version
As of v.10 of cert-manager the `apiVersion` has changed to `cert-manager.io/v1alpha2`
* Edit Cert as well
2020-02-05 08:09:51 -08:00
Suchith J N
5abe1c2696
update documentation for TCP traffic shifting: use a dedicated namesp… ( #6368 )
...
* update documentation for TCP traffic shifting: use a dedicated namespace instead of using default [istio-18285]
* fixed lint error in tcp-traffic-shifting/index.md in creating new namespace section (istio#18285)
* fix ordered list numbering to conform to MD029 configured to 'one' (istio.io/istio#18285 )
2020-02-03 07:58:48 -08:00
John Howard
7f218afb1b
Remove galley docs ( #6361 )
...
* Cleanup validation docs
* Clean up some Galley references for istiod
* fix syntax
2020-01-31 09:15:51 -08:00
Eric Van Norman
664b4453af
Fix URLs to fix lint link errors ( #6379 )
...
* Fix LightStep URLs to fix lint link error
* Also fix spiffe.github.io to spiffe.io
* Update LightStep URL to match fowarded link
2020-01-31 07:28:53 -08:00
SerenaFeng
73b9088172
certificate decode error when decoding from bash pipe by openssl ( #6259 )
2020-01-07 16:31:57 -05:00
LokeshAggarwal1997
b67b652561
update index.md ( #6027 )
...
* update index.md
* Update index.md
* Updation
* updated config
2020-01-07 09:26:54 -05:00
Vadim Eisenberg
ef932a9bb7
use openssl to generate certificates and keys ( #6191 )
2020-01-06 14:16:28 -08:00
Oliver Liu
7e225624b8
Improve the MTLS migration task. ( #6255 )
...
* Improve the MTLS migration task.
* Small fix.
* More improvements.
* Small fix.
* Small fix.
* Small fix.
* Small fix.
* Small fix.
* Lint fix.
* Copy edits
* Apply suggestions from code review
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-01-06 08:58:25 -08:00
Yangmin Zhu
362a64cf95
add notes for enabling mTLS for authz ( #6280 )
2020-01-06 08:09:25 -08:00
Vadim Eisenberg
b6a786ca93
Fix comments of 5262 ( #6206 )
...
* add "for" in description: ... configure Istio for Kubernetes External Services
* add "in the default namespace" to "create a Kubernetes ExternalName Service"
* mention the Kubernetes DNS format for services
2020-01-03 11:32:24 -08:00
SerenaFeng
8da598fdff
V1/2_POD_IP error when there are other pods labelled version=v1/2 ( #6245 )
...
* bugfix: V1/2_POD_IP set error when there are multiple pods labelled version=v1/2
* certificate decode error when decoding from bash pipe by openssl
* revert certificate decode error when decoding from bash pipe by openssl
2020-01-03 11:14:56 -05:00
Lin Sun
7d2c7d1e21
use the new install link ( #6199 )
2019-12-31 08:27:22 -08:00
Lin Sun
86f642902b
remove controlPlaneSecurityEnabled ( #6200 )
...
* remove controlPlaneSecurityEnabled
as it is enabled by default now
* more update
* more updates
* more updates
* more update
2019-12-31 08:14:30 -08:00
Lin Sun
c285372359
update with correct output ( #6186 )
...
* update with correct output
shows source and destination service
* Update index.md
2019-12-31 08:14:22 -08:00
Frank Budinsky
23aeda36dd
Add required matchLabels to deployments ( #6155 )
2019-12-20 10:49:06 -08:00
Lin Sun
4601017961
remove bin reference to istioctl ( #6154 )
...
* remove bin reference to istioctl
as all of our other tasks assume istioctl is on the path already. Having it cause me an alert on my mac:
“istioctl” can’t be opened because Apple cannot check it for malicious software.
* fix istioctl path
2019-12-19 13:55:05 -08:00
Lin Sun
9bf0d55b26
update the cmd to retrieve token correctly ( #6128 )
...
* update the cmd to retrieve token correctly
* update to remove empty char only
* remove tab also
* Update content/en/docs/tasks/security/authentication/authn-policy/index.md
Co-Authored-By: Eric Van Norman <ericvn@us.ibm.com>
2019-12-18 06:24:23 -08:00
Shamsher Ansari
38a997a026
Set Kiali username and password on separate prompt ( #6079 )
...
* Set Kiali username and password on separate prompt
* Fix linting errors
* Revert zsh prompt to single copiable box
* Fix review comment suggestions
* Remove spacing
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
2019-12-17 07:57:50 -08:00
youmoo
633309cbbf
Fix typo ( #6115 )
...
"less than" not "less that"
2019-12-16 06:44:48 -08:00
Jianfei Hu
f2e87724f3
remove optional wording in title ( #6089 )
2019-12-16 09:20:05 -05:00
Shamsher Ansari
5c269c0340
Improve Mutual TLS migration example ( #6035 )
...
As with version v1.4.0, Experimental multi-cluster setup has been added to istioctl
The following command also provides istio-multicluster-destinationrule and host information
kubectl get destinationrule --all-namespaces
2019-12-10 13:06:43 -08:00
Shamsher Ansari
6da47574b2
Fix broken link for Configure Citadel Service Account Secret Generation ( #6042 )
2019-12-10 08:11:08 -08:00
Shamsher Ansari
ae81fe9cec
Fix setting up Automatic mutual TLS example ( #6010 )
2019-12-06 07:12:48 -08:00
Martin Taillefer
ae41b8fcdd
Site improvements. ( #6003 )
...
- Update common files.
- Switch to latest Hugo version.
- Thanks to the new Hugo, retire the text_hack shortcode.
The hack is no longer needed.
2019-12-06 06:59:22 -08:00
Martin Taillefer
c863bea599
Content changes to prepare to switch to the new Hugo. ( #5993 )
...
These fix problems encountered when switching to the new Hugo which has
a completely different markdown engine. I went through diffs of the generated
HTML and made required adjustments.
2019-12-05 12:44:01 -08:00
Martin Taillefer
6165cb9821
Replace cookies with local storage. ( #5949 )
...
- We don't need cookies for istio.io, the few settings we do have should be
managed with browser-local storage instead. This is a better privacy posture,
and avoids sending needless data to the server for every request.
2019-12-02 13:02:51 -08:00
Jonas Lomholdt
2abe169849
Update index.md ( #5940 )
...
Fix broken link to Zipkin homepage.
2019-12-01 05:47:42 -08:00
John Howard
24e35577de
Add note about annotations to control traffic ( #5896 )
...
* Add note about annotations to control traffic
Fixes https://github.com/istio/istio/issues/19258
* Update content/en/docs/tasks/traffic-management/egress/egress-control/index.md
Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
2019-11-27 11:17:41 -08:00
Frank Budinsky
16b11a22e1
Clarify SDS is not default ( #5882 )
2019-11-26 10:00:42 -08:00
Frank Budinsky
60f73570f0
Another ops guide incremental improvement ( #5830 )
...
* Another ops guide incremental improvement
* fix broken links
* more lint errors
* one more lint
* fix aliases
2019-11-25 11:58:39 -08:00
Vadim Eisenberg
66f2d2a02c
Use subset in the destination rule of TLS origination ( #5795 )
...
* use a subset in the destination rule for TLS origination
this way the TLS origination will only be applied for the traffic directed by the
virtual service for TLS origination. TLS origination will not be applied for the original TLS traffic
* add a check that the original TLS traffic works as before
2019-11-19 09:51:45 -08:00
Xinnan Wen
97fcd651a2
fix ingress cert deployment doc ( #5777 )
2019-11-19 07:51:45 -08:00
Phillip Quy Le
bc16c4c4a7
Create trust domain migration task for authz ( #5486 )
...
* Create trust domain migration task for authz
* Revise content and address comments
* Remove httpbin and sleep from example
2019-11-15 10:14:46 -08:00
imgbot[bot]
7127c4b401
[ImgBot] Optimize images ( #5686 )
...
*Total -- 462.00kb -> 354.39kb (23.29%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml1.png -- 70.47kb -> 50.40kb (28.47%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml3.png -- 71.62kb -> 54.33kb (24.14%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml2.png -- 71.49kb -> 54.54kb (23.7%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig1-tooltip.png -- 69.20kb -> 53.49kb (22.7%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig0-errormsgs.png -- 95.54kb -> 74.65kb (21.87%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig2-details-errormsgs.png -- 83.69kb -> 66.98kb (19.97%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2019-11-14 10:42:04 -08:00
John Mazzitelli
0eefb5f1bd
[kiali] add viewing and editing Istio configuration YAML to the task ( #5682 )
...
* [kiali] add viewing and editing Istio configuration YAML to the task
* The linter is failing this because it considered "Config" a spelling error. However, the actual GUI menu item is literally called "Istio Config".
Because of this, I cannot format "Istio Config" in simply bold letters (which is the Istio doc standard for denoting GUI elements).
Thus, even though its a GUI element, I have to surround with backticks to avoid this being considered a spelling error.
* Incorporate review suggestion.
Fix some other things I noticed.
2019-11-14 10:19:46 -08:00
Rigs Caballero
22d066be37
Added the Best Practices section with general principles. ( #5137 )
...
* Added the Best Practices section with general principles.
This is the beginning of the new Best Practices section.
Our goal is to provide a section for all the best practices and recommendations
for Istio deployments. The best practices are based on the identified and
recommended deployment models.
Signed-off-by: rcaballeromx <grca@google.com>
* Change headings for clarity.
Adds clarity to some passages based on feedback.
Removes a list of recommendations that was causing some confusion.
Adds a glossary entry for failure domains and how they relate to a
platform's availability zones.
Signed-off-by: rcaballeromx <grca@google.com>
* Move Best Practices to Ops Guide
Signed-off-by: rcaballeromx <grca@google.com>
* Moved Deployment Best Practices to a new "Prepare Your Deployment" section.
Moved all deployment preparation content into a new section under "Setup".
For now the content includes the following sections:
- Deployment models
- Deployment best practices
- Pod requirements
Merged the two existing pages containing pod requirements into one single page.
Signed-off-by: rcaballeromx <grca@google.com>
* Replace example with better guidance around namespace tenancy.
Signed-off-by: Rigs Caballero <grca@google.com>
* Add links and language pointing to the Prepare section
Signed-off-by: Rigs Caballero <grca@google.com>
* Fix minor typos and broken links.
Signed-off-by: Rigs Caballero <grca@google.com>
* Move from Setup to Operations
Signed-off-by: Rigs Caballero <grca@google.com>
* Fix broken links
Signed-off-by: Rigs Caballero <grca@google.com>
* Fix rebasing issues.
Signed-off-by: Rigs Caballero <grca@google.com>
* Fix multicluster install link.
Signed-off-by: Rigs Caballero <grca@google.com>
2019-11-14 11:58:29 -05:00
imgbot[bot]
44f3b69571
[ImgBot] Optimize images ( #5681 )
...
*Total -- 519.17kb -> 415.78kb (19.92%)
/content/en/docs/tasks/observability/kiali/kiali-wiz2-ratings-service-action-menu.png -- 74.48kb -> 56.30kb (24.41%)
/content/en/docs/tasks/observability/kiali/kiali-validate1-list.png -- 56.54kb -> 42.82kb (24.27%)
/content/en/docs/tasks/observability/kiali/kiali-validate2-errormsg.png -- 66.59kb -> 51.16kb (23.17%)
/content/en/docs/tasks/observability/kiali/kiali-validate3-ok.png -- 64.55kb -> 49.65kb (23.09%)
/content/en/docs/tasks/observability/kiali/kiali-wiz3-weighted-routing-wizard.png -- 56.24kb -> 45.06kb (19.87%)
/content/en/docs/tasks/observability/kiali/kiali-wiz1-graph-ratings-percent.png -- 92.98kb -> 78.59kb (15.48%)
/content/en/docs/tasks/observability/kiali/kiali-wiz0-graph-options.png -- 62.54kb -> 53.13kb (15.04%)
/content/en/docs/tasks/observability/kiali/kiali-wiz4-ratings-weighted-route-90-10.png -- 45.25kb -> 39.07kb (13.66%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2019-11-14 06:47:27 -08:00
John Mazzitelli
c17237118b
[kiali] add new sections to illustrate non-graph-related features ( #5665 )
...
* [kiali] add a new section that creates a weighted route to show kiali is more than just a pretty graph.
* spell checker failed, I assume "dropdown" and "checkbox" and "popup" must not be compound words.
(I can't get the linter to run locally on my box, so I have to commit this and see what travis says)
* address suggestions.
* Alot of the Istio community does not know that Kiali is more than just a graph.
We want to get that across. This Task can't cover it all, so this commit
adds a link to the "Features" page of the kiali website
which lists the non-graph features as well so people can at least
learn about those other features.
* add a task to show kiali validation
2019-11-14 06:43:16 -08:00
John Zheng
3d7011c31b
Improve index.md ( #5646 )
...
Suggest to add this commit, to improve user experience.
Already be merged into release-1.3, FYI
https://github.com/istio/istio.io/pull/5489/commits
2019-11-14 05:49:31 -08:00
Frank Budinsky
f5ce9feb70
Consolidate getting started instructions ( #5642 )
...
* Consolidate getting started instructions
* review comments
* fix broken links
* add istioctl link
* Fix spelling
* more broken links
* one more
2019-11-12 23:04:33 -05:00
Hongzhi
4a8a81306a
update ingress-certmgr index.md ( #5617 )
...
* update index.md
I think the words I delete has no strong relation with this article and the words is really hard to understand.
* remove extra space
2019-11-12 17:52:52 -08:00
Kuat
8bdc407a6e
update tracing doc ( #5643 )
...
Signed-off-by: Kuat Yessenov <kuat@google.com>
2019-11-12 14:10:54 -08:00
Ed Snible
b419fcbfab
Use 'istioctl dashboard' instead of port-forward ( #5296 )
...
* Use 'istioctl dashboard' instead of port-forward
* bold references to UI elements
* Cleanup dashboards
* Address comments
* Mention control-c, which is easier way to stop dashboard
2019-11-12 07:28:54 -08:00
Jimmy Chen
08a92bb255
fix workload-SDS user guide ( #5612 )
2019-11-12 07:16:54 -08:00
Diem Vu
822701661d
Fix tls-check output example ( #5608 )
...
* Fix tls-check output example
* Fix spacing
2019-11-11 15:54:54 -08:00
lei-tang
62453fc38e
Add an explanation that Chiron is linked with Pilot ( #5609 )
2019-11-11 15:42:53 -08:00
Rigs Caballero
047785da6a
Replace "Mesh Expansion" with "VM Support" and related edits. ( #5215 )
...
Let's make additional changes in a followup PR.
* Replace "Mesh Expansion" with "VM Support" and related edits.
To avoid confusion and improve the visibility of the VM-related content, these
changes align with terminology used by our users.
Signed-off-by: rcaballeromx <grca@google.com>
* Fix descriptions, titles and link texts.
Addressed the feedback given around the link text still containing "mesh
expansion". Also addressed the feedback around the accuracy of the
titles and descriptions used.
Signed-off-by: rcaballeromx <grca@google.com>
* Fix bullets and descriptions.
Signed-off-by: rcaballeromx <grca@google.com>
* Return content to examples.
Signed-off-by: rcaballeromx <grca@google.com>
* Fix broken links.
Signed-off-by: rcaballeromx <grca@google.com>
* Fix title for accuracy.
Signed-off-by: rcaballeromx <grca@google.com>
* Fix links for ZH content.
Signed-off-by: rcaballeromx <grca@google.com>
* Fix language for clarity.
Signed-off-by: rcaballeromx <grca@google.com>
* Fix broken link to SDS task.
Signed-off-by: rcaballeromx <grca@google.com>
* Fix merge conflicts.
Signed-off-by: Rigs Caballero <grca@google.com>
2019-11-11 18:28:05 -05:00
Frank Budinsky
823e85b69a
Reorganize reference docs ( #5595 )
...
* Reorganize reference docs
* aliases
* corrections
* fix broken links
* fix broken link
* another broken link
* another broken link
2019-11-11 17:46:27 -05:00
lei-tang
7f85876be6
Check no prior webhook configs and clean up webhook configs ( #5597 )
2019-11-11 12:36:54 -08:00
Martin Taillefer
01747f2349
Fix a bunch of busted links. ( #5588 )
2019-11-11 07:43:43 -08:00
imgbot[bot]
164f35a12c
[ImgBot] Optimize images ( #5585 )
...
*Total -- 469.72kb -> 381.24kb (18.84%)
/content/en/docs/tasks/observability/kiali/kiali-services.png -- 52.14kb -> 39.89kb (23.49%)
/content/en/docs/tasks/observability/kiali/kiali-overview.png -- 47.88kb -> 37.63kb (21.41%)
/content/en/docs/tasks/observability/kiali/kiali-graph.png -- 133.93kb -> 107.29kb (19.89%)
/content/en/docs/tasks/observability/kiali/kiali-workload.png -- 86.63kb -> 69.61kb (19.65%)
/content/en/docs/tasks/observability/kiali/kiali-app.png -- 55.39kb -> 46.01kb (16.94%)
/content/en/docs/tasks/observability/kiali/kiali-service-graph.png -- 31.46kb -> 26.99kb (14.21%)
/content/en/docs/tasks/observability/kiali/kiali-versionedapp.png -- 62.29kb -> 53.82kb (13.6%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2019-11-11 06:20:06 -08:00
John Mazzitelli
5313384279
[kiali] update task doc ( #5440 )
...
* [kiali] update task doc
* remind the user what the demo secret credentials are
2019-11-11 06:12:53 -08:00
Oliver Liu
98ce605cb8
Fix several istio.io tasks. ( #5539 )
2019-11-09 06:32:00 -08:00
Jianfei Hu
16d07b0483
Update the egrep and service accounts. ( #5523 )
...
* Update the egrep and service accounts.
* fix the lint.
2019-11-09 06:20:52 -08:00
lei-tang
026bb329d4
Change the config names to be consistent with istioctl installation ( #5529 )
2019-11-08 16:33:52 -08:00
Oliver Liu
ef1ffd4cfd
Fix auth installation and its references. ( #5482 )
...
* Fix auth installation and its references.
* Apply suggestions from code review
Fix according to the feedback.
Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
2019-11-08 16:51:19 -05:00
lei-tang
1d2c74a629
Fix bug istioctl manifest command does not read from standard input ( #5521 )
2019-11-08 10:36:52 -08:00
lei-tang
b0cdd6f222
User guide for istioctl managing webhooks ( #5162 )
...
* User guide for istioctl managing webhooks
* Generate the webhook configurations
* Skip long config
* Move the task to be under setup/install directory
* Add jq as a prerequisite
* Decouple installation from the user guide
* Add explanations to config
* Change the weight
* Revisions on cleanup
* Revise headings
* Revise the search instructions
* Revise the wordings
* Revise install instructions and location
* Skip --validation
* Use istioctl to generate webhook configurations
* Use istioctl to install
* Revise the commands
* Revise the wording
* Remove two comment lines
2019-11-08 07:59:51 -08:00
lei-tang
acd3269915
User guide for Istio DNS certificates ( #5152 )
...
* User guide for Istio DNS certificates
A guide of how to provision and manage DNS certificates in Istio.
* Explain why uses this feature
* Use the boilerplate command
* Unindent a text block
* Add jq as a prerequisite
* Decouple installation step from the user guide
* Wording revisions
* Wording revisions and change weight
* Follow the same installation approach of CNI
* Revise the writing
* Merge the javascript functions
* Fix the lint error
- ./public/docs/tasks/security/dns-cert/index.html
* linking to /docs/setup/install/helm/#dnscerts, but dnscerts does not exist (line 58176)
<a href="/docs/setup/install/helm/#dnscerts">Customizable Install with Helm</a>
htmlproofer 3.12.0 | Error: HTML-Proofer found 1 failure!
* Use istioctl to install Istio
* Revisions according to review comments
* Add an explanation
* Revise based on review comments
* Remove the referrence to a file
2019-11-08 07:47:51 -08:00
Frank Budinsky
a6a5769f12
Organize security tasks ( #5474 )
...
* Organize security tasks
* lint errors
* fixes
* more fixes
2019-11-07 15:54:27 -05:00
Yangmin Zhu
cbcea241ad
update authz group task for 1.4 ( #5435 )
...
* update authz group page for 1.4
* address comments
2019-11-07 06:24:51 -08:00
Jianfei Hu
d0dae3fb18
Auto mTLS user guide doc on istio.io ( #5313 )
...
* first rewrite of the DR removal till global mTLS section.
* remove all destinationrule for authn policy doc.
* lint fix
* add separate page for automtls
* restore the original authn policy
* new page with auto mtls separately.
* fix the lint
* fix lint and using istioctl manifest.
* complete the instructions for auto mlts
* finish and verify with install
* more delta before and after in strict
* header with certificate identity.
* no more helm
* apply the suggestion.
2019-11-06 15:20:15 -08:00
Neeraj Poddar
db10e052ff
Fix directory structure/heading for istioctl install ( #5390 )
2019-11-05 12:37:19 -08:00
Martin Taillefer
4d4e6ae28e
General cleanup items. ( #5325 )
...
- Fix a bunch of heading capitalization.
- Remove words that shouldn't be in the dictionary
and update the text accordingly.
- Added a few @@ sequences to reference content files from text blocks.
- Used a few {{< source_branch_name >}} sequences to refer to the proper
branch in GitHub rather than master.
2019-11-04 06:41:54 -08:00
Yangmin Zhu
9532bc0dda
update authorization for HTTP task for v1beta1 policy ( #5185 )
...
* update authorization for HTTP task for v1beta1 policy
* fix
* small update
* resolve comments
* address comments
* minor
* more fix
* address comments
* address comments
* remove namespace-level
* more fix
* remove duplicate
2019-11-01 15:54:22 -07:00
Frank Budinsky
4bf2fb2e5e
Remove uses of istio-demo.yaml ( #5311 )
...
* Remove uses of istio-demo.yaml
* broken link
2019-10-31 13:38:03 -07:00
Yangmin Zhu
facbed0482
update authorization for TCP task for v1beta1 policy ( #5196 )
...
* update authorization for TCP task for v1beta1 policy
* address comments
* address comment
* address comments
* more fix
* resolve comments
* fix
2019-10-31 09:37:35 -04:00
Vadim Eisenberg
83908ddaa4
Fix certificates generation in secure gateways ( #5263 )
...
* fix the certificate and private key generation for the first section
* rewrite the second section
* fix the third section
* fix the troubleshooting section
* remove a reference to generating certificates and keys in the ingress passthru task
* a certificates -> a certificate, Generate a certificate -> Create a certificate
2019-10-29 08:07:35 -07:00
Vadim Eisenberg
241143bfa9
add port name "tls" to both Service and Endpoints ( #5261 )
...
otherwise the service is treated as HTTP, causing an error
2019-10-29 08:00:36 -07:00
Vadim Eisenberg
e5cb80badc
add a cleanup subsection to set desired outbound traffic policy mode ( #5264 )
...
* add a cleanup subsection to set desired outbound traffic policy mode
the title: "Set the `global.outboundTrafficPolicy.mode` to your desired mode"
* remove a redundant empty line
* rename the subsection to be "Set the outbound traffic policy mode to your desired value"
* remove a semicolon at the end of the subsection's title
* add `uniq` so the output of the current outbound traffic policy mode will appear once
2019-10-29 07:10:35 -07:00
Frank Budinsky
f220f655a7
Deprecate helm install ( #5270 )
...
* Deprecate helm install
* fix lint
* address review comments
* correction
2019-10-29 06:37:34 -07:00
Rigs Caballero
03ca9f6478
Move pages out from the Concepts section ( #5256 )
...
* Move Deployment Models from Concepts to Setup
Signed-off-by: rcaballeromx <grca@google.com>
* Move Architecture from Concepts to Ops.
Signed-off-by: rcaballeromx <grca@google.com>
* Move Performance page from Concepts to Ops
Signed-off-by: rcaballeromx <grca@google.com>
2019-10-24 15:40:25 -07:00
Jimmy Chen
3fec0dd43f
update user guide ( #5233 )
2019-10-24 10:07:43 -07:00
Diem Vu
272a55b88b
Update istioctl auth tls-check example to reflect https://github.com/istio/istio/pull/17720 ( #5219 )
...
* content/en/docs/tasks/security/mutual-tls/index.md
* Correct destination rule name in tls-check example
* UPdate check-policy.md
2019-10-23 12:19:42 -07:00
John Howard
962c9ac0aa
Remove one last mention of demo-auth ( #5236 )
2019-10-23 08:59:11 -07:00
Jimmy Chen
4cefe4f495
update user guide ( #5230 )
2019-10-22 11:45:10 -07:00
Naoki Oketani
92eac8892c
Quote jsonpath to support zsh ( #5211 )
2019-10-21 10:02:37 -07:00
Gary Brown
e1072c7494
Revert port back to 9411 ( #5156 )
2019-10-21 09:54:37 -07:00
Martin Taillefer
e8f8b4feb8
Improve snippet logic. ( #5205 )
...
- Support snippets that specify the body syntax and output
syntax of the snippet.
- Snippets with bash syntax triggered an incorrect error message.
- No error message was produced for a misnamed snippet
- Convert a security task to use snippets to populate its
many preformatted blocks.
2019-10-20 16:27:51 -07:00
Zhonghu Xu
0350dc178a
Fix kiali link ( #5002 )
2019-10-19 06:17:35 -07:00
Yangmin Zhu
adc0b9c44a
remove deprecated authz permissive task ( #5191 )
...
* remove deprecated authz permissive task
* update alias
2019-10-18 13:49:56 -07:00
Istio Automation
7b3a0a8591
update logging-stack.yaml in Logging with Fluentd ( #5194 )
...
Use apps/v1 Deployment rather than extensions/v1beta1
2019-10-18 15:48:59 -04:00
Chunlin Yang
38f252fb68
Get rid of demo-auth ( #5024 )
...
* Get rid of demo-auth
Signed-off-by: Chun Lin Yang <clyang@cn.ibm.com>
* remove strict mtls mode
* address comments
* fix linter error
* Add instruction for mtls
* add back demo-auth in configuration profile
* Update content/zh/docs/setup/kubernetes/install/kubernetes/index.md
Co-Authored-By: SataQiu <1527062125@qq.com>
* Update content/zh/docs/tasks/security/health-check/index.md
Co-Authored-By: SataQiu <1527062125@qq.com>
* Update content/zh/docs/tasks/security/https-overlay/index.md
Co-Authored-By: SataQiu <1527062125@qq.com>
* Update content/zh/docs/tasks/security/https-overlay/index.md
Co-Authored-By: SataQiu <1527062125@qq.com>
* Update content/zh/docs/tasks/security/plugin-ca-cert/index.md
Co-Authored-By: SataQiu <1527062125@qq.com>
* Update content/zh/docs/tasks/security/plugin-ca-cert/index.md
Co-Authored-By: SataQiu <1527062125@qq.com>
* Update content/zh/docs/tasks/security/health-check/index.md
Co-Authored-By: SataQiu <1527062125@qq.com>
2019-10-18 09:55:29 -04:00
Martin Taillefer
d6445fc726
Update reference docs. ( #5173 )
...
preliminary.istio.io will now display reference material for the release-1.4 branches
of istio/istio, istio/api, and istio/operator.
2019-10-17 11:09:11 -07:00
Frank Budinsky
32592c56b2
Correct secure ingress task cleanup ( #5175 )
2019-10-17 10:42:15 -07:00
imgbot[bot]
6e1825036e
[ImgBot] Optimize images ( #5167 )
...
*Total -- 2,116.10kb -> 2,113.71kb (0.11%)
/assets/inline_images/landing/routing-and-load-balancing.svg -- 2.02kb -> 1.49kb (26.05%)
/assets/inline_images/landing/telemetry-and-reporting.svg -- 2.26kb -> 1.74kb (22.86%)
/assets/inline_images/landing/policy-enforcement.svg -- 1.41kb -> 1.12kb (21.01%)
/static/img/istio-bluelogo-nobackground-unframed.svg -- 0.32kb -> 0.26kb (18.73%)
/static/img/istio-whitelogo-bluebackground-unframed.svg -- 0.39kb -> 0.32kb (17.75%)
/static/img/istio-bluelogo-whitebackground-unframed.svg -- 0.39kb -> 0.32kb (17.13%)
/static/img/istio-bluelogo-nobackground-framed.svg -- 0.35kb -> 0.29kb (17.13%)
/assets/inline_images/landing/resiliency.svg -- 2.33kb -> 1.94kb (16.83%)
/static/img/istio-bluelogo-whitebackground-framed.svg -- 0.42kb -> 0.35kb (16.47%)
/static/img/istio-whitelogo-bluebackground-framed.svg -- 0.42kb -> 0.35kb (15.89%)
/assets/inline_images/landing/istio-logo.svg -- 0.17kb -> 0.16kb (6.25%)
/assets/inline_images/istio-whitelogo-bluebackground-rounded.svg -- 0.21kb -> 0.21kb (3.21%)
/content/en/blog/2018/egress-https/https_from_the_app.svg -- 16.61kb -> 16.59kb (0.12%)
/content/en/about/contribute/diagrams/diagram-guidelines.svg -- 47.65kb -> 47.63kb (0.05%)
/content/en/blog/2018/egress-monitoring-access-control/https-to-gateway.svg -- 37.47kb -> 37.46kb (0.05%)
/content/en/blog/2018/egress-monitoring-access-control/http-to-gateway.svg -- 37.63kb -> 37.61kb (0.05%)
/content/en/docs/reference/config/policy-and-telemetry/mixer-overview/topology-with-cache.svg -- 81.78kb -> 81.75kb (0.03%)
/content/en/blog/2019/data-plane-setup/arch-2.svg -- 82.76kb -> 82.74kb (0.03%)
/content/en/docs/setup/install/multicluster/shared-gateways/diagram.svg -- 116.08kb -> 116.05kb (0.02%)
/content/en/docs/tasks/traffic-management/egress/wildcard-egress-hosts/EgressGatewayWithSNIProxy.svg -- 71.72kb -> 71.71kb (0.02%)
/content/en/docs/examples/mesh-expansion/bookinfo-expanded/mesh-expansion.svg -- 217.56kb -> 217.53kb (0.01%)
/content/en/blog/2017/mixer-spof-myth/mixer-spof-myth-2.svg -- 91.28kb -> 91.28kb (0.01%)
/content/en/blog/2019/egress-traffic-control-in-istio-part-2/SecurityArchitectureWithL3Firewalls.svg -- 502.86kb -> 502.83kb (0%)
/content/zh/docs/concepts/multicluster-deployments/multicluster-with-gateways.svg -- 249.43kb -> 249.42kb (0%)
/content/en/docs/setup/install/multicluster/gateways/multicluster-with-gateways.svg -- 250.49kb -> 250.48kb (0%)
/content/zh/docs/concepts/multicluster-deployments/multicluster-with-vpn.svg -- 150.61kb -> 150.60kb (0%)
/content/en/docs/setup/install/multicluster/shared-vpn/multicluster-with-vpn.svg -- 151.47kb -> 151.47kb (0%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2019-10-17 10:05:01 -07:00
Frank Budinsky
c8ac8eb91c
Better organize operations guide material ( #5163 )
...
\
2019-10-16 09:59:04 -07:00
Naoki Oketani
31d21ffbb4
migrate Deployment apiVersion from extensions/v1beta1 to apps/v1 to support k8s 1.16 ( #5159 )
...
* migrate Deployment apiVersion from extensions/v1beta1 to apps/v1 to support k8s 1.16
* migrate Deployment, PodSecurityPolicy apiVersion to support k8s 1.16
2019-10-15 10:56:21 -07:00
Naoki Oketani
01c8fe2a1b
Update fault injection percentage syntax ( #5139 )
2019-10-15 07:31:22 -07:00
Vadim Eisenberg
e392d7260a
add a task about Kubernetes Services for egress ( #4710 )
...
* add the first version of Egress with Kubernetes Services
* add explicit disabling of TLS in destination rules
* rewrite the motivation for Kubernetes service entries
motivation: location transparency
* remove pre-Istio from .spelling
* add "The external services are not part of an Istio service mesh..."
so they cannot perform the mutual TLS of Istio.
* split a long line
* expand the explanations about disabling Istio's mutual TLS
* add explanation about disabling TLS mode in the HTTP case
* add explanation about disabling Istio mutual TLS for HTTPS case
* unencoded -> unencrypted
* fix a link
* fix the location of the task to be in content/en
2019-10-15 01:30:21 -07:00
Frank Budinsky
78ec428817
Improve concepts organization ( #5095 )
...
* cleanup unused files
* tweak wording
* merge traffic management architecture material
* reorg top level concept sections
* lint errors
* fix list style
2019-10-04 11:43:31 -07:00
John Howard
cfef86521c
Remove mention of Istio managed certmanager ( #5092 )
...
* Remove mention of Istio managed certmanager
* Fix lint
* Number list
* Fix indent
* Update content/en/docs/tasks/traffic-management/ingress/ingress-certmgr/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
2019-10-02 09:26:25 -07:00
John Howard
fbc726c6b7
Remove usages of curl inside istio-proxy ( #5073 )
...
* Remove usages of curl inside istio-proxy
Distroless builds of Istio do not contain curl, so we should not tell
users to use it. Pilot-agent handles this functionality for us
* Fix lint error
2019-09-27 16:46:22 -07:00
Martin Taillefer
d42dfe94ba
Introduce top-level News section. ( #5060 )
2019-09-27 07:09:58 -07:00
Ryan Michela
351710d058
Egress TLS origination port 443 must be HTTPS ( #5049 )
...
* Port 443 must be HTTPS
* Port 443 must be HTTPS
2019-09-26 12:05:15 -04:00
Xinnan Wen
e606e95503
Fix typo ( #5055 )
2019-09-25 12:00:42 -07:00
Vadim Eisenberg
28db342298
Minor egress fixes ( #5025 )
...
* fix the protocol in an HTTPS URL
* add "Enable Envoy's Access Logging" step to egress tasks
2019-09-21 23:41:11 -07:00
LisaFC
1ecc6cf6bb
Updated traffic management concept guide ( #5014 )
...
* New traffic management rewrite
* Updated traffic management guide
* Fix typo
* Update content/en/docs/concepts/traffic-management/index.md
Co-Authored-By: John Howard <howardjohn@google.com>
* Update content/en/docs/concepts/traffic-management/index.md
Co-Authored-By: John Howard <howardjohn@google.com>
* Implementing Frank and John's edits
* Update content/en/docs/concepts/traffic-management/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/concepts/traffic-management/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/concepts/traffic-management/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/concepts/traffic-management/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/concepts/traffic-management/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/concepts/traffic-management/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Data plane definition
* Added glossary links
* Update content/en/docs/concepts/traffic-management/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/concepts/traffic-management/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/concepts/traffic-management/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/concepts/traffic-management/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/concepts/traffic-management/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/concepts/traffic-management/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/concepts/traffic-management/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/concepts/traffic-management/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/concepts/traffic-management/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/concepts/traffic-management/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/concepts/traffic-management/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Implementing Frank's suggestions
* More edits
* Update content/en/docs/concepts/traffic-management/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/concepts/traffic-management/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/concepts/traffic-management/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* More edits from Frank and Srinath
* Update content/en/docs/concepts/traffic-management/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* More edits
* Update index.md
* yet more edits
* Lint fixes and CRD glossary entry
* more links
* sdake's edits
2019-09-20 12:51:10 -07:00
Jonh Wendell
84b5aaca9e
Mention mirror_percent field in mirroring task ( #4975 )
...
* Mention mirror_percent field in mirroring task
* Apply suggestions from code review
Co-Authored-By: Adam Miller <1402860+adammil2000@users.noreply.github.com>
2019-09-18 09:56:13 -07:00
Yangmin Zhu
9dae69638c
update psp ( #4977 )
2019-09-18 08:40:38 -07:00
Greg Taylor
c0284014fb
Rename Tasks/Telemetry to Tasks/Observability ( #4968 )
...
Matches a similar effort started in #4448 . Fixes #4730 .
2019-09-17 07:57:06 -07:00
Ed Snible
71145ac443
Error in Secure Gateways (SDS) extra <angle brackets> ( #4930 )
...
* Fix bash: syntax error near unexpected token
* Use <password> throughout
* Add angle brackets for single-backticked 'password'
2019-09-12 12:02:20 -04:00
Martin Taillefer
91c93a39b3
Added a bunch of links around istioctl. ( #4970 )
2019-09-12 08:26:58 -07:00
Romain Lenglet
78a3473b94
Fix Envoy stats examples in egress docs ( #4903 )
2019-09-12 06:03:56 -07:00
Phillip Quy Le
aa0f287161
Remove out-dated SDS stuff ( #4924 )
2019-09-10 17:06:35 -04:00
Jimmy Chen
454a091864
Revise ingress-sds user guide ( #4946 )
...
* add space after -
* revise
* Update content/en/docs/tasks/traffic-management/ingress/secure-ingress-sds/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/tasks/traffic-management/ingress/secure-ingress-sds/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
2019-09-10 12:17:56 -07:00
Sam Naser
9ff424c3ec
Add docs for updated Citadel namespace targeting mechanism ( #4746 )
...
* Add docs for updated Citadel namespace targeting mechanism
* Make doc voicing and audience pronouns fit rest of docs
2019-09-10 07:51:56 -07:00
lei-tang
dc7acb1b18
[Release 1.3] Temporarily disable the user guide of Istio Vault integration for release 1.3 ( #4904 )
...
* Temporarily disable the user guide of Istio Vault integration for release 1.3
Istio release 1.3 uses new k8s JWT (https://github.com/istio/istio/pull/16147 ),
which breaks the user guide of Istio Vault CA integration for release 1.3.
This PR temporarily disables the user guide of Istio Vault CA integration for release 1.3.
2019-09-05 20:32:27 -07:00
Jimmy Chen
05c692b820
Update ingress-sds ( #4906 )
...
* update ingress-sds
* revise
* revise
* Update content/en/docs/tasks/traffic-management/ingress/secure-ingress-sds/index.md
Co-Authored-By: Rigs Caballero <grca@google.com>
* Update content/en/docs/tasks/traffic-management/ingress/secure-ingress-sds/index.md
Co-Authored-By: Rigs Caballero <grca@google.com>
* Update content/en/docs/tasks/traffic-management/ingress/secure-ingress-sds/index.md
Co-Authored-By: Rigs Caballero <grca@google.com>
* Update content/en/docs/tasks/traffic-management/ingress/secure-ingress-sds/index.md
Co-Authored-By: Rigs Caballero <grca@google.com>
* Update content/en/docs/tasks/traffic-management/ingress/secure-ingress-sds/index.md
Co-Authored-By: Rigs Caballero <grca@google.com>
* Update index.md
2019-09-05 15:33:02 -07:00
Phillip Quy Le
436b65afb8
Sds trustworthy jwt doc ( #4701 )
...
* Update doc for sds
* Update SDS doc for trustworthy jwt feature
* Drop legacy jwt support
* Add SDS announcement
* Update content/en/blog/2019/trustworthy-jwt-sds/index.md
Co-Authored-By: Oliver Liu <yonggangl@google.com>
* Update content/en/blog/2019/trustworthy-jwt-sds/index.md
Co-Authored-By: Oliver Liu <yonggangl@google.com>
* Update content/en/blog/2019/trustworthy-jwt-sds/index.md
Co-Authored-By: Oliver Liu <yonggangl@google.com>
* Update content/en/blog/2019/trustworthy-jwt-sds/index.md
Co-Authored-By: Oliver Liu <yonggangl@google.com>
* Update content/en/blog/2019/trustworthy-jwt-sds/index.md
Co-Authored-By: Oliver Liu <yonggangl@google.com>
* Update content/en/blog/2019/trustworthy-jwt-sds/index.md
Co-Authored-By: Oliver Liu <yonggangl@google.com>
* Update content/en/blog/2019/trustworthy-jwt-sds/index.md
Co-Authored-By: Oliver Liu <yonggangl@google.com>
* Update content/en/blog/2019/trustworthy-jwt-sds/index.md
Co-Authored-By: Oliver Liu <yonggangl@google.com>
* Update content/en/blog/2019/trustworthy-jwt-sds/index.md
Co-Authored-By: Oliver Liu <yonggangl@google.com>
* Update content/en/blog/2019/trustworthy-jwt-sds/index.md
Co-Authored-By: Oliver Liu <yonggangl@google.com>
* Update content/en/docs/setup/platform-setup/_index.md
Co-Authored-By: Oliver Liu <yonggangl@google.com>
* Update index.md
* Update .spelling
* Update content/en/docs/setup/install/helm/index.md
Co-Authored-By: Romain Lenglet <romain.lenglet@berabera.info>
* Update index.md
* Update _index.md
* Update index.md
* Address comments
* Refine doc again
* Bump the support version of k8s to 1.13
* Update vendors
* Update docs
* Apply suggestions from code review
Co-Authored-By: Rigs Caballero <grca@google.com>
Co-Authored-By: Oliver Liu <yonggangl@google.com>
* Update content/en/blog/2019/trustworthy-jwt-sds/index.md
Co-Authored-By: Rigs Caballero <grca@google.com>
2019-09-05 13:44:03 -07:00
Jimmy Chen
54638f80de
Update auth-sds user guide ( #4901 )
...
* update auth-sds doc
* Update content/en/docs/tasks/security/auth-sds/index.md
Co-Authored-By: Oliver Liu <yonggangl@google.com>
* Update content/en/docs/tasks/security/auth-sds/index.md
Co-Authored-By: Rigs Caballero <grca@google.com>
2019-09-03 14:53:20 -07:00
John Howard
dc05694f8a
Remove old note about Istio 1.1 ( #4857 )
...
In 1.3 documentation I don't think we need a warning about 1.1 anymore
2019-08-27 13:30:53 -07:00
Martin Taillefer
14a593c563
Fix broken Envoy links. ( #4832 )
2019-08-26 14:55:57 -07:00
Adam Miller
917f34f843
Moved LLB content from tasks to ops / fixed links ( #4819 )
2019-08-22 13:32:26 -07:00
John Howard
bdf0bc0f4a
Update docs for locality lb changes ( #4815 )
...
* Update docs for locality lb changes
* Fixes
2019-08-21 14:04:32 -07:00
Ed Snible
79ff39088e
Rename example YAML manifests to match intent ( #4800 )
2019-08-20 07:29:42 -07:00
Adam Miller
07178c1348
Reorganized the Operations node ( #4765 )
2019-08-16 16:03:31 -07:00
Frank Budinsky
ca7559cab2
Remove Nomad & Consul docs ( #4805 )
...
* Remove Nomad & Consul docs
* broken links
* more broken links
* more broken links
* fix spelling errors
* remove broken ref
2019-08-16 12:13:30 -07:00
Martin Taillefer
d0cf1e171e
Move English content to content/en as agreed in WG meeting. ( #4789 )
...
Once this goes in, I'll move content_zh to content/zh.
2019-08-14 15:45:31 -07:00