Commit Graph

668 Commits

Author SHA1 Message Date
Eric Van Norman a72fb91721
Update istio test ref to 1.20.0-rc.0 (#14091)
* Update istio test ref to 1.20.0-rc.0

* Remove added toolchain line

* Run make gen

* Update to set ENABLE_EXTERNAL_NAME_ALIAS to false (default) for testing

* Move gateway tcp-traffic shifting to demo

* Change gateway tcp-traffic shifting to not remove istio in demo...

* Change gateway tcp-traffic shifting to remove istiooperator in demo...

* Update to latest 1.20 commit

* Change to be a minimal test
2023-11-10 12:25:21 -08:00
Petr McAllister fa46df27c1
Add EKS warning to Primary Remote instructions (#13745)
* add EKS support statement to Primary Remote instructions

* removing trailing spaces
2023-11-08 16:55:39 -08:00
Faseela K 6c837c3b64
Add xt_multiport to platform prerequisites (#14028)
Users deploying in Openshift cluster have reported that upgrade from Istio 1.17 to Istio 1.18.3 has failed due to the lack of kernel module xt_multiport from the cluster.

This is most probably related to modifications in IPtables creation, see 7e7d52a2d1/tools/istio-iptables/pkg/capture/run.go (L369)

Signed-off-by: Faseela K <faseela.k@est.tech>
2023-10-19 13:39:09 -07:00
Husni Alhamdani b141ae3203
Update Istio VM installation guide in multi-network setup (#14012)
* Update Istio VM installation guide in multi-network setup

Add missing instruction on Istio VM installation guide in multi-network setup

* Update Istio VM installation guide in multi-network setup
2023-10-16 08:17:37 -07:00
Istio Automation e6f670461f
Automator: update istio@ test reference (#13956) 2023-10-16 06:26:37 -07:00
Praseeda Sathaye fd2c9d2426
Update index.md (#14004) 2023-10-12 09:57:42 -07:00
Abdul Basit 7c1ec3a1f8
updating primary-remote on multi-net docs (#13917)
* updating primary-remote on multi-net docs

* adding missing snips of make gen

* updating primary-remote_multi-network test.sh

* Update content/en/docs/setup/install/multicluster/primary-remote_multi-network/index.md

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

* Update content/en/docs/setup/install/multicluster/primary-remote_multi-network/index.md

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

* adjusting the sequence of test func calls

---------

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2023-09-24 08:52:49 -07:00
Frank Budinsky df385b7816
Add instructions to cleanup CRDs in getting started uninstall section (#13907)
* Add delete CRDs instructions to getting started uninstall

* fix lint

* more lint
2023-09-20 07:49:06 -07:00
Michael d7dcb95ef2
Fix indentations in canary upgrade (#13905) 2023-09-20 06:24:05 -07:00
visheshtha 8bb664eb66
Updated the canary upgrade page (#13849)
* Updated the canary upgrade page

* addressed the failed test cases

* called the newly created functions

* updated the numbers in index.md
2023-09-19 12:00:54 -07:00
Eric Van Norman 63d262dba8
Update istio test ref, hardcode sha from Gateway API to non-release (#13892)
* Update istio test ref, do not strip sha from gateway version

* Rework sha, remove code to update gateway-api automatically

* Update Makefile to use full sha

* Some minor tweaks

* Some minor tweaks

* Move sha logic to a bash script

* Remove extraneous expected line in dns-proxy test

* fix tab/space
2023-09-18 12:14:54 -07:00
Michael 8fa65cf804
Remove the SVG tips generated by draw.io (#13863) 2023-09-13 07:41:32 -07:00
Jonh Wendell a41073d913
Document special case for gateway install on OpenShift (#13855)
Documents the changes here: https://github.com/istio/istio/pull/46898
2023-09-12 12:45:30 -07:00
Praseeda Sathaye 6d6256f2b8
Aws eks setup (#13858)
* adding Amazon EKS with Istio setup to platform-setup page

* adding Amazon EKS with Istio setup to platform-setup page

* updating the test section of the doc

* adding period at the end of description for the error in test

* adding newline at end of file

* changing the weight to make it ordered alphabetically.

* updating the link as it was  broken due to this change made to folder structure in upstream https://github.com/aws-ia/terraform-aws-eks-blueprints/pull/1754
2023-09-12 12:30:30 -07:00
Archana Sawant e2adf578ee
Fixed numbering for installation steps in the tip (#13778)
* Fixed numbering for installation steps in the tip

* Fixed lint error as per suggestion
2023-09-08 13:06:55 -07:00
Praseeda Sathaye 5d460579f0
adding Amazon EKS with Istio setup to platform-setup page (#13822)
* adding Amazon EKS with Istio setup to platform-setup page

* adding Amazon EKS with Istio setup to platform-setup page

* updating the test section of the doc

* adding period at the end of description for the error in test

* adding newline at end of file

* changing the weight to make it ordered alphabetically.
2023-09-06 10:29:53 -07:00
Tim O'Keefe c863e9e9e8
Remove anyuid instructions for OpenShift (#13795)
* Remove anyuid instructions for OpenShift

These instructions are no longer needed after these changes https://github.com/istio/istio/pull/45394

* Removed blank line that caused failure
2023-09-05 15:15:59 -07:00
Eric Van Norman 867381b258 advance master to release-1.20 2023-09-05 16:32:26 +00:00
Eric Van Norman 9c03812dc0
Update to istio 1.19.0-rc.0 + samples fix (#13769)
* Update to latest istio commit. Also use rc for gateway-api.

* Fix Makefile update-gateway-version

* Update istio to 1.19.0-rc1

* Remove wasm from envoy test

* Update gateway-api to rc-2.

* Revert gateway-api t0 0.7.1

* Update samples for core group

* Revert gateway-api to rc.1 to match istio repo
2023-08-29 08:27:27 -07:00
Michael Weiner b56628e558
Add the Ambient Profile to the Installation Configuration Profiles Table (#13719)
* add Ambient config profile

* remove extra blank line to fix lint

* created ambient alpha warning boilerplate

* swapped in ambient boilerplate & corrected ambient config profile components

* add newline to resolve lint failure
2023-08-15 06:43:35 -07:00
Eric Van Norman c8a5998a98
Fix a spelling error (#13693)
Co-authored-by: weizhoublue <weizhou.lan@daocloud.io>
2023-08-04 12:57:09 -07:00
Xiaopeng Han e81b456e59
fix a type (#13667) 2023-07-31 06:23:52 -07:00
Daniel Hawton 2e9e775d79
Fix handling of @@ link notation (#13637)
The regex was @.*@ which will match anything between two @'s, including a command like:
`k3d cluster create --api-port 6550 -p '9080:80@loadbalancer' -p '9443:443@loadbalancer' --agents 2 --k3s-arg '--disable=traefik&#64;server:*'`

The regex should be something that matches valid URL syntaxes.

Signed-off-by: Daniel Hawton <daniel.hawton@solo.io>
2023-07-26 07:59:41 -07:00
Xiaopeng Han d8ee2e490d
Move remote secret command out of experimental (#13589)
* move remote secret command out of experimental

* add missing things
2023-07-19 06:43:31 -07:00
Eric Van Norman f278e63825
Re-enable processing of gateway-api version in `make gen` (#13595)
* Re-enable processing of gateway-api version in `make gen`

* Update gateway-api to be the publicly released base version

* remove script and add awk in Makefile

* rebase and make gen
2023-07-18 17:43:55 -07:00
Eric Van Norman a75da94f12
Fix operator/test.sh for downloadIstio TARGET_OS change (#13549) 2023-07-12 11:26:47 -07:00
rrobb-aspen 40274a60df
Cleanup Istio CNI and Istiod chart installations (#13265)
* remove injected annotation for istio-cni

* add injector webhook config back, add tip about it overwriting existing configs

* update docs with istio_cni.chained installation config

* update helm install instructions

* fix linting

* pass linter

* clarify tip for previous Openshift users to be aware that the injection webhook is not required

* update per PR suggestion

* generate new snips

* update cni docs by removing tip and adding openshift install command per PR

* lint fix

---------

Co-authored-by: Jacob Delgado <jacob.delgado@volunteers.acasi.info>
2023-06-23 11:19:39 -07:00
John Howard fadbb5c908
Fix defaultRevision documentation in helm install (#13420)
* Fix defaultRevision documentation in helm install

* Update snips.sh
2023-06-21 08:59:11 -07:00
Yang Gang b781e84053
fix typo sufficent-->sufficient (#13429)
Signed-off-by: yanggang <gang.yang@daocloud.io>
2023-06-21 01:13:09 -07:00
Keith Mattix II 3c94567ce1
Change Istio Classic terminology to Istio APIs (#13385)
* Change Istio Classic terminology to Istio APIs

Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>

* Fix stutter

Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>

* Change back parallel structure formation

Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>

---------

Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>
2023-06-16 07:02:06 -07:00
zhengbingxian 8d5a9ff936
keep the same ip:port as above (#13367) 2023-06-15 00:29:11 -07:00
Eric Van Norman 91afadd482
Main branch has a non release gateway API. Changes to allow that. (#13313)
* Master has a non release gateway API. Changes to allow that.

* Grab a istio test ref from main branch

* <ove from istio.io/pkg to istio/istio/pkg

* revert one change

* update istio/api

* Run make gen

* disable failing test temporarily
2023-06-07 15:42:03 -07:00
Eric Van Norman af9705dd17 advance master to release-1.19 2023-06-07 14:31:17 +00:00
Patrik Jonsson 58df626f84
Fixing spelling error in the documentation regarding upgrades (#13200)
Upgarding -> Upgrading
2023-05-16 06:22:13 -07:00
Arka Bhattacharya 95b467a2cc
Link redirection edited (#13197) 2023-05-16 00:22:13 -07:00
Jackie Elliott da58f42dec
fix(): add missing cleanup instructions (#13076)
* fix(): add missing cleanup instructions

Part of #11720

Signed-off-by: jaellio <jaellio@microsoft.com>

* Remove unecessary uninstalls

Signed-off-by: jaellio <jaellio@microsoft.com>

---------

Signed-off-by: jaellio <jaellio@microsoft.com>
2023-05-10 11:46:35 -07:00
Bilal 01cc0950f1
Update index.md (#13156)
changed the dead link with a new link. the link goes to the right path.
2023-05-03 04:15:00 -07:00
Phill Gibson b3926d2c7c
update azure platform setup (#13133)
* update azure platform setup

* fixed lint test errors
2023-04-29 17:59:32 -07:00
Jonh Wendell 652f1caa0c
OpenShift: Remove NetworkAttachmentDefinition section (#13054)
It's no longer required after https://github.com/istio/istio/pull/44392
2023-04-28 14:23:31 -07:00
Ravi Verma 9b0315deba
multi-cluster with multi-network setup flow fix (#13081)
* multi-cluster with multi-network setup flow fix

* Updated test case to align with document
2023-04-26 06:12:28 -07:00
SRodi f05de6727c
canary-doc-dynamic-versions (#13110)
* use dynamic versions for canary upgrade docs
* update boilerplates md files
* update canary and helm upgrade tests/docs accordingly
* update diagrams
* update static referenced versions to newer versions
2023-04-25 14:31:28 -07:00
SRodi dd4f01fa26
Create generic args.md with common args consumed by test scripts (#13087)
* generic-args-md

* create generic boilerplates/args.md
* include gw_api_version, full_version, previous_version
* update install/operator/test.sh to source and use new vars
* update test/util/gateway-api.sh to source and use new gw var
* remove gateway-api-version.md
* relates to #13085

* fix linting fail for args.md

* remove sed command for revision string, use param expansion
2023-04-21 08:59:23 -07:00
SRodi 2ed61a7cae
Enable tests and remove hardcoded versions for operator install doc (#13050)
* Enable tests for operator install

* install-operator-tests

* update snip_id
* set snip_id=none for non-tested snips
* add test scenarios for helm,watchns,install istio,update
* use functions for better readability
* add newline at the end

* install-operator-tests

* add tests for inplace and canary upgrade
* update version 1.8.1 and 1.9.0 to 1.17.1 and 1.17.2 in docs
* disable snip remove_operator failing lint/test

* install-operator-tests

* remove all hardcoded versions in operator install doc
* add istio_previous_version and full/previous revision to snip.py
* adjust test.sh accordingly

* install-operator-tests

* add shorcodes for revision versions

* install-operator-tests

* fix canary upgrade (upgrade from previous to full version)

* install-operator-tests

* fix reference to full_version in canary upgrade

* install-operator-tests

* fix slightly off format

* install-operator-tests

* disable test for upgrade with helm tip
* add instructions to doc for canary upgrade prep
* update test.sh and snips.sh accordingly

* install-operator-tests

* fix profile on upgrade, use default
2023-04-20 07:11:18 -07:00
Kalya Subramanian b71cbafd97
Add Istio PSA documentation (#12975)
* Update Istio dependency

Signed-off-by: Kalya Subramanian <kasubra@microsoft.com>

* Add Istio PSA documentation

Signed-off-by: Kalya Subramanian <kasubra@microsoft.com>

---------

Signed-off-by: Kalya Subramanian <kasubra@microsoft.com>
2023-04-17 11:37:54 -07:00
zirain d093b49542
update istio.io/istio (#13040)
* update istio.io/istio

Signed-off-by: hejianpeng <hejianpeng2@huawei.com>

* update to 56faa0e2a51e

Signed-off-by: hejianpeng <hejianpeng2@huawei.com>

* update to 8d17b8f2d970

---------

Signed-off-by: hejianpeng <hejianpeng2@huawei.com>
2023-04-11 11:17:01 -07:00
Frank Budinsky 18e2058d81
Fix snippet generator to not include html id in snip id (#12988)
* Fix snippet generator to not include html id in snip id

* verify failure
2023-04-03 13:20:34 -07:00
Kalya Subramanian c3456a4618
Add istioctl command for CNI install (#12970)
Signed-off-by: Kalya Subramanian <kasubra@microsoft.com>
2023-03-30 14:09:54 -07:00
Frank Budinsky b64832ac53
gateway-api: future proof gateway address (#12961)
* gateway-api: future proof gateway address

* regen
2023-03-28 14:28:39 -07:00
Frank Budinsky 0d65b3888d
gateway-api: change wait ready to wait programmed (#12937) 2023-03-24 12:12:01 -07:00
John Howard 55bb838ac4
gateway: run as non-root in example (#12894)
Before the Deployment was kept as minimal as possible. This is mostly
good, because users can set any Deployment settings and things work.
However, running as non-root is a bit quirky, and very very strongly
recommended, so I think its worth calling out here.

This is one of the #1 sources of confusion we get.
2023-03-14 10:03:24 -07:00