Commit Graph

602 Commits

Author SHA1 Message Date
Vincent a24a77edee added a table: the relationship between adapters and templates (#2558)
* added a table: the relationship between adapters and templates

* broken table

* added: link to the table from templates list
2018-09-08 17:03:44 -07:00
Vadim Eisenberg 74c98d51ab Egress Gateway mTLS origination advanced example (#2268)
* initial version

* add the steps to Generate client and server certificates and keys section

* extend the description of the example

explain about the NGINX service

* add creating namespace, secrets and nginx configuration

* add creating of nginx-configmap

* add deployment of NGINX

* finalize the NGINX config

* move creating client certificates into the section of redeploying Egress gateway

* add instructions for generating and deploying istio-egressgateway.yaml

* update the description

* nginx.example.com -> my-nginx.mesh-external.svc.cluster.local

* change the title and description to mutual TLS to extrnal services

* add mTLS origination and cleanup

* change the port of nginx to 443

* update the output and the log with actual content

* add test NGINX deployment section

* add missing dot in page description

* Nginx -> NGINX

* change dots to semicolons before command blocks

* add volumes to the sleep deployment

* add sending requests to the NGINX server

* renamed the directory: mtls-egress-gateway -> egress-gateway-mtls-origination

* remove redundant whitespaces

* fix dead link (missing leading slash)

* change the name of the port 443 to be https and protocol HTTPS

* add endpoints section to the service entry

* replace internal kubernetes address with nginx.example.com

* change we to you

* expand the introduction to explain using NGINX and nginx.example.com

* remove before you begin section

* use sleep container in the default namespace to test both NGINX and egress gateway

* add port 80 to the ServiceEntry

* remove the second definition of the ServiceEntry

* use resolve option in testing mTLS

* change container name from egressgateway to istio-proxy

* simplify the introduction

* make Egress Gateway lower case

* make the introduction present tense

* replace pushd/popd with cd, since they are not POSIX

* add missing article

* remove cross referencing with regard to generating certificates/keys

* add "namely" to mesh-external namespace

* the NGINX -> the NGINX server

* sleep container -> sleep pod

* rephrase the text about --resolve option of curl

* rephrase the sentence about prompts

When prompted, select `y` for all the questions. ->
Select `y` for all prompts that appear.

* move egress-gateway-mtls-origination into advaanced gateway examples

* fixed links to the advanced gateways examples
2018-09-07 09:14:12 -04:00
Martin Taillefer 7769ef5d6d
Fix a few details on the IBM Cloud page. (#2541)
- Fix image aspect ratios so stuff looks right.

- Switch some periods to colons.
2018-09-06 17:04:49 -07:00
oreasono fcafc4b623 Add "COOHOM" logo into customers (#2536) 2018-09-06 12:53:58 -07:00
Rachael Graham 166b9586cc IBM Cloud Public quickstart (#2485)
* tabs; IBM Cloud Public steps

* Moved ICP images into new folder

* tag fix

* tag fix

* spacing for tabs?

* spacing for tabs?

* command spacing

* icp grammatical fixes

* linter errors

* tab fix

* update w/ Martin's changes

* tabbing

* yaml

* yaml tabbing

* separate commands

* revert yaml

* indentation

* numbering

* plain text

* yaml

* revert yaml

* yaml workaround

* image extra spacing?

* image ratios

* remove anchor

* remove tabs; add headers

* linter fixes
2018-09-06 11:13:42 -07:00
Frank Budinsky cc05dc42bb
Clarify sentance that no longer makes much sense (#2527) 2018-09-06 10:01:03 -04:00
Frank Budinsky fb54fb0268
Correct request routing intro (#2516)
* Correct request routing intro

* fix linter error
2018-09-05 13:17:21 -04:00
Martin Taillefer 9955c399a0
Site improvements (#2526)
- Change how the RSS feed is generated in order to avoid a crashing bug in Hugo when
used in server mode.

- Prevent the OWNERS file from leaking into the generated site.
2018-09-05 09:55:01 -07:00
Frank Budinsky 14b531801e
Text clarifications and improvements (#2518)
* Text clarifications and improvements

* address review comments
2018-09-05 11:30:46 -04:00
Brian Marshall 370c53fc5d Add Aspen Mesh to partner page (#2515) 2018-09-04 21:11:54 -07:00
Matthieu Maquevice 3c86f88de4 wording (#2519) 2018-09-04 21:09:46 -07:00
Martin Taillefer 837f16af99
Fix a few lint errors and dissable the release notes links until ready. (#2522) 2018-09-04 20:50:33 -07:00
mtail 1985d663d3 Add 1.0.2 release notes and blog 2018-09-04 20:15:14 -07:00
Vadim Eisenberg a0e6e2aac5 configure NAT devices to drop packets that do not originate at the egress gateways and add a section on Kubernetes network policies (#2275)
* add "configuring NAT devices to drop packets that do not originate at the egress gateways"

* add Network Policy section

* make sentences present tense

* remove the labels

* rewrite the additional security considerations section

* Network Policy -> network policy

* add cleanup step for the configuring HTTPS egress gateway section

* a malicious application attacks -> attackers bypass

* egressgateway -> egress gateway

* kube-system DNS service -> the kube-system DNS service

* test-egress namespace -> the test-egress namespace

* no Istio sidecar was attached -> with no Istio sidecar attached

* must succeed -> will succeed

* by first enabling, then redeploy
2018-09-04 08:03:07 -07:00
mtail e71a8b4dfc Fix image aspect ratio. 2018-09-04 07:53:05 -07:00
mtail 25988bbdd2 Fix page icons for the community pages. 2018-09-02 08:29:43 -07:00
Martin Taillefer 815aaaa72e
Finish implementing tab support. (#2492)
- Support cookies. Tab setting are now remembered across page visits. Set it, and forget it.

- Fix problems with nested text blocks.
2018-09-01 08:59:39 -07:00
flydragon 8477388913 fix /content/help/ops/traffic-management/deploy-guidelines (#2488)
fix typo
2018-09-01 08:53:47 -07:00
skeeey 835653d403 The document for setup Istio with ICP (#2434)
* Add setup doc for ICP

* Modify the title "Upgrate and Rollback" to "Upgrate or Rollback"

* add diagrams to highlight action

* fix some spelling errors

* use consistent font for UI items and fix some grammatical mistake.
2018-08-31 11:32:43 -07:00
Martin Taillefer 99be6fd164
Add support for tabbed content. (#2484) 2018-08-31 08:13:21 -07:00
Martin Taillefer 3477f84c95 Add a GET STARTED button on the home page. (#2475) 2018-08-31 10:46:16 -04:00
Jonh Wendell 81151731b1 Add a note about mTLS in the Circuit Breaking task (#2444)
If mTLS is enabled we need an additional instruction in the
DestinationRule object, otherwise we break traffic to httpbin
service.

While on that, also change the Mirroring task note to be the same.
2018-08-30 14:24:58 -07:00
Jonh Wendell 6b84a01874 Fix a typo (#2478) 2018-08-30 13:31:58 -07:00
flydragon 65bd311d78 fix 404 (#2464) 2018-08-30 07:04:14 -07:00
mtail 4025611dac 1.0.1 announcement blog post. 2018-08-29 19:59:28 -07:00
Vadim Eisenberg 6b97bf6b62 change the name of the Envoy's container in egress gateway to istio-proxy (#2304)
according to https://github.com/istio/istio/pull/7566
2018-08-29 19:51:10 -04:00
Martin Taillefer a5ed8a06f5
Update reference docs (#2459) 2018-08-29 09:01:03 -07:00
mtail 9243d16606 Fix lint error. 2018-08-28 21:38:14 -07:00
Jimmy Song d1b20d94b7 New partner from Ant Financial (#2449) 2018-08-28 21:34:07 -07:00
Julien Senon 37f45bd522 Add company in Istio in action part (#2424)
* Add continental in Istio in action part
2018-08-28 20:28:15 -07:00
Lin Sun 4da23a98ee release 1.0.1 note (#2429) 2018-08-28 20:27:28 -07:00
Patrick Auld 96c20e8e96 Adds PlanGrid to the Istio in Action page (#2427) 2018-08-28 20:22:48 -07:00
Lin Sun fd966e6ddd update twitch recording info (#2442)
* update recording info

* spell error thanks Martin
2018-08-28 20:16:13 -07:00
Lin Sun 8a6ed24419 merge Frank's #2369 from 1.0 to fix the link error (#2443) 2018-08-28 20:14:55 -07:00
Laurent Demailly f911579ea0 update link to fortio (#2445) 2018-08-28 20:12:35 -07:00
Martin Taillefer 2796aca4ac
Add download, diff, and docs links to release notes. (#2441) 2018-08-28 13:07:27 -07:00
Lin Sun b875d07075
adding minimal istio doc (#2349)
* adding minimal istio doc

* fix spell error

* address steve comment

* address steve comment

* change to 2.10 per discussion

* fix CI lint errors

* remove aliases

* fix broken link

* fix link

* fix link

* address yossi's good catches!
2018-08-28 14:02:55 -04:00
Bryant Luk b3e0ebb409 Change `mTLS` in YAML config to `mtls` (#2378)
- The `mtls` key is case sensitive.
2018-08-27 14:41:57 -07:00
Steven Dake 404294c332 Fixes: #2136 (#2399)
* Fixes: #2136

This is a first take at a table-creating tablegen that categorizes
the output of tablegen.py.  Still needed is the actual text that
goes in the description field.

* Address review comments
2018-08-27 12:14:31 -07:00
mtail 328539e3ca Couple corrections. 2018-08-27 07:37:47 -07:00
Martin Taillefer 7c34e8aaa1
Add 'Customers' and 'Partners' pages (#2266) 2018-08-27 07:27:38 -07:00
mtail dc8076aba2 Fix overlapping sidenav button on mobile. 2018-08-25 07:17:07 -07:00
mtail 0cfa623f60 Fix position of hero text on landing page, on mobile. 2018-08-25 07:17:07 -07:00
Martin Taillefer 94ccb1b08e
Fix mentions of specific releases (#2379)
- Remove the release-specific wording on the main release note page and on the docs page. This
ends up being hard to keep correct and not really useful.

- Add a full_version variable in args.yml which contains the 3 part release version
such as 1.0.1. When we release a new patch, we need to update this number in the current
release branch.

- Apply the full_version variable to the download button on the home page. It will now say "DOWNLOAD 1.0.1".
2018-08-25 05:59:39 -07:00
Vincent 511ba7b5a7 fix-404 (#2375)
* fix-404

* re-lint

* fix-404 in zh
2018-08-24 08:31:50 -07:00
Damon Wang 126b3135de policy describe error (#2314)
* the policy describe error

* policy describe error

* update policy desc
2018-08-23 19:12:36 -07:00
cmluciano 120e1567f3 Replace a few instances of route rule with VirtualService (#2344)
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2018-08-23 08:26:28 -07:00
Linus Lee c6ee7a34d3 Remove extra punctuation (#2346) 2018-08-23 08:25:23 -07:00
Frank Budinsky 95bd707886
A few wording tweaks (#2343) 2018-08-22 10:24:07 -04:00
Vadim Eisenberg f84eb545a2 Rewrite ingress without tls termination example (#2342)
* remove ingress without tls termination example

* add ingress without tls termination example
2018-08-22 09:28:31 -04:00