Commit Graph

5850 Commits

Author SHA1 Message Date
Istio Automation b9a9e5a138
Automator: update istio.io@ reference docs (#8201) 2020-09-23 19:11:01 -07:00
Nathan Mittler 539cd2aaf7
Update to latest istio/istio (#8199) 2020-09-23 16:06:55 -07:00
Eric Van Norman eadaa2d6bc
Fix MacOS tests using a container (#8197)
* Fix MacOS tests using a container

* istioctl was wrong OS in container

* export IN_BUILD_CONTAINER
2020-09-23 12:35:54 -07:00
Frank Budinsky 65e28d2b6c
Small improvements on getting started page (#8195) 2020-09-23 09:17:57 -07:00
Nathan Mittler ae343f4148
Fixing tests for osx (#8194)
The scripts currently hard-code the istioctl binary for linux. This change modifies `init.sh` to use the appropriate binary for the current platform.
2020-09-23 07:45:11 -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
Istio Automation 38fbacc6d7
Automator: update istio.io@ reference docs (#8190) 2020-09-22 19:10:10 -07:00
Ram Vennam a29e41441d
Remove period at the end of the curl command (#8186)
* Remove misleading period

* Update content/en/docs/setup/getting-started/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update index.md

* add snips

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-09-22 16:37:20 -07:00
jacob-delgado 0d762d15ec
1 6 10 release notes (#8187)
* add release notes for 1.6.10

* fix lint error

* fix lint

* ads CronJob into spelling

* address review comments

* fix lint

* address review comments

* Update content/en/news/releases/1.6.x/announcing-1.6.10/index.md

Co-authored-by: jacob-delgado <jacob.delgado@aspenmesh.io>

* Code review comments

Co-authored-by: “irisdingbj” <irisdingbj@gmail.com>
2020-09-22 12:08:25 -07:00
craigbox e8f668b05e
Logo changes (#8184)
* Add four logos, remove one at user request, and change the weighting of the About section.

* remove blank line; change title of contribute page
2020-09-22 09:28:13 -07:00
Istio Automation a3908357cc
Automator: update istio.io@ reference docs (#8181) 2020-09-21 19:09:58 -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
Nathan Mittler 565ee0cfbe
Expand deployment models to include multicluster considerations (#8162)
* Expand deployment models to include multicluster considerations

This is a prerequisite for the new multicluster installation guide.

* Update content/en/docs/reference/glossary/network.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-09-21 07:55:27 -07:00
Istio Automation 20fde796a9
Automator: update istio.io@ reference docs (#8176) 2020-09-18 19:10:20 -07:00
Jimmy Chen d5d301ad77
Release notes for 1.7.2 (#8164)
* Release notes for 1.7.2

* update

* update

* update
2020-09-18 11:09:37 -07:00
Istio Automation f3b3359396
Automator: update istio.io@ reference docs (#8165) 2020-09-17 19:10:24 -07:00
Frank Budinsky 1f1d762c81
README update (#8161)
* README update

* tweak

* missing paren
2020-09-17 15:13:09 -07:00
Nathan Mittler 93856c2730
Narrow tool files copied to only include certs. (#8159) 2020-09-17 08:29:05 -07:00
Istio Automation 457b3b1b11
fix mysql password (#8158)
There's a letter p missing from the password.

Co-authored-by: Jimmy Song <rootsongjc@gmail.com>
2020-09-17 10:49:41 -04: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
Istio Automation 789ec6fc0a
Automator: update common-files@master in istio/istio.io@master (#8153) 2020-09-16 09:16:41 -07:00
Suchith J N b0fe8d5a9b
Run tests with new kind setup script (#8127)
* run tests with new kind setup script

* kind_provisioner fixup for ipv6 and some refactoring

* simplify setup for multicluster/single-cluster doc test with kind_provisioner

* define environment variables required by provisioner

* sync common files
2020-09-16 08:31:43 -07:00
Istio Automation 18c5829e60
Automator: update common-files@master in istio/istio.io@master (#8152) 2020-09-15 20:07:57 -07:00
Istio Automation 996ee5dcc3
Automator: update istio.io@ reference docs (#8150) 2020-09-15 19:08:41 -07:00
Frank Budinsky f75e329945
Remove hardcoded cluster-ip-range (#8149) 2020-09-15 17:10:38 -04:00
Eric Van Norman f56e4a572a
Merge prow change from istio/istio (#8146) 2020-09-15 16:17:56 -04:00
Michael Eizaguirre 8633b15b69
Add large scale security policy performance test blog (#8070)
* Add large scale performance test blog

* Address comments

* resolve comments

* resolve comments

* fix lint

* Resolve comments

* Resolve comments

Co-authored-by: meiza <meiza@google.com>
2020-09-15 11:22:45 -07:00
Istio Automation 5241ceeea7
Automator: update common-files@master in istio/istio.io@master (#8143) 2020-09-15 08:23:06 -07:00
Istio Automation b786060981
Automator: update common-files@master in istio/istio.io@master (#8142) 2020-09-15 07:44:34 -07:00
Eric Van Norman 3795f41e52
Add back verify - grep out CR failures (#8141) 2020-09-15 07:36:22 -07:00
Frank Budinsky 8799da5317
Disable cluster cleanup check until missing CRDs at start of profile_… (#8137)
* Disable cluster cleanup check until missing CRDs at start of profile_none problem is fixed

* lint
2020-09-14 14:13:26 -07:00
Istio Automation 61eb38b9a8
[master] Updating incorrect information in the glossary (#8136)
* Updating incorrect information in the glossary

* Update trust-domain.md

* Update control-plane.md

control plane configuration sources are independent.

* Update trust-domain.md

* Update content/en/docs/reference/glossary/trust-domain.md

* Update content/en/docs/reference/glossary/trust-domain.md

Co-authored-by: Shriram Rajagopalan <rshriram@users.noreply.github.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-09-14 15:55:44 -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
Istio Automation ed21b83354
Automator: update istio.io@ reference docs (#8132) 2020-09-13 19:09:33 -07:00
Nathan Mittler 33859cf75f
Adding test targets for each profile (#8131)
* Adding test targets for each profile

Also bumping up timeout slightly as a temporary fix for flakes.

* addressing comments
2020-09-11 15:06:21 -07:00
Istio Automation 0569496730
Automator: update common-files@master in istio/istio.io@master (#8129) 2020-09-11 10:56:46 -07:00
Istio Automation 033c013390
Automator: update common-files@master in istio/istio.io@master (#8126) 2020-09-11 07:34:25 -07:00
Lin Sun 56b8a46d74
correct link and name (#8123) 2020-09-11 06:52:14 -07:00
Istio Automation c9b4a84da7
Automator: update istio.io@ reference docs (#8124) 2020-09-10 19:10:29 -07:00
Jimmy Chen 2c1bdd68be
Release notes for 1.7.1 (#8111)
* Release notes for 1.7.1

* update

* update

* Update content/en/news/releases/1.7.x/announcing-1.7.1/index.md

Co-authored-by: John Howard <howardjohn@google.com>

* Update content/en/news/releases/1.7.x/announcing-1.7.1/index.md

Co-authored-by: John Howard <howardjohn@google.com>

* Update content/en/news/releases/1.7.x/announcing-1.7.1/index.md

Co-authored-by: Brian Avery <bavery@redhat.com>

* Update content/en/news/releases/1.7.x/announcing-1.7.1/index.md

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>

* update

* update

* Update content/en/news/releases/1.7.x/announcing-1.7.1/index.md

Co-authored-by: Steven Landow <steven@stlcomputerservices.com>

* update

* update

* update

* Update content/en/news/releases/1.7.x/announcing-1.7.1/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update content/en/news/releases/1.7.x/announcing-1.7.1/index.md

Co-authored-by: Brian Avery <bavery@redhat.com>

* Update content/en/news/releases/1.7.x/announcing-1.7.1/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

Co-authored-by: John Howard <howardjohn@google.com>
Co-authored-by: Brian Avery <bavery@redhat.com>
Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>
Co-authored-by: Steven Landow <steven@stlcomputerservices.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2020-09-10 11:40:05 -07:00
Istio Automation 0a5d13c7d2
Automator: update istio.io@ reference docs (#8117) 2020-09-09 19:13:23 -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
Clay 42148021db
Fix typo in upgrade docs (#8114) 2020-09-09 14:29:10 -07:00
Shamsher Ansari a9d1916b8e
No need to pass addtional -c for Istiod logs (#8102) 2020-09-09 13:42:15 -07:00
Christian Posta 8c496c937e
broken doc for multi-network VM mesh expansion, this updates it (#8024)
* broken doc for multi-network VM mesh expansion, this updates it

* fixed lint, fixed snake case

* made changes to formatting/alignment
2020-09-09 13:26:14 -07:00
Istio Automation 7b70ff1e2e
Fix recommended EnvoyFilter version (#8108)
Co-authored-by: John Howard <howardjohn@google.com>
2020-09-09 12:08:12 -07:00