Saurabh Mohan
4cbbd44b5a
Integrate VM's guide: add specific commands for Mysql VM ( #659 )
...
* Initial changes for mysql support on vms
* Fix typos in mysql commands.
* Incorporate edits from tech writers review.
* Change grant to be at localhost.
* Add mysql commands to change ratings and show output of registering of vm.
* fixing for missing kube-inject and correct yamls for .vm. namespace
* minor update
2017-11-01 00:43:18 +00:00
john-a-joyce
d671bcc3ee
Fixes transposed params in intergrating_vms guide ( #692 )
...
The istoctl register command had the port and IP fields
transposed. This fixes that and closes:
https://github.com/istio/istio.github.io/issues/691
2017-10-31 01:47:01 +00:00
Shriram Rajagopalan
b2497e0b9a
assorted fixes ( #689 )
2017-10-25 12:41:16 -04:00
Douglas Reid
1f99fa9fc3
Update Mixer section of troubleshooting ( #688 )
2017-10-25 09:38:25 -07:00
Douglas Reid
c4f89f5e9f
Add initial Partner/Vendor FAQ ( #687 )
2017-10-24 15:40:54 -07:00
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
chengliang
5ba66d20c0
Add auth attributes. ( #683 )
2017-10-24 09:44:07 -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
Spike Curtis
22f6d00a50
Fix port naming rules. ( #673 )
...
* Fix port naming rules.
* redis is a valid protocol
2017-10-20 14:36:10 -04:00
Guang Ya Liu
ac1452c1c5
Updated document for excludeNamespaces in istio initializer. ( #680 )
2017-10-20 08:54:11 -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
Tao Li
7617c34281
Revise expansion page ( #671 )
2017-10-18 13:08:57 -07:00
Tao Li
dd07e4c89d
Revise a few docs to make it more clear ( #670 )
...
* Revise a few docs to make it more clear
* Address commment
2017-10-17 21:16:13 -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
chengliang
6330147608
Add api attributes to attribute vocabulary. ( #666 )
...
* Add api attributes to attribute vocabulary.
* Improve the explanation of API attributes.
* Update comment for context.time.
* Update comment for api.service.
* Update comment for api.operation.
2017-10-16 12:00:42 -07:00
Rune Fevang
eddb73b528
Add documentation for using gRPC with ingress ( #656 )
2017-10-15 09:22:04 -04:00
Tim Joseph Dumol
dc13751c80
Fix minor doc issues re: Sidecar Injection. ( #663 )
...
Handles https://github.com/istio/issues/issues/75 .
* Tweak description of how `istio-initializer` behaves.
* Fix wrong initializer name (`status.sidecar.istio.io`).
2017-10-14 14:36:27 -07: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
Laurent Demailly
a8d54f75ae
VMs: More tweaks, matching IPs, Auth checks ( #665 )
...
* More tweaks, matching IPs
Using host instead of dig as the output is simpler/straighforward
* Add processes and auth checks
* Review comment
2017-10-13 19:23:49 -07:00
Laurent Demailly
fd7a95517b
Mesh expansion/VM updates for missing .sh typos/dups, clarifications,... ( #657 )
...
* updates for missing .sh and typos/dups
* had swapped mask and env
* more fixes
* More update/fixes
* More updates
* No cluster arg to generateDnsmasq
And reformatting
* More changes, mention machineSetup, warning about base64/Mac
* GCP_OPTS for machineSetup too
And url fix up
* Rachael's review
thanks!
2017-10-12 18:46:49 -07:00
Jasmine Jaksic
a6079d88ab
Update release-notes.md
2017-10-11 12:08:59 -07:00
Sunny Gupta
c354adac34
Add steps to install Prometheus ( #654 )
2017-10-10 22:25:27 -04:00
Jason Young
7e3bcede02
fix github.com/istio/issues/issues/90 ( #652 )
2017-10-10 16:03:05 -04:00
Shriram Rajagopalan
6586d233f5
More nits ( #651 )
...
* assorted nits
* nit
* fixing about
2017-10-10 13:26:11 -04:00
Shriram Rajagopalan
cfdfd51fbd
assorted nits to blog post ( #650 )
...
* assorted nits
* nit
2017-10-10 13:02:46 -04:00
Laurent Demailly
d72a2337ea
Adding a picture to the mesh expansion and cross link ( #646 )
...
* Adding a picture to the mesh expansion and cross link
Those pages are still very basic/wip sadly
* Code review
2017-10-09 20:48:29 -07:00
Jasmine Jaksic
6428dba3f2
Blog for Istio 0.2 announcemnt ( #649 )
...
* Create 2017-10-09-0.2-announcement.md
* Update 2017-10-09-0.2-announcement.md
* Update and rename 2017-10-09-0.2-announcement.md to 2017-10-10-0.2-announcement.md
* Update 2017-10-10-0.2-announcement.md
* Update 2017-10-10-0.2-announcement.md
2017-10-09 20:30:36 -07:00
Lin Sun
bbcb5e08ae
adding known issues ( #645 )
...
* adding known issues
https://github.com/istio/istio.github.io/issues/643
* address Laurent and Martin's comment
2017-10-09 16:37:57 -04:00
Jang-Soo "Bruce" Lee
9ef4106aa8
typo fixes ( #644 )
2017-10-09 14:27:43 -04:00
Lin Sun
af0878704f
Istio does not install correctly on Kubernetes 1.7.4 ( #641 )
...
#640 : https://github.com/istio/istio.github.io/issues/640
2017-10-09 13:01:45 -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
mandarjog
a002f41e0b
add match and ip doc ( #638 )
2017-10-06 14:09:27 -07: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
Martin Taillefer
5389f5b338
Delete *.old files ( #635 )
...
* Delete old files
* Prevent indexing of the 0.1 site so it doesn't show up in search results.
2017-10-05 17:05:33 -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
Isaiah Snell-Feikema
4b52ed0ac1
inject nits ( #628 )
2017-10-05 17:01:56 -05:00
Frank Budinsky
3008fb9df5
add example of opt-in annotation ( #630 )
2017-10-05 17:53:35 -04:00
Jason Young
a3b67677b3
update initializer faq ( #627 )
2017-10-05 14:48:37 -07:00
Martin Taillefer
4bea780d3e
Remove this page from the docs tab bar. ( #625 )
2017-10-05 17:04:55 -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