Commit Graph

3624 Commits

Author SHA1 Message Date
Romain Lenglet 4a43a3d2cc Fix CNI Helm installation instructions (#4855)
* Install istio-cni into kube-system to use system-node-critical priorityClass

Fixes: https://github.com/istio/istio/issues/16577

* Add instructions to delete CNI Helm chart

Fixes: https://github.com/istio/istio/issues/16578
2019-08-27 13:44:52 -07:00
John Howard dc05694f8a Remove old note about Istio 1.1 (#4857)
In 1.3 documentation I don't think we need a warning about 1.1 anymore
2019-08-27 13:30:53 -07:00
Brian Avery fbb6d6a893 Added missing ports in Minikube get svc output as well as the installation port requirements section (#4848) 2019-08-27 13:22:52 -07:00
John Howard b6592c5248 Update ports used by istio-proxy (#4856) 2019-08-27 12:44:52 -07:00
Eric Van Norman 3df22b5d0c Update k8s supported to 1.13, 1.14, 1.15 (#4847) 2019-08-27 12:01:53 -07:00
Romain Lenglet b1869fc084 Add missing Helm chart parameter for CNI (#4844)
* Add missing Helm chart parameter for CNI

* Document the injection annotations used by CNI
2019-08-27 11:37:52 -07:00
Joshua Blatt 8610ae4f57 Fix 1.1.14 and 1.2.5 notes (#4837)
* Fix release notes - h2c upgrade issue was not introduced by the http/2
cve fixes.

* Remove trailing line

* Remove extraneous periods.
2019-08-26 16:41:08 -07:00
Martin Taillefer 14a593c563
Fix broken Envoy links. (#4832) 2019-08-26 14:55:57 -07:00
Francois Pesce 868a93145d Fix 1.2.4 / 1.1.13 cherrypick for i18n (#4834) 2019-08-26 14:46:41 -07:00
Francois Pesce e109a21481
Release notes for 1.2.5 and 1.1.14 (#4828)
Merging this manually because CI for docs seems broken for existing envoy links (and this PR does not point to any envoy links).
2019-08-26 14:18:12 -07:00
Francois Pesce 5230cd47a5 Jblatt 1 2 4 and 1 1 13 (#4785) (#4827)
* Fixed the linting errors I was able to.

* Add 1.1.13 and 1.2.4 release notes.

And fix some linter errors in oaktowner's blog post.

* Minor fixes

* code review fixes.

* If istio terminates any http since it will autodetect and use http/2 if
supplied.

* Apply suggestions from code review

Applying geeknoid's suggestions

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* It's queuing not queueing.

* Rename cve announcement path to istio-security path.

* Add note that these are minimal patches that fix only the security bugs.

* Add CVE for regex vulnerabilities in the mixer filter.
2019-08-26 14:06:07 -07:00
ammarn911 e616fd41c2 Update .spelling (#4830)
Adding MicroK8s, capitalized M.
2019-08-26 14:04:12 -07:00
Martin Taillefer 8c74d34ae2
Update reference docs. (#4829)
- This required fixing the script that grabs the reference docs, it had degenerated in the last
few weeks. While I was there, I made the script work using the build-tools container, and fixed
a bunch of shell script linting warnings.
2019-08-26 14:03:41 -07:00
Martin Taillefer 65a92b5cb9
Update common files. (#4824) 2019-08-26 11:15:30 -07:00
Adam Miller 917f34f843 Moved LLB content from tasks to ops / fixed links (#4819) 2019-08-22 13:32:26 -07:00
Martin Taillefer 6132716ace
Fix bug preventing relative links to images in the zh directory. (#4816) 2019-08-21 15:20:35 -07:00
John Howard bdf0bc0f4a Update docs for locality lb changes (#4815)
* Update docs for locality lb changes

* Fixes
2019-08-21 14:04:32 -07:00
Martin Devlin e495d4f397 target page has moved (#4814) 2019-08-21 05:20:34 -07:00
Ed Snible 79ff39088e Rename example YAML manifests to match intent (#4800) 2019-08-20 07:29:42 -07:00
Frank Budinsky 4ccfe3952f Remove obsolete file (#4810) 2019-08-19 11:28:50 -07:00
Martin Taillefer a442094083 Avoid redudant module downloads when running nodejs stuff. (#4808) 2019-08-19 02:49:33 -07:00
Martin Taillefer 4a59d583c4 Set BUILD_WITH_CONTAINER=1 by default. 2019-08-18 07:02:05 -07:00
Joey aab3dc6de5 doc: Fix typo (#4803)
Correct the word `shceme` to `scheme`.

Signed-off-by: imjoey <majunjiev@gmail.com>
2019-08-17 21:18:33 -07:00
Steven Dake 060a010576 Docs/minification (#4809)
* Build the website with minification

* Update commonfiles

* Add preset-minify to list of presets
2019-08-16 21:51:31 -07:00
Adam Miller 07178c1348 Reorganized the Operations node (#4765) 2019-08-16 16:03:31 -07:00
Martin Taillefer 4b21bc14aa
Make sure we spell check all .md files, we have been skipping some. (#4806) 2019-08-16 14:08:14 -07:00
navinger fecc4ca84e Change the service name in the description to match the example. (#4787)
Signed-off-by: Nancy Avinger <navinger@google.com>
2019-08-16 13:11:31 -07:00
Frank Budinsky ca7559cab2 Remove Nomad & Consul docs (#4805)
* Remove Nomad & Consul docs

* broken links

* more broken links

* more broken links

* fix spelling errors

* remove broken ref
2019-08-16 12:13:30 -07:00
Martin Taillefer 1c4e8bf523 Get istio.io working with BUILD_WITH_CONTAINER=1 (#4804)
The default for this repo is to build with the container.
2019-08-16 07:14:29 -07:00
Steven Dake 3c816319b2 Modify build_site.sh to work with new build-tools image (#4801)
* Modify build_site.sh to work with new build-tools image

babel-cli must be used instead of babel.  babel=version6,
babel-cli=version7.  I don't know the details, but make serve
seems to work well enough.

I had to drop a minifier rule. We can reintroduce this rule.

The babel-cli required a reordering of command line args.

* Take 2

* Make netlify work properly
2019-08-15 19:03:48 -07:00
Martin Taillefer 52b2ad8dec Add a lint rule to prevent us forgetting to update the site version. (#4799) 2019-08-15 14:17:49 -07:00
Martin Taillefer d25dab603a Remove CircleCi and Mergify badges since we don't use those systems anymore. 2019-08-15 09:54:35 -07:00
Joshua Blatt f482a79c9f Announce upcoming 1.1 EOL. (#4792)
* Announce upcoming 1.1 EOL.

* Update index.md
2019-08-14 21:34:48 -07:00
Martin Taillefer 55d4514a08
Move Chinese content to content/zh, as agreed in WG meeting. (#4791) 2019-08-14 16:02:51 -07:00
Martin Taillefer d0cf1e171e
Move English content to content/en as agreed in WG meeting. (#4789)
Once this goes in, I'll move content_zh to content/zh.
2019-08-14 15:45:31 -07:00
Frank Budinsky 015a39bfb6 Small cleanup/reorg of mesh expansion examples (#4784) 2019-08-14 11:47:39 -07:00
Iris 6a5d85ea9e Mesh Expansion with gateways (#4713)
* Mesh Expansion with gateways

* format

* format

* fix broken link

* format

* format

* format

* format

* review comments

* remove GCE

* fix port number

* frank review comments

* move location

* fix check

* move

* move location

* fix doc pointer

* fix broken link

* fix lint

* fix lint
2019-08-13 10:18:24 -04:00
Ulrich Kramer 6c8616308f Document how and why to use distroless variant (#4759)
* Document how and why to use distroless variant

Co-authored-by: Philipp Stehle <philipp.stehle@sap.com>

* Fix linting issues

Co-authored-by: Philipp Stehle <philipp.stehle@sap.com>
Co-authored-by: Ulrich Kramer <u.kramer@sap.com>

* Clearify why distroless tag is available for non-distroless images

Co-authored-by: Philipp Stehle <philipp.stehle@sap.com>
Co-authored-by: Ulrich Kramer <u.kramer@sap.com>

* Incorporate feedback.

Co-authored-by: Ralf Pannemans <ralf.pannemans@sap.com>
2019-08-12 12:57:52 -07:00
Sandeep Parikh 245251622a istio api evolution blog post (#4763)
* istio api evolution blog post

* changed list elements to use dashes

* whitespace fixes for presubmit

* fixes for whitespace, spelling, and relative links

* reformatted list of k8s objects to inline, using backticks

* removed unnecessary terms

* mTLS -> mutual TLS
2019-08-07 14:52:35 -07:00
Martin Taillefer 822958f02a
Update reference docs. (#4771) 2019-08-07 07:08:49 -07:00
Martin Taillefer 5eb4a59a3d Update common files. (#4770) 2019-08-06 14:03:36 -07:00
Martin Taillefer 934773523c Fix solo logo and text. (#4767) 2019-08-06 05:58:45 -07:00
Istio Automation b7fa0e6cef Add Solo.io to list of partners (#4764) 2019-08-05 14:13:04 -07:00
Varga Zsolt 93bc0a4952 add istio.io/operator as vanity URL (#4761) 2019-08-05 12:32:45 -07:00
Francois Pesce 56bccf2ff8 Add release notes for Istio 1.2.3 (#4755)
* Add release notes for Istio 1.2.3

- Also introduce a cosmetic style fix on cve-2019-12995 that was missing
  proper new line before 2 lists.

* Fix linting

* Correct fix

* Update content/boilerplates/notes/1.2.3.md

Co-Authored-By: Joshua Blatt <jblatt@google.com>

* Update content/boilerplates/notes/1.2.3.md

Co-Authored-By: Joshua Blatt <jblatt@google.com>

* Update content/boilerplates/notes/1.2.3.md

Co-Authored-By: Joshua Blatt <jblatt@google.com>

* Update content/boilerplates/notes/1.2.3.md
2019-08-02 15:37:43 -07:00
Joshua Blatt 9fb2042c34 1.1.12 release notes (#4756)
* 1.1.12 release notes

* Update content/boilerplates/notes/1.1.12.md
2019-08-02 15:24:43 -07:00
Francois Pesce aeedb3ef3d Istio 1.2.2 1.2.1 annoucements cherrypick to master (#4754)
* Release 1.2.2 (#4573)

* Add community announcement for CVE-2019-12995 (#4581) (#4582)

* Add commmunity announcement for CVE-2019-12995

* Address @geeknoid's comments

* Address linting

* Address linter bash issue

* Add needed spelling dictionary entries

* Address linting

* Fix linting

* Fix CVE-2019-12995 blog post (#4584) (#4586)

* Fix CVE-2019-12995 blog post (#4584)

* Address @geeknoid comments

* Address @sdake 's comments

* Update content/blog/2019/cve-2019-12995/index.md

* Remove consecutive blank line.
2019-08-02 13:48:45 -07:00
mtail b85075be52 Fix CODEOWNERS paths. 2019-08-02 13:05:26 -07:00
mtail 2e7a28efa2 Trial PR. 2019-08-02 10:34:35 -07:00
Martin Taillefer d30790be11
Change the security vulnerability report mailing list address. (#4748) 2019-08-01 20:19:56 -07:00