Commit Graph

764 Commits

Author SHA1 Message Date
Laurent Demailly 99014c3134
updating the output to match the 'vm' namespace needed by the -vm yamls
and deleted redundant part
2017-11-08 20:49:11 -08:00
Laurent Demailly fbb7cb99ce
Update for 0.2.12, shouldn't need the vm/mesh expansion workarounds anymore (#705)
* Update for 0.2.12, shouldn't need the workarounds anymore

* adding missing SERVICE_NAMESPACE stting
2017-11-08 20:43:33 -08:00
Oliver Liu 4a2931459f Add task on plugging existing key/cert into Istio CA (#695)
* Add task on plugging existing key/cert into Istio CA

* Small fixes.

* Small fix.

* Add verification steps.
2017-11-08 15:34:29 -08:00
Oliver Liu e0d4759e24 Link fix (#707)
* Link fix.

* Fix links.
2017-11-08 15:23:14 -08:00
Martin Taillefer a1c02721e8
Link fix (#706) 2017-11-08 05:10:46 -08:00
Guang Ya Liu 47a226cc58 Update kubernetes version to 1.7 or newer. (#694)
All of the 1.7 kubernetes can works well with istio CRD resources,
we should update it to avoid confuse.
2017-11-03 21:32:35 -04:00
Martin Taillefer 834a98f360
Fix a bunch of links so that self-hosted istio.io works properly. (#703) 2017-11-03 17:14:15 -07:00
Sakshi Goel fc57b98973 Update sidecar-injection.md (#701)
1.7.5 does not work for new clusters anymore. If we skip this line it should pick up the default - which is now at 1.7.8.gke
2017-11-03 20:35:13 +00:00
Martin Taillefer c58e017db3
Add a blog entry about Mixer adapters. (#700) 2017-11-03 10:41:22 -07:00
Martin Taillefer 17a733935a
Updates for new repo layout. (#699) 2017-11-02 13:59:24 -07:00
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