Commit Graph

512 Commits

Author SHA1 Message Date
Laurent Demailly f7af565d46 help people look for existing issues before filling new ones (#355)
help people look for existing issues before filling new ones
2017-05-30 14:21:19 -07:00
Laurent Demailly 6b9dcd918e installation doc update (for 0.1.5) (#349)
- fix for https://github.com/istio/issues/issues/18  (clusterroles.rbac.authorization.k8s.io "istio-manager" is forbidden)
we should also change the yaml ?

- port forward should be in background, adding &
2017-05-26 15:47:25 -07:00
Laurent Demailly dbd0eda9d7 improve commands output (#351)
adding `|head -1 ` because without it the output is confusing:
```
ldemailly-macbookpro:istio-0.1.5 ldemailly$ kubectl get configmap istio -o yaml | grep authPolicy
    authPolicy: MUTUAL_TLS
      {"apiVersion":"v1","data":{"mesh":"# Uncomment the following line to enable mutual TLS between proxies\nauthPolicy: MUTUAL_TLS\nmixerAddress: istio-mixer:9091\ndiscoveryAddress: istio-manager:8080\ningressService: istio-ingress\nzipkinAddress: zipkin:9411"},"kind":"ConfigMap","metadata":{"annotations":{},"name":"istio","namespace":"default"}}
```
2017-05-26 14:57:55 -07:00
Laurent Demailly a54b9e5095 proper quoting / make zsh happy (#350)
fixes https://github.com/istio/issues/issues/12 until we get rid of GATEWAY_URL altogether
2017-05-26 14:47:31 -07:00
Martin Taillefer 5c2798267e Caption text was a little too chunky. 2017-05-26 08:51:28 -07:00
Martin Taillefer 103225cd41 Switch site to using normal font weight throughout for better readability.
Also, turn off one of the HTML compression options. It went a bit too far and caused
rendering to be altered in some pages.
2017-05-26 08:33:37 -07:00
Martin Taillefer af1425911e A couple site fixes.
- Enable compression options to shrink our HTML file sizes. I didn't realize the
compressor had options when I added it a few weeks ago. Tweaking the options
lets us get rid of more spaces, comments, and sundry other things.

- Fix font weight of all table content on the site. Whereas normal page content
has a weight of 300, table content was at 400 making it all look a little bolded.
Now it's all 300.
2017-05-26 07:00:03 -07:00
Laurent Demailly 7fcb1389dd Run svgo (svg optimizer) on our images (#345)
* Run svgo (svg optimizer) on our images

ldemailly-macbookpro:istio.github.io ldemailly$ svgo -f img/
Processing directory 'img/':

caret-dark.svg:
Done in 15 ms!
0.583 KiB - 67.2% = 0.191 KiB

caret.svg:
Done in 5 ms!
0.583 KiB - 67.2% = 0.191 KiB

control-data-flow.svg:
Done in 178 ms!
89.109 KiB - 43.2% = 50.616 KiB

icon_twitter.svg:
Done in 7 ms!
1.397 KiB - 40.2% = 0.836 KiB

istio-logo-blue-background.svg:
Done in 33 ms!
6.273 KiB - 94.4% = 0.352 KiB

istio-logo.svg:
Done in 29 ms!
6.933 KiB - 93.8% = 0.433 KiB

istio_auth_overview.svg:
Done in 289 ms!
206.408 KiB - 33.3% = 137.637 KiB

istio_auth_workflow.svg:
Done in 175 ms!
286.399 KiB - 16.1% = 240.36 KiB

monitoring.svg:
Done in 105 ms!
36.664 KiB - 5.3% = 34.708 KiB

more-arrow-dark.svg:
Done in 5 ms!
0.699 KiB - 61.5% = 0.27 KiB

more-arrow.svg:
Done in 1 ms!
0.699 KiB - 61.5% = 0.27 KiB

policy.svg:
Done in 156 ms!
92.174 KiB - 7% = 85.716 KiB

resilience.svg:
Done in 77 ms!
238.25 KiB - 2.7% = 231.852 KiB

routing.svg:
Done in 494 ms!
603.888 KiB - 25.9% = 447.716 KiB

routing2.svg:
Done in 256 ms!
447.527 KiB - 0% = 447.527 KiB

timeout-injection.svg:
Done in 162 ms!
129.747 KiB - 40.4% = 77.285 KiB

x.svg:
Done in 1 ms!
0.665 KiB - 61.7% = 0.255 KiB

* Merge branch 'master' into optimize-svg-images

# Conflicts:
#	img/routing.svg
already optimized on master now

* Optimize those 2 png too

Using imagemagick convert -strip
As mentioned on
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%
2Fistio.io%2F
2017-05-25 20:07:26 -07:00
Laurent Demailly 7b840cc839 Delete the bearded person in the first picture (#344)
* Deleted the person in the first picture

I think it was just odd (and not really humanizing) to have a person in
that first picture - proposing to remove it

* Optimized version

$ svgo routing.svg

Done in 829 ms!
603.886 KiB - 25.9% = 447.716 KiB
2017-05-25 19:48:56 -07:00
Martin Taillefer f6219e7843 Add link to the slides to the intro blog post.
Update "hundreds of services" in the auth post to "millions of microservice endpoints".
2017-05-25 16:52:11 -07:00
Martin Taillefer d8dfebd436 Cut out the hyperbola... 2017-05-25 15:01:47 -07:00
Shriram Rajagopalan d3aa3220e9 Gluecon 2017 talk 2017-05-25 15:16:22 -06:00
Tao Li 7a219932dc Add auth blog (#341)
* Add istio auth blog

* Add istio auth blog

* Add istio auth blog

* Address comments
2017-05-25 11:46:51 -07:00
LisaFC 92f347c585 Further improve list formatting (#340)
...so we don't get inconsistent padding when Markdown inexplicably decides to add the random paragraph element to just *one* list item
2017-05-25 10:38:15 -07:00
Tao Li c497166236 Add future work section to address potential auth concerns. (#338)
* Add future work section to address potential auth concerns

* Add future work section to address potential auth concerns

* Add future work section to address potential auth concerns

* Remove rotation/revocation part

* Address comments

* Address comments

* Fix links
2017-05-24 14:01:23 -07:00
Marsh Gardiner 9d93f77392 Fix broken link to concept explanation for Mixer (#337)
… was trying to pop one too many parent directories.
2017-05-24 13:01:01 -07:00
Martin Taillefer cda273f727 Clicking on images now displays them full-size. (#336) 2017-05-24 10:48:12 -07:00
Andra Cismaru 25bce26d9b Use newer grafana dashboard (#335) 2017-05-24 09:59:06 -07:00
Martin Taillefer bd3766fe18 Change GitHub links, per Shriram. 2017-05-24 08:58:55 -07:00
mandarjog c22c89ef9b Add expression language reference (#331)
* Add expression language doc

* update mixer config with el doc ref

* minor fix

* remove include home

* review comments

* relocate expression doc

* removed details
2017-05-24 08:49:53 -07:00
Martin Taillefer 07a69d7a41 Add a pointer to our release page. 2017-05-24 08:29:18 -07:00
Martin Taillefer 3c9bab915b Small update to blog text as requested by Varun. 2017-05-24 08:19:05 -07:00
Andra Cismaru 2cad90b7e8 Remove source istio.VERSION (#334) 2017-05-24 08:11:06 -07:00
Sven Mawson 63a29e9ade Retry fixing home page, somehow other PR got messed up. (#333)
* Flip the switch on the website for the Istio launch! This will change the index page back to the real landing page, deleting our temporary page, and also changes the date of the blog post to be the launch date.

This will be submitted at 7:00 PST on May 24th.

* Fix some links that were wrong: grpc isn't on https, and the images were using \ instead of /.

* Fix issues link to point to actual issues, not just issues repo, plus fix twitter capitalization.
2017-05-24 07:22:50 -07:00
Jasmine Jaksic f9fce58c1b Adding URL for Pivotal blog, fixing URL for Weave and including redirect from old blog link (#330)
* Adding link to pivotal blog that will be available tomorrow

* Update 2017-05-23-0.1-announcement.md

Adding redirect for https://istio.io/blog/0.1-announcement.html (old blog link that some partner posts may reference)

* Update 2017-05-23-0.1-announcement.md

Fixing incorrect URL for Weave blog
2017-05-24 05:48:45 -06:00
Martin Taillefer 96f48195f6 Remove superfluous spaces in PRE blocks, making Copy not work as intended. 2017-05-23 23:13:23 -07:00
Laurent Demailly dda05ff688 make release a link to releases (#328) 2017-05-23 20:29:37 -07:00
Martin Taillefer 74f0174523 Get TOC on Troubleshooting page. 2017-05-23 20:25:56 -07:00
Martin Taillefer d4d8eef5ca Address some TBD items and other small fixes. 2017-05-23 20:07:27 -07:00
Martin Taillefer 1f69ebd1a4 Update Mixer FAQ answer. (#324) 2017-05-23 19:42:14 -07:00
Sven Mawson 7b6a696212 Istio Blog Post for 0.1 announcement. (#326)
Istio 0.1 announcement blog post.
2017-05-23 17:42:54 -07:00
Douglas Reid c23a642d2d Fix bad table creation in troubleshooting doc (#325) 2017-05-23 17:17:27 -07:00
Douglas Reid 570f5f98bf Add initial troubleshooting doc (#322)
* Add initial troubleshooting doc

Taken from content on the team drive.

* Update index.md

* Update index.md

* Update index.md

* upper-case kube
2017-05-23 15:58:28 -07:00
ryangrahamnc 05737366b8 fixed browser chrome covering the down arrow on mobile browsers (#323) 2017-05-23 15:33:02 -07:00
ryangrahamnc 60c5aa734c made the landing heading a full page on mobile (devices of height 550-770px). other times it defaults to a regular height (#321) 2017-05-23 14:54:14 -07:00
Douglas Reid 67472302e5 Update metrics task and images (#311)
* Update metrics task and images

* Small text cleanup
2017-05-23 14:14:02 -07:00
ryangrahamnc bc4a4315bd switched font size to 30px for headings and 14px for body, as requested by design (#319) 2017-05-23 13:54:19 -07:00
ryangrahamnc 2e59c99045 wrapped prismjs code blocks in a div so we can do overflow:auto without it breaking the shadows (#318) 2017-05-23 13:53:19 -07:00
Martin Taillefer e622132c26 Adding logo with blue background for use by external references. (#320) 2017-05-23 13:01:24 -07:00
Martin Taillefer 760de2eb22 Add a FAQ entry about "Why Mixer?"
- Also a few fixes in other FAQ entries.

- Force the right-hand scrollbar on, which eliminates the very annoying left/right jiggle that
was happening whenever loading a new page on istio.io.
2017-05-23 11:54:25 -07:00
Andrew J ccc8cf5aa1 Adds references to SPIFFE spec (#314) 2017-05-23 11:39:22 -07:00
ryangrahamnc 9153574815 made header logo only disappear on landing page (#316) 2017-05-23 11:17:30 -07:00
Martin Taillefer df7666a93f Eliminate white strip on left side of screen. 2017-05-23 10:48:20 -07:00
Douglas Reid c762a201d0 Update servicegraph image (#305) 2017-05-23 09:03:41 -07:00
ryangrahamnc 1ccde10021 fixed chevron when nav autocloses on mobile (#313) 2017-05-23 08:41:19 -07:00
ryangrahamnc 4cf4c69e8d fixed leftnav not responding on mobile (#309) 2017-05-23 08:25:58 -07:00
Zack 9daae29264 Rewrite the introduction of the "Writing Istio Config" page (#312)
* Rewrite the introduction to the "Writing Istio Config" page. https://github.com/istio/istio.github.io/issues/188
2017-05-22 17:10:23 -07:00
Laurent Demailly f9c9929ca7 typo fix 2017-05-22 16:05:58 -07:00
Sven Mawson c9b16a2e40 First cut at Istio roadmap and release notes. (#289)
* First cut at Istio roadmap and release notes.

* Update release notes and roadmap based on PR feedback.

* Fix typo

* Add more color to roadmap themes.

* Some minor fixes based on review.
2017-05-22 16:00:24 -07:00
ryangrahamnc c758f72bc1 167 index design updates (#306)
* updated designs to match mockups

* hid header logo on landing page. made the down array clickable on landing page. scrolls to first section on click
2017-05-22 15:40:22 -07:00