Douglas Reid
e19ccf8ff3
Add cleanup for port-forward to Prometheus task ( #685 )
2017-10-24 10:33:03 -07:00
Douglas Reid
3cc3e01c56
Address Grafana task issues ( #686 )
2017-10-24 10:22:45 -07:00
Douglas Reid
fc62790e8d
Update TCP docs to address issues ( #684 )
2017-10-24 10:10:46 -07:00
Lin Sun
7a0ef10b44
Modify yaml to fix the error from istioctl ( #678 )
...
* Switch to use kubectl as it works
https://github.com/istio/istio.github.io/issues/672#issuecomment-338002266
* fix the yaml file to continue use istioctl
* fix typo
* fix pre-submit error
https://github.com/istio/istio.github.io/pull/678/
* remove the last section since the script is gone
* remove the last section since the script is gone
2017-10-20 15:43:36 -04:00
Lin Sun
6d2a04907b
adding missing EOF ( #679 )
...
so the two commands can run successfully
2017-10-20 12:01:49 +08:00
Tao Li
d624b614ac
Reorder the tasks in Traffic Management section ( #677 )
2017-10-19 11:52:07 -07:00
Martin Taillefer
546b81e568
Fix formatting for ingress.html ( #674 )
2017-10-19 09:55:15 -07:00
Lin Sun
91494243e0
Switch to use kubectl create to avoid warning ( #668 )
...
➜ linsun@Lins-MacBook-Pro ~/Downloads/istio-0.2.7/samples/bookinfo/kube kubectl apply -f <(istioctl kube-inject -f bookinfo-add-serviceaccount.yaml)
serviceaccount "bookinfo-productpage" created
Warning: kubectl apply should be used on resource created by either kubectl create --save-config or kubectl apply
deployment "productpage-v1" configured
➜ linsun@Lins-MacBook-Pro ~/Downloads/istio-0.2.7/samples/bookinfo/kube kubectl delete -f bookinfo-add-serviceaccount.yaml
serviceaccount "bookinfo-productpage" deleted
deployment "productpage-v1" deleted
➜ linsun@Lins-MacBook-Pro ~/Downloads/istio-0.2.7/samples/bookinfo/kube kubectl create -f <(istioctl kube-inject -f bookinfo-add-serviceaccount.yaml)
serviceaccount "bookinfo-productpage" created
deployment "productpage-v1" created
2017-10-17 18:21:13 -04:00
Lin Sun
93740c54d9
add a note when using non-default namespace ( #669 )
2017-10-17 18:20:07 -04:00
Rune Fevang
eddb73b528
Add documentation for using gRPC with ingress ( #656 )
2017-10-15 09:22:04 -04:00
Tao Li
2d9c24af24
Add liveness/readiness to security faq ( #667 )
...
* Add liveness/readiness to security faq
* Fix format
* Address comment
* Update faq.md
2017-10-14 12:21:05 -07:00
Arun prasath
640630caad
Fixes bug #608 - Fixes image caption and size ( #662 )
...
Added figcaption tag, removed width and removed notion of left and right
2017-10-14 12:02:38 -07:00
Sunny Gupta
c354adac34
Add steps to install Prometheus ( #654 )
2017-10-10 22:25:27 -04:00
mandarjog
56dc0c66d7
Add commands and verification steps to basic access control ( #639 )
...
* add commands and cleanup instructions
* Add verification steps
2017-10-08 17:48:26 -05:00
Lin Sun
3381ddefae
minor issue found during testing ( #617 )
...
* remove unneeded instructions
* give user a warning on first 15 refreshes goes to v1
* rewording with frank's comment
2017-10-05 22:57:40 -04:00
Douglas Reid
a8c82ab313
Add initial FAQ for telemetry ( #611 )
2017-10-05 18:00:03 -07:00
Tao Li
0173744bd4
Small tweaks for Security ( #626 )
...
* Small tweaks for Security
* Update url
* address comment
2017-10-05 17:52:26 -07:00
Shriram Rajagopalan
ac13ddb86c
cleanup ingress and use route rule as defacto config ( #629 )
...
* cleanup ingress
* nit
* nit
* faqs
2017-10-05 19:40:52 -04:00
Oliver Liu
416800478e
Improve the instructions on access control ( #609 )
...
* Improve access control instructions.
* Small fix.
2017-10-05 18:28:09 -04:00
Lin Sun
2cc3855a01
clarify namespace on this rate limiting page ( #621 )
...
* remove un-needed namespace on this page
as it generates errors when user applies them.
* further tweaks to rate limiting
2017-10-05 15:39:51 -04:00
Andra Cismaru
97d2790035
Update fault-injection.md ( #618 )
...
I was not logged in as user jason, it has to be called out explicitly.
Also, not clear where the page load time is displayed, need to say Network tab explicitly.
2017-10-05 15:38:39 -04:00
Shriram Rajagopalan
d990231244
Auth to mTLS Authentication ( #613 )
...
* Auth to mTLS Authentication
* more cleanups across the site
2017-10-05 11:13:45 -04:00
Douglas Reid
2067b33be5
Add TCP Metrics Task ( #598 )
...
* Add TCP concept doc
* Move to a TCP Metrics task
* Caps for TCP
* Fix broken link
2017-10-04 14:07:17 -04:00
Oliver Liu
c322df86ba
Adding access control based on service account ( #595 )
...
* Add instructions on secure access control.
* Small fix.
2017-10-03 09:09:03 -07:00
Shriram Rajagopalan
2945ec329e
Advanced Install.. ( #583 )
...
* cleanup
* clean up 2
* nits
* more cleanups
* nits
* fixes
* nits
* nits
* merge
* fix
* nits
2017-10-02 15:14:49 -04:00
Guang Ya Liu
a1d86b6095
Updated cleanup for distributed tracing. ( #578 )
2017-10-02 10:20:57 -04:00
Mark Eijsermans
a8c0359f41
istio-ingress-certs is the tls secretName for ingress ( #576 )
...
* istio-ingress-certs is the tls secretName for ingress
Use proper tls secretName so when SNI is supported this example still works. Added comment for clarity. I spent time trying to figure out how this worked before seeing the note below the example. Fix cleanup
* add istio-system namespace to cleanup steps
2017-10-02 10:19:52 -04:00
Laurent Demailly
9f75d7c5fe
Explain the advanced shortcut for enabling/disabling mTLS ( #575 )
...
Follow up on https://github.com/istio/istio.github.io/pull/566
2017-09-29 16:48:50 -07:00
Andra Cismaru
e3d66ec8b0
Clarification of enable/disable mTLS ( #566 )
...
* Clarification of enable/disable mTLS
* Code review comments
2017-09-29 15:35:46 -04:00
Shriram Rajagopalan
27066acf27
Clean up tasks ( #549 )
...
* Adding guides for telemetry
* nits
* nit
* egress
* consul install file fix
* more task cleanup
* nits
* update telemetry tasks
* more tweaks
* remove what's next
* tweaks to security tasks
* some nits to telemetry guide
* overall tweaks
2017-09-28 12:46:52 -04:00
Mark Eijsermans
f40d5e83a1
crd have moved to istio-system namespace since #909 ( #558 )
...
istio-config-default namespace no longer exists
2017-09-28 12:18:48 -04:00
Mark Eijsermans
f11615e3fd
Fix rule in access control example using denials ( #556 )
...
Fixes wrong spec.actions.handler definition
2017-09-28 12:13:07 -04:00
Guang Ya Liu
d710a97591
Update auth doc to get istio object from istio-system namespace. ( #557 )
2017-09-28 10:33:36 -04:00
Douglas Reid
0740eae730
Break up istio addon task into three distinct functionally-focused tasks ( #555 )
...
* Break up addons task
* Wrap text
* Remove unnecessary header
2017-09-28 10:32:16 -04:00
Guang Ya Liu
663255158f
Added cleanup section for fault-injection and request-routing. ( #536 )
...
* Added cleanup section for fault-injection and request-routering.
* fixing file names
2017-09-28 09:59:13 -04:00
Kuat
9e3ef16a70
Update ingress.md ( #554 )
...
* Update ingress.md
* Update ingress.md
2017-09-27 22:09:23 -05:00
Lin Sun
185073254d
use istio-system as default namespace ( #551 )
...
as istio.yaml indicated for mixer deployment config.
2017-09-27 18:07:45 -04:00
GregHanson
0475b8cd69
first round of faq docs for traffic management task ( #550 )
2017-09-27 17:09:12 -04:00
Shriram Rajagopalan
afb26d2deb
fix bad font ( #548 )
2017-09-27 15:02:27 -04:00
Guang Ya Liu
fce45a310d
Updated ingress doc to handle initializer. ( #544 )
...
* Updated ingress doc to handle initializer.
* Update ingress.md
2017-09-27 13:22:05 -04:00
Laurent Demailly
1521a09248
Mesh Expansion (was cluster extension) ( #493 )
...
* Starting point/nav
* Costin's version
From https://github.com/istio/istio.github.io/pull/492
* Restore some of the initial content and the prerequisite/nav
title update
* First pass updates/corrections
Added a bit of content too
* Super-draft version of the task
Mostly placeholders - need to copy the exact commands from the test scripts and double-check.
* Update to use the new filenames
* setting traffic management task to draft mode.
* Small updates
* More examples and info
* Rename the file
* Update the content with the new name
* Move into kubernetes and fix links and renames
* Fixes for copypastable blocks + more
* Minor tweaks
* Some more minor updates
* Minor cosmetic fixes
* review fixes
Thanks a lot Rachel
* Last review comment
* Review comment
2017-09-26 18:32:18 -07:00
Frank Budinsky
f6d5f528db
fix jekyll headers ( #540 )
...
* fix jekyll headers
* address review comment
2017-09-26 17:51:16 -04:00
Douglas Reid
06a05930a0
Add "Istio Addons" Task ( #524 )
...
* merge
* Update metrics task with comments from previous PR
* Initial addons move commit
* Update istioctl command
* Update k8s install
* wrap lines
* Rename/move files
2017-09-26 16:49:59 -04:00
Gary Brown
644c455425
Add namespace to port forward command for zipkin/jaeger and jaeger deployment ( #534 )
...
* Add namespace to port forward command for zipkin
* Include similar fix for jaeger, to add the namespace to the deploy and port forwarding
2017-09-26 16:34:45 -04:00
Frank Budinsky
b11d3a3724
update bookinfo.md ( #511 )
...
* update bookinfo.md
* fix intelligent-routing guide and related tasks
* minor fixes
* nits
* fix broken links
2017-09-26 14:04:47 -04:00
mandarjog
8cb6c16872
Fix istioctl create command ( #526 )
...
1. Fix create command
2. Remove extra `---` at the end of the document.
2017-09-25 14:05:02 -07:00
Tao Li
2059ad73c1
Improve Auth FAQ by addressing comments left in previous PR ( #517 )
2017-09-25 13:53:30 -04:00
Shriram Rajagopalan
4072cd3f99
Setup cleanup ( #509 )
...
* categorizing install docs
* merge and clean
* nits
* final nit
* fixing links
2017-09-25 10:02:05 -04:00
Tao Li
6a63e391f4
The first version of Istio Auth FAQ ( #502 )
...
* Update roadmap to add auth features
* Revise roadmap
* Fix auth related doc
* Add the first version of Istio Auth FAQ
* Fix command format
2017-09-25 08:57:47 -04:00
Shriram Rajagopalan
391388294c
samples->guides ( #501 )
...
* samples->guides
* more renames
* egress rule placeholder
2017-09-22 16:12:20 -04:00