John Howard
990af67416
Remove low level implementation details from injection docs
2020-10-28 16:19:30 -07:00
Frank Budinsky
33ea874b2d
Minor updates to downgrade instructions ( #8381 )
2020-10-28 10:49:35 -07:00
Pengyuan Bian
a204654559
add extra tag mesh config ( #8376 )
...
* add extra tag mesh config
* fix
2020-10-28 10:33:41 -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
Mariam John
3a9e33542a
Update the `Learn Microservices Using Kubernetes and Istio` example ( #8379 )
...
Update this example in the Istio docs as part of writing automated test cases(#7989 ). The updates
include:
1. Setup a Kubernetes Cluster
- Remove Step-6 since we are installing Istio using the demo profile, access logging is enabled by default
- Step 7 - Updated command for Ingress resource to use Istio's Ingress controller
2. Setup a local computer - fix a small typo
3. Run ratings in docker
- export USER variable
- name the ratings container 'my-ratings' so that we can later stop it easily using this name
4.Run Bookinfo with Kubernetes
- Configure Kubernetes Ingress resources and access your application's webpage (add annotation to use Istio's ingress controller)
- Fixed output of some commands
5. Monitoring with Istio
- Remove link to an old blog that is not working.
6. Fixed output of some commands
2020-10-28 09:06:49 -07:00
Istio Automation
8cbd5e2d07
Automator: update istio.io@ reference docs ( #8377 )
2020-10-27 19:10:45 -07:00
jacob-delgado
66347d845d
List supported releases ( #8348 )
...
* List supported releases
Based on istio discussion about fixes.
List when they were released and when their EOL is.
Also list if a version contains a CVE.
* Fix linting issue
2020-10-27 10:49:08 -07:00
Neeraj Poddar
fcab55dc4d
Remove production usage as Helm support in pre-alpha ( #8373 )
...
* Remove production usage as Helm support in pre-alpha
* Remove production usage
2020-10-27 09:19:43 -07:00
Frank Budinsky
cb14c08f69
remove unused cleanup step ( #8370 )
2020-10-27 08:53:37 -07:00
SerenaFeng
cc9d2c0ed4
step 10 is duplicated with step 4 ( #8342 )
2020-10-27 06:51:02 -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
Steven Landow
926bf3660e
fix vms gateway ( #8369 )
2020-10-26 14:14:49 -07:00
Jimmy Chen
ec0bcb035b
Release notes for 1.7.4 ( #8356 )
...
* Release notes for 1.7.4
* add links
* revise
* revise
2020-10-26 14:00:25 -07:00
Eric Van Norman
1bc40488ef
Remove ICP from IBM Cloud platform setup page ( #8360 )
2020-10-26 13:32:15 -07:00
Istio Automation
c349c11c6c
Automator: update common-files@master in istio/istio.io@master ( #8368 )
2020-10-26 11:34:41 -07:00
Istio Automation
07508bdcfb
Automator: update common-files@master in istio/istio.io@master ( #8367 )
2020-10-26 11:13:39 -07:00
Xinnan Wen
b74e42ced1
update doc for classify metrics ( #8339 )
2020-10-26 10:00:25 -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
Brian Avery
bdf70e4390
1.6.13 release notes ( #8344 )
...
* 1.6.13 release notes
* Fix linter issues
* Update index.md
2020-10-26 09:34:40 -07:00
carolynhu
2afa5a86d2
Fix markdown section number issue ( #8358 )
2020-10-26 09:18:12 -07:00
Steven Landow
208fa0b0b2
multi-network: label namespaces with network ( #8347 )
...
* label multi-primary namespaces
* remotes
* dollars
2020-10-26 09:05:37 -07:00
John Howard
4061f4fa03
Update ports ( #8351 )
...
Mixer is gone, as is prometheus
2020-10-26 07:24:46 -07:00
Nathan Mittler
132c2375bc
Add wait for gateway to multicluster tests ( #8346 )
...
This required some other changes WRT verification:
- Change __cmp_like to allow for not accepting <pending> for an IP address.
- Change __verify_with_retry to use a timeout rathan than number of retries. This is a more intuitive interface and aligns with the way we do retries in istio/istio. I also got rid of exponential backoff and allow both the timeout and delay between retries to be configured.
2020-10-26 06:45:38 -07:00
Neeraj Poddar
a13b5de51d
Added clarification on canary upgrades w.r.t gateways ( #8350 )
...
* Added clarification on canary upgrades w.r.t gateways
* Update content/en/docs/setup/install/helm/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/setup/install/helm/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-10-23 18:28:03 -07:00
Frank Budinsky
7bf89ace1a
Update egress tasks ( #8343 )
...
* Update egress tasks
* regen
2020-10-23 09:37:52 -07:00
Nathan Mittler
4d70e1c44c
Break multicluster docs into separate pages ( #8332 )
...
* Break multicluster docs into separate pages
There are a few reasons for this:
- Provides a way to link to a particular installation configuration. The tabbed pane doesn't allow this.
- Better headings. The tab pane disables a lot of functionality and required a few hacks to make it work.
- Simplified file names and test readability.
- Simplified navigability of the page. Everything on a page is WRT a single configuration. No need to worry about browser caching previous tab and looking at the wrong install type.
Note: I purposely copied over the "Verify the Installation" section to each page. I expect that we'll be expanding this soon to include more content that is configuration-specific.
* fixing navigation and splitting out "before you begin" and "verify" into separate docs.
* Update content/en/docs/setup/install/multicluster/before-you-begin/index.md
Co-authored-by: Sven Mawson <sven@google.com>
Co-authored-by: Sven Mawson <sven@google.com>
2020-10-22 13:33:17 -07:00
Shamsher Ansari
9cd9e1a0a6
Add Openshift in the istioctl profile list ( #8334 )
2020-10-22 08:50:21 -07:00
John Howard
07d7386e77
Switch to public blog slides ( #8336 )
2020-10-22 08:41:02 -07:00
andrewshaoyu
a71881aa47
fix error ca-cert.pem ( #8284 )
2020-10-22 05:37:43 -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
Nathan Mittler
c2507d801c
Use remote profile for remote clusters ( #8331 )
2020-10-21 13:49:09 -07:00
Eric Van Norman
75980d36d2
Initial setting of istio test ref to 1.8 branch ( #8329 )
2020-10-21 10:57:33 -07:00
Eric Van Norman
da0a004694
prepare for v${VERSION} as istio source is already branched" ( #8328 )
2020-10-21 10:49:24 -07:00
Nathan Mittler
b28bb174de
Fixes for multicluster tests ( #8309 )
2020-10-21 06:46:49 -07:00
Istio Automation
0cb8a2ee92
Automator: update istio.io@ reference docs ( #8326 )
2020-10-20 19:11:49 -07:00
jacob-delgado
298a5e6248
Announce EOL for Istio 1.6.x ( #8320 )
2020-10-20 15:10:22 -07:00
Neeraj Poddar
48f7f510d3
Add install/uninstall/upgrade steps for Istio with Helm3 ( #8283 )
...
* Added install/uninstall steps for Helm3
* Lint fixes
* Lint fixes
* Lint fixes
* Commit make gen output
* Added upgrade steps
Address review comments
* Minor fixes
* Fix broken link
* Added steps for canary upgrade
* Added delete steps for old control plane when using canary
* Address review comments
* Minor fixup
* Update content/en/docs/setup/install/helm/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/setup/install/helm/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-10-20 14:59:25 -07:00
Istio Automation
8dd4b818fd
Automator: update common-files@master in istio/istio.io@master ( #8322 )
2020-10-20 13:34:21 -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
John Howard
8982760b46
Fix list in docs ( #8315 )
...
it renders wrong currently
2020-10-20 09:33:58 -04:00
Istio Automation
ec806b926d
Automator: update istio.io@ reference docs ( #8316 )
2020-10-19 19:10:27 -07:00
Frank Budinsky
5fb3499447
Clarify primary/remote using gloss refs ( #8314 )
2020-10-19 11:07:48 -07:00
Eric Van Norman
ed0e76b4f0
Fix '/home/.gitconfig' error message when using build container ( #8311 )
2020-10-19 06:41:16 -07:00
Eric Van Norman
bc5076191a
Update reference script to not strip leading istio.io on /vx.y ( #8310 )
...
* Update reference script to not strip leading istio.io on /vx.y
* Update sed
* Run make update_ref_docs
2020-10-19 06:29:58 -07:00
rootlh
ab8496cf46
fix a broken link ( #8313 )
2020-10-18 19:17:46 -07:00
Nathan Mittler
6be79801d1
[Test Framework] General improvements ( #8312 )
...
- Adding test output to CI artifacts directory
- Removing a few needless features/structures
Split out from #8309
2020-10-18 18:13:21 -07:00
Istio Automation
70afef986c
Automator: update common-files@master in istio/istio.io@master ( #8308 )
2020-10-15 14:35:46 -07:00
Istio Automation
a11a1012d5
Automator: update common-files@master in istio/istio.io@master ( #8307 )
2020-10-15 09:06:12 -07:00
LiangHao
30a109bc2e
fix a typo ( #8306 )
2020-10-15 05:10:30 -07:00