Shamsher Ansari
d6bd6a15a5
remove tcp health check ( #8911 )
2021-02-08 07:54:15 -08:00
John Howard
2067a47cba
Add VM architecture diagram ( #8870 )
...
* Add VM architecture diagram
* Apply suggestions from code review
Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>
* Apply suggestions from code review
Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>
* Apply suggestions from code review
Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>
* Update content/en/docs/ops/deployment/vm-architecture/index.md
* fix lint
* Update content/en/docs/ops/deployment/vm-architecture/index.md
Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>
* Apply suggestions from code review
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* suggestions
Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2021-02-04 21:41:58 -08:00
John Howard
fec7e43e83
Add troubleshooting guide for VMs ( #8868 )
...
* Add troubleshooting guide for VMs
* Update content/en/docs/ops/diagnostic-tools/virtual-machines/index.md
Co-authored-by: Jimmy Song <rootsongjc@gmail.com>
Co-authored-by: Jimmy Song <rootsongjc@gmail.com>
2021-02-02 08:59:24 -08:00
John Howard
a142de5907
Remove root cert transition guide ( #8876 )
...
* Remove root cert transition guide
The guide is for users on 1.2. Any user from 1.2 would already have
their cert expired, so they either already followed this guide or
already had a production outage.
Fixes https://github.com/istio/istio.io/issues/6668
* fix lint
2021-01-29 14:01:47 -08:00
John Howard
730b536cf0
Remove localhost recommendation ( #8864 )
...
We are going to break `localhost` listeners: https://docs.google.com/document/d/1j-5_XpeMTnT9mV_8dbSOeU7rfH-5YNtN_JJFZ2mmQ_w/edit# . It was bad advice to begin with, written by myself I believe
2021-01-28 09:18:03 -08:00
Ryota
71f507922a
Fix typo and minor wording ( #8863 )
2021-01-28 08:33:12 -08:00
Shamsher Ansari
0777e873a8
use bookinfo pod to check envoy version ( #8844 )
...
* use bookinfo pod to check envoy version
* use jq to filter output
2021-01-27 06:17:44 -08:00
Ed Snible
d475797544
Test Automation for ops/configuration/mesh/config-resource-ready ( #8823 )
...
* Test Automation
* Fix cleanup after test
* Pass 'y' to 'istioctl install'
* clean up the cleanup section
2021-01-26 06:43:28 -08:00
Shamsher Ansari
b1dd7612a1
use different pod for querying kube system pods ( #8816 )
...
* use different pod for querying kube system pods
* use kube-dns lable for querying pod
2021-01-22 10:20:57 -08:00
Istio Automation
a4121fd3c1
[master] Fix grafana script ( #8817 )
...
* Fix grafana script
Fixes https://github.com/istio/istio/issues/30173
* Update index.md
Co-authored-by: John Howard <howardjohn@google.com>
2021-01-21 07:56:15 -08:00
Shamsher Ansari
0e98207a6f
update latest logging scopes ( #8804 )
...
* update latest logging scopes
* add back few other scopes
* remove attribute
* use scopes from option help
2021-01-21 07:08:31 -08:00
Ed Snible
9d89183d5f
Fix example and use actual sample files so that we are ready for doc … ( #8806 )
...
* Fix example and use actual sample files so that we are ready for doc testing
* Fix typo
2021-01-21 06:34:54 -08:00
Shamsher Ansari
2a13ec957f
dashboard controlz: append ns to pod for controlz output ( #8803 )
...
* dashboard controlz: append ns to pod for controlz output
* use deployment name
2021-01-20 10:16:02 -08:00
Eric Van Norman
bea8d187e5
Silence curl command ( #8773 )
...
* Silence curl command
* Update more files with -sS (adding S to show errors)
* Over-agressive on the -S and causing some tests to fail.
* Remove more curl -S flags
2021-01-20 09:45:50 -08:00
Eric Van Norman
5d984eb560
Update istio.io/istio ref to 1.9.0-beta.0 ( #8562 )
...
* Update istio/istio ref to latest master
* Move to latest before testing.
* Update release in Makefile
* Fix some tests
* Update to latest isti.io/istio again
* Update to latest istio.io/istio
* Update to latest istio.io/istio
* Update ref to latest master
* Fix instioctl-analyze
* Add back @howardjohn commit I inadvertantly deleted
* Fix lint
* Pick up new stio: fix empty iop read from stdin for operator
* go mod tidy without itermediate go gets
* Update to current stats-filter's
* Needed another 'make gen'
* More go.* changes for changes in ref'd istio/istio
* Update istio to 1.9.0-beta.0
2021-01-19 11:57:22 -08:00
jacob-delgado
9cf3366e97
Use experimental as feature stage ( #8772 )
...
* Use experimental as feature stage
Pre-alpha/Development are deprecated in favor of Experimental (see
https://github.com/istio/community/pull/495 ). Update docs to reference
this phase.
* Add DNS proxying to experimental phase
* Do not mix alpha and experimental
* DNS Proxying is Alpha in 1.9; add to feature status page
* Fix virtual machine install doc based on review
* Fix linting issue
2021-01-15 13:01:58 -08:00
John Howard
1f5d8d1fa3
Add documentation for DNS proxy ( #8748 )
...
* Add documentation for DNS proxy
Basically converting
https://preliminary.istio.io/latest/blog/2020/dns-proxy/ to a doc
* Apply suggestions from code review
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/ops/configuration/traffic-management/dns-proxy/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2021-01-12 09:59:17 -08:00
Frank Budinsky
b6e141333c
Small grammar corrections ( #8691 )
2020-12-18 10:12:53 -08:00
Frank Budinsky
4fac23cf3d
Some traffic management doc fixes ( #8673 )
2020-12-16 08:41:55 -08:00
imgbot[bot]
7981c54490
[ImgBot] Optimize images ( #8579 )
...
*Total -- 16,698.64kb -> 15,132.55kb (9.38%)
/archive/v1.7/zh/about/community/partners/meshdynamics.png -- 146.38kb -> 47.51kb (67.54%)
/archive/v1.7/about/community/partners/meshdynamics.png -- 146.38kb -> 47.51kb (67.54%)
/archive/v1.7/blog/2020/mosn-proxy/mosn-arch.png -- 29.12kb -> 14.35kb (50.71%)
/archive/v1.7/zh/blog/2020/mosn-proxy/mosn-arch.png -- 29.12kb -> 14.35kb (50.71%)
/archive/v1.7/zh/about/community/customers/deepdesk.png -- 19.63kb -> 10.47kb (46.66%)
/archive/v1.7/about/community/customers/deepdesk.png -- 19.63kb -> 10.47kb (46.66%)
/archive/v1.7/docs/tasks/observability/metrics/querying-metrics/prometheus_query_result.png -- 191.94kb -> 117.14kb (38.97%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-wiz2-ratings-service-action-menu.png -- 114.91kb -> 77.47kb (32.58%)
/archive/v1.7/docs/setup/getting-started/kiali-example2.png -- 262.82kb -> 177.91kb (32.31%)
/archive/v1.7/zh/docs/setup/getting-started/kiali-example2.png -- 262.82kb -> 177.91kb (32.31%)
/archive/v1.7/docs/ops/diagnostic-tools/controlz/ctrlz.png -- 105.71kb -> 71.86kb (32.03%)
/archive/v1.7/blog/2020/deploy-wasm-declarative/how-it-works.png -- 117.95kb -> 81.33kb (31.04%)
/archive/v1.7/zh/blog/2020/deploy-wasm-declarative/how-it-works.png -- 117.95kb -> 81.33kb (31.04%)
/archive/v1.7/zh/about/community/customers/tuya.png -- 15.99kb -> 11.10kb (30.57%)
/archive/v1.7/about/community/customers/tuya.png -- 15.99kb -> 11.10kb (30.57%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-wiz1-graph-ratings-percent.png -- 69.02kb -> 48.90kb (29.15%)
/archive/v1.7/docs/tasks/observability/distributed-tracing/lightstep/istio-explorer.png -- 598.16kb -> 434.01kb (27.44%)
/archive/v1.7/zh/docs/tasks/observability/distributed-tracing/lightstep/istio-explorer.png -- 598.16kb -> 434.01kb (27.44%)
/archive/v1.7/zh/docs/tasks/observability/distributed-tracing/lightstep/istio-services.png -- 372.11kb -> 273.16kb (26.59%)
/archive/v1.7/docs/tasks/observability/distributed-tracing/lightstep/istio-services.png -- 372.11kb -> 273.16kb (26.59%)
/archive/v1.7/zh/about/community/customers/coyote.png -- 10.35kb -> 7.70kb (25.63%)
/archive/v1.7/about/community/customers/coyote.png -- 10.35kb -> 7.70kb (25.63%)
/archive/v1.7/zh/about/community/partners/tetrate.png -- 97.29kb -> 74.58kb (23.34%)
/archive/v1.7/about/community/partners/tetrate.png -- 97.29kb -> 74.58kb (23.34%)
/archive/v1.7/docs/tasks/observability/distributed-tracing/zipkin/istio-tracing-details-zipkin.png -- 175.83kb -> 134.82kb (23.32%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-istioconfig1-tooltip.png -- 76.28kb -> 58.54kb (23.26%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml1.png -- 85.27kb -> 65.82kb (22.82%)
/archive/v1.7/docs/tasks/observability/distributed-tracing/zipkin/istio-tracing-list-zipkin.png -- 49.86kb -> 38.62kb (22.55%)
/archive/v1.7/zh/about/community/customers/hotels-com.svg -- 12.99kb -> 10.11kb (22.15%)
/archive/v1.7/about/community/customers/hotels-com.svg -- 12.99kb -> 10.11kb (22.15%)
/archive/v1.7/zh/about/community/partners/portshift.png -- 3.16kb -> 2.46kb (22.12%)
/archive/v1.7/about/community/partners/portshift.png -- 3.16kb -> 2.46kb (22.12%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-validate1-list.png -- 77.38kb -> 60.43kb (21.9%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-istioconfig0-errormsgs.png -- 101.91kb -> 79.96kb (21.54%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml2.png -- 90.03kb -> 70.81kb (21.35%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml3.png -- 89.28kb -> 70.36kb (21.19%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-overview.png -- 55.41kb -> 43.76kb (21.03%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-wiz0-graph-options.png -- 82.54kb -> 65.34kb (20.83%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-validate3-ok.png -- 86.71kb -> 68.68kb (20.8%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-validate2-errormsg.png -- 53.18kb -> 42.43kb (20.22%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-istioconfig2-details-errormsgs.png -- 85.37kb -> 68.63kb (19.61%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-graph.png -- 119.75kb -> 98.10kb (18.08%)
/archive/v1.7/zh/about/community/customers/rapido.png -- 42.78kb -> 35.06kb (18.04%)
/archive/v1.7/about/community/customers/rapido.png -- 42.78kb -> 35.06kb (18.04%)
/archive/v1.7/zh/about/community/customers/chiper.png -- 16.80kb -> 14.02kb (16.55%)
/archive/v1.7/about/community/customers/chiper.png -- 16.80kb -> 14.02kb (16.55%)
/archive/v1.7/blog/2020/workload-entry/workload-entry-final.svg -- 3.61kb -> 3.27kb (9.34%)
/archive/v1.7/about/community/customers/delphi-tech.png -- 23.34kb -> 21.28kb (8.85%)
/archive/v1.7/zh/about/community/customers/delphi-tech.png -- 23.34kb -> 21.28kb (8.85%)
/archive/v1.7/blog/2020/workload-entry/workload-entry-first-example.svg -- 3.86kb -> 3.53kb (8.46%)
/archive/v1.7/about/community/join/governance.svg -- 1.01kb -> 0.96kb (5.77%)
/archive/v1.7/zh/about/community/join/governance.svg -- 1.01kb -> 0.96kb (5.77%)
/content/en/about/community/join/governance.svg -- 1.01kb -> 0.96kb (5.77%)
/archive/v1.7/zh/about/community/customers/nearpod.svg -- 11.77kb -> 11.44kb (2.8%)
/archive/v1.7/about/community/customers/nearpod.svg -- 11.77kb -> 11.44kb (2.8%)
/archive/v1.7/about/community/partners/signalsciences.svg -- 9.81kb -> 9.58kb (2.37%)
/archive/v1.7/zh/about/community/partners/signalsciences.svg -- 9.81kb -> 9.58kb (2.37%)
/archive/v1.7/docs/ops/configuration/telemetry/monitoring-multicluster-prometheus/in-mesh-production-prometheus.svg -- 141.09kb -> 138.61kb (1.76%)
/archive/v1.7/docs/ops/configuration/telemetry/monitoring-multicluster-prometheus/external-production-prometheus.svg -- 161.00kb -> 158.40kb (1.62%)
/content/en/docs/tasks/traffic-management/locality-load-balancing/before-you-begin/setup.svg -- 134.30kb -> 132.76kb (1.15%)
/content/en/docs/tasks/traffic-management/locality-load-balancing/failover/sequence.svg -- 140.70kb -> 139.09kb (1.14%)
/archive/v1.7/docs/ops/best-practices/observability/production-prometheus.svg -- 132.91kb -> 131.50kb (1.06%)
/archive/v1.7/blog/2020/new-deployment-model/multiple-clusters-external-Istiod.svg -- 141.86kb -> 140.36kb (1.06%)
/archive/v1.7/blog/2020/new-deployment-model/single-cluster.svg -- 73.41kb -> 72.64kb (1.05%)
/content/en/docs/setup/install/multicluster/primary-remote/arch.svg -- 86.51kb -> 85.72kb (0.91%)
/content/en/docs/setup/install/multicluster/multi-primary/arch.svg -- 94.20kb -> 93.39kb (0.86%)
/archive/v1.7/blog/2020/new-deployment-model/multiple-external-Istiods.svg -- 188.85kb -> 187.29kb (0.83%)
/content/en/docs/setup/install/multicluster/primary-remote_multi-network/arch.svg -- 100.69kb -> 99.87kb (0.82%)
/archive/v1.7/zh/docs/ops/deployment/deployment-models/single-cluster-external-control-plane.svg -- 97.20kb -> 96.43kb (0.8%)
/archive/v1.7/docs/ops/deployment/deployment-models/single-cluster-external-control-plane.svg -- 97.20kb -> 96.43kb (0.8%)
/archive/v1.7/blog/2020/new-deployment-model/single-cluster-external-Istiod.svg -- 108.37kb -> 107.55kb (0.76%)
/content/en/docs/setup/install/multicluster/multi-primary_multi-network/arch.svg -- 114.25kb -> 113.39kb (0.75%)
/archive/v1.7/blog/2020/large-scale-security-policy-performance-tests/istio_setup.svg -- 25.85kb -> 25.68kb (0.65%)
/content/en/docs/setup/additional-setup/external-controlplane/external-controlplane.svg -- 75.23kb -> 74.76kb (0.62%)
/archive/v1.7/zh/blog/2020/tradewinds-2020/architecture-post-istiod.svg -- 169.81kb -> 169.00kb (0.48%)
/content/en/docs/ops/configuration/traffic-management/tls-configuration/sidecar-connections.svg -- 75.19kb -> 74.98kb (0.28%)
/content/en/docs/ops/configuration/traffic-management/tls-configuration/gateway-connections.svg -- 62.80kb -> 62.65kb (0.25%)
/archive/v1.7/zh/docs/tasks/traffic-management/egress/wildcard-egress-hosts/EgressGatewayWithSNIProxyCP.svg -- 126.40kb -> 126.09kb (0.25%)
/archive/v1.7/docs/tasks/traffic-management/egress/wildcard-egress-hosts/EgressGatewayWithSNIProxyCP.svg -- 126.40kb -> 126.09kb (0.25%)
/archive/v1.7/zh/about/community/customers/avito.svg -- 1.77kb -> 1.76kb (0.22%)
/archive/v1.7/about/community/customers/avito.svg -- 1.77kb -> 1.76kb (0.22%)
/archive/v1.7/zh/blog/2020/tradewinds-2020/architecture-pre-istiod.svg -- 607.59kb -> 606.27kb (0.22%)
/archive/v1.7/docs/ops/deployment/architecture/arch.svg -- 11.68kb -> 11.65kb (0.22%)
/archive/v1.7/zh/docs/ops/deployment/architecture/arch.svg -- 11.68kb -> 11.65kb (0.22%)
/archive/v1.7/blog/2020/alb-ingress-gateway-iks/alb-ingress-gateway.svg -- 364.92kb -> 364.35kb (0.15%)
/archive/v1.7/img/icons.svg -- 96.09kb -> 95.95kb (0.15%)
/archive/v1.7/about/contribute/remove-content/remove-documentation.svg -- 149.34kb -> 149.13kb (0.15%)
/archive/v1.7/zh/about/community/customers/cash-app.svg -- 4.78kb -> 4.78kb (0.12%)
/archive/v1.7/about/community/customers/cash-app.svg -- 4.78kb -> 4.78kb (0.12%)
/archive/v1.7/docs/concepts/wasm/extending.svg -- 175.72kb -> 175.52kb (0.11%)
/archive/v1.7/zh/docs/concepts/wasm/extending.svg -- 175.72kb -> 175.52kb (0.11%)
/archive/v1.7/zh/about/community/customers/iherb.svg -- 3.64kb -> 3.63kb (0.08%)
/archive/v1.7/blog/2020/large-scale-security-policy-performance-tests/mtls_plaintext.svg -- 216.38kb -> 216.21kb (0.08%)
/archive/v1.7/blog/2020/large-scale-security-policy-performance-tests/AuthZ_var_paths.svg -- 273.61kb -> 273.44kb (0.06%)
/archive/v1.7/blog/2020/large-scale-security-policy-performance-tests/RequestAuthN_jwks.svg -- 275.79kb -> 275.63kb (0.06%)
/archive/v1.7/blog/2020/large-scale-security-policy-performance-tests/AuthZ_var_policies_paths.svg -- 279.11kb -> 278.94kb (0.06%)
/archive/v1.7/blog/2020/large-scale-security-policy-performance-tests/AuthZ_var_principals.svg -- 286.37kb -> 286.21kb (0.06%)
/archive/v1.7/blog/2020/large-scale-security-policy-performance-tests/AuthZ_var_policies_sourceIP.svg -- 296.11kb -> 295.95kb (0.06%)
/archive/v1.7/blog/2020/large-scale-security-policy-performance-tests/AuthZ_var_requestPrincipals.svg -- 297.02kb -> 296.85kb (0.06%)
/archive/v1.7/blog/2020/large-scale-security-policy-performance-tests/AuthZ_var_sourceIP.svg -- 298.21kb -> 298.04kb (0.06%)
/archive/v1.7/blog/2020/large-scale-security-policy-performance-tests/AuthZ_paths_vs_sourceIP.svg -- 317.29kb -> 317.12kb (0.05%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_with_jitter.svg -- 333.49kb -> 333.33kb (0.05%)
/archive/v1.7/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_with_jitter.svg -- 348.28kb -> 348.11kb (0.05%)
/archive/v1.7/zh/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_with_jitter.svg -- 348.28kb -> 348.11kb (0.05%)
/archive/v1.7/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_with_jitter.svg -- 374.95kb -> 374.79kb (0.04%)
/archive/v1.7/zh/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 -- 398.86kb -> 398.69kb (0.04%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_without_jitter.svg -- 418.98kb -> 418.81kb (0.04%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_with_jitter.svg -- 428.26kb -> 428.09kb (0.04%)
/archive/v1.7/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_without_jitter.svg -- 431.32kb -> 431.16kb (0.04%)
/archive/v1.7/zh/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_without_jitter.svg -- 431.32kb -> 431.16kb (0.04%)
/archive/v1.7/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_without_jitter.svg -- 439.68kb -> 439.51kb (0.04%)
/archive/v1.7/zh/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_without_jitter.svg -- 439.68kb -> 439.51kb (0.04%)
/archive/v1.7/zh/about/community/customers/giffgaff.svg -- 2.62kb -> 2.62kb (0.04%)
/archive/v1.7/about/community/customers/giffgaff.svg -- 2.62kb -> 2.62kb (0.04%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-11-25 11:25:21 -05:00
carolynhu
cb36289101
Update Performance and Scalability Page for 1.8 ( #8574 )
2020-11-25 09:46:03 -05:00
Frank Budinsky
a70e78f25e
Test cleanup ( #8564 )
...
* Framework inject set +e at start of cleanup test script
* tabs
* fix typo
* add nl
* fix doc
2020-11-24 16:26:19 -05:00
Nathan Mittler
c5e8a9adc5
Rework locality LB docs into tasks ( #8402 )
...
Removing the old locality docs entirely and replacing with tested tasks.
2020-11-24 09:31:15 -08:00
Laurent Benchimol
c3427c7f6b
Improving the accuracy and completeness of the Admiral project description ( #8511 )
...
* Improving the accuracy and completeness of the Admiral project description.
* Removing trailing spaces
Co-authored-by: Laurent Benchimol <laurent_benchimol@intuit.com>
2020-11-16 13:50:20 -08:00
Frank Budinsky
3c185d2933
FAQ updates ( #8508 )
2020-11-16 12:05:14 -08:00
Frank Budinsky
9d3c1d3048
Update tenancy models doc ( #8503 )
...
* Update tenancy models doc
* grammar
* tweak names
2020-11-13 11:52:55 -08:00
Oliver Liu
25e39fb2c5
Update root transition operation page ( #8494 )
...
* Update the root cert lifetime extension operation.
* Small fix.
* Apply suggestions from code review
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Small fix.
* Small fix.
* Lint fix.
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-11-13 06:33:58 -08:00
Frank Budinsky
5cead50d05
Updates and clarifications in deployment models doc ( #8487 )
...
* Updates and clarifications in deployment models doc
* review comment
* more review comments
2020-11-11 16:31:07 -08:00
John Howard
32041ad5da
Update security doc for Istiod/SDS ( #8480 )
...
* Update security doc for Istiod/SDS
Fixes https://github.com/istio/istio.io/issues/4738
* Apply suggestions from code review
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-11-10 13:43:29 -08:00
Steven Dake
89daac99e1
Fix a peeve in the deployments document. ( #8461 )
...
* Fix a peeve in the deployments document.
* Update content/en/docs/ops/deployment/deployment-models/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-11-09 13:57:08 -08:00
Shamsher Ansari
353444de45
Add health check using TCP socket ( #8246 )
2020-11-09 08:39:42 -08:00
Pengyuan Bian
32b75b14ca
Update ports usage doc ( #8428 )
...
* update ports doc
* fix
* fix ports
* lint
* Update content/en/docs/ops/deployment/requirements/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/ops/deployment/requirements/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/ops/deployment/requirements/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/ops/deployment/requirements/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/ops/deployment/requirements/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/ops/deployment/requirements/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/ops/deployment/requirements/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/ops/deployment/requirements/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-11-06 08:07:21 -08:00
John Howard
16963f9bbd
Add traffic requirements documentation ( #8349 )
...
* Add traffic requirements documentation
* Move things around
* 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>
* Update content/en/docs/ops/deployment/requirements/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-11-03 11:56:50 -08:00
John Howard
21901e5d24
Clarify minor doc ( #8433 )
...
Fixes https://github.com/istio/istio/issues/18221
2020-11-03 06:27:14 -08:00
Frank Budinsky
c142629578
Cleanup pod requrements doc ( #8414 )
...
* Cleanup pod requrements doc
* review comment
* remove comma
2020-11-02 12:28:50 -08:00
Pengyuan Bian
848ff8d55d
Add guide about provision Istio certs for prometheus scraping ( #8354 )
...
* add guide about provision Istio certs for prometheus scraping
* fix
* Update content/en/docs/ops/integrations/prometheus/index.md
Co-authored-by: Douglas Reid <douglas-reid@users.noreply.github.com>
* Update content/en/docs/ops/integrations/prometheus/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/ops/integrations/prometheus/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/ops/integrations/prometheus/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/ops/integrations/prometheus/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* lint
Co-authored-by: Douglas Reid <douglas-reid@users.noreply.github.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-10-30 11:15:28 -07:00
Eric Van Norman
b5b98fe0d8
Minor updates for 1.8 ( #8398 )
2020-10-29 12:31:32 -07:00
Pengyuan Bian
90040c4ff7
Update stats inclusion to use proxy config instead ( #8325 )
...
* update stats inclusion to use proxy config instead
* lint
* lint
* Update content/en/docs/ops/configuration/telemetry/envoy-stats/index.md
Co-authored-by: Douglas Reid <douglas-reid@users.noreply.github.com>
* Update content/en/docs/ops/configuration/telemetry/envoy-stats/index.md
Co-authored-by: Douglas Reid <douglas-reid@users.noreply.github.com>
* Update content/en/docs/ops/configuration/telemetry/envoy-stats/index.md
Co-authored-by: Douglas Reid <douglas-reid@users.noreply.github.com>
* Update content/en/docs/ops/configuration/telemetry/envoy-stats/index.md
Co-authored-by: Douglas Reid <douglas-reid@users.noreply.github.com>
* fix
* Update content/en/docs/ops/configuration/telemetry/envoy-stats/index.md
Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
* Update content/en/docs/ops/configuration/telemetry/envoy-stats/index.md
Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
* Update content/en/docs/ops/configuration/telemetry/envoy-stats/index.md
Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
Co-authored-by: Douglas Reid <douglas-reid@users.noreply.github.com>
Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
2020-10-29 10:45:47 -07:00
John Howard
cdb0aef44d
Remove stale reference to consul ( #8389 )
2020-10-29 06:34:13 -07:00
Frank Budinsky
e8b3c27101
Better organize upgrade setup instructions ( #8375 )
...
* Better organize upgrade setup instructions
* regen
* tweak
* fix lint
* address review comments
* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md
2020-10-28 09:49:41 -07:00
Martin Ostrowski
5da7d3b307
Add ops guide for separate gateways management ( #8299 )
...
* Add ops guide for separate gateways management
* Comments
* Add indents, make gen
* Lint
2020-10-26 16:45:07 -07:00
Jim Ntosas
e9322e69dc
Include prometheus-operator resource example for aggregationRules ( #8318 )
...
Signed-off-by: dntosas <ntosas@gmail.com>
2020-10-26 10:00:17 -07:00
John Howard
4061f4fa03
Update ports ( #8351 )
...
Mixer is gone, as is prometheus
2020-10-26 07:24:46 -07:00
Frank Budinsky
691725ba23
Understanding TLS configuration doc ( #8330 )
...
* Understanding TLS configuration doc
* make gen
* address lint and review comments
* Update content/en/faq/traffic-management/difference-between-mutual-and-istio-mutual.md
2020-10-21 15:20:51 -07:00
Ram Vennam
ee06f45f31
Improvements to the network topologies doc ( #8298 )
...
* Improvements to the network topologies doc
* proxy protocol
* squash
* PROXY_protocol with gatewayTopology
* PROXY protocol with gatewayTopology
* Update index.md
* Update index.md
2020-10-20 09:20:25 -07:00
Jim Ntosas
ed3eff708c
Fix recordingRule expr ( #8317 )
2020-10-20 06:49:36 -07:00
Eric Van Norman
daeceef369
Update istio/istio test reference ( #8290 )
...
* Update istio/istio test reference
* Update istioctl analyzer test as namespace message is now Info.
* Review comment
2020-10-14 06:23:01 -07:00
Ram Vennam
681c6d791d
typo ( #8294 )
2020-10-12 14:24:48 -07:00
John Howard
55c8937698
Update protocol selection page ( #8276 )
...
* Update protocol selection page
Add info about server first protocols
Make auto section the first since it is the most important
* Update content/en/docs/ops/configuration/traffic-management/protocol-selection/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>
* Update content/en/docs/ops/configuration/traffic-management/protocol-selection/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-10-07 13:47:25 -07:00
Shamsher Ansari
959a739400
Update dynamic admission webhook prerequisites ( #8244 )
2020-10-05 09:09:17 -07:00