Commit Graph

2924 Commits

Author SHA1 Message Date
mtail 30e7405e18 CSS cleanup. 2019-02-24 16:55:13 -08:00
Martin Taillefer 19f40b74b7
Redo theming logic. (#3370)
This all got much simpler, more robust, and faster to load by using
CSS variables.
2019-02-24 11:15:17 -08:00
mtail 8103d1f6e1 Disable the Edit This Page functionality for generated files. 2019-02-23 12:54:27 -08:00
Martin Taillefer f345007ca3
Add do not edit warnings to auto-generated files. (#3366) 2019-02-23 12:21:43 -08:00
lei-tang fdec084fea Fix inconsistent namespace in rbac groups document (#3364) 2019-02-23 12:17:36 -08:00
Dmitri Dolguikh 1ba1c2d4a3 Fixed a typo. (#3361) 2019-02-23 08:36:22 -08:00
Martin Taillefer 0ef9135a83
Add some buttons in preliminary mode. (#3365)
- We now display an "Edit this Page" and a "Report Bugs" button on every page
when rendering the preliminary mode site.

- Optimized the SVG imagery for smaller size and thus faster download & parsing.
2019-02-23 08:34:21 -08:00
mtail aadab8322c Implement a hack to ensure deep-linked table rows don't land under the page header. 2019-02-23 06:46:00 -08:00
mtail 70f61a6549 Fix bad rendering that happened when deep-linking to a table row. 2019-02-22 17:49:35 -08:00
John Mazzitelli c7c737d4af [Kiali] issue #3348 update kiali task doc so it mentions the new default secret (#3356) 2019-02-22 10:37:04 -08:00
Rachael Graham 95df476286 link format update (#3357) 2019-02-22 08:53:28 -08:00
Eric Van Norman 115d74ec3b Update the IBM Cloud Quick start (#3327)
* Update the IBM Cloud Quick start

- Use a demo profile for lower resources
- Update to mention tested Kubernetes releases
- use helm-service-account-yaml
- updated helm commands for CRDS, etc.

* Review comments

* Rebase to pick up a new commit

* Change tip from previous to following

* Update CRD verification text

* Update CRD verification text
2019-02-22 08:32:27 -08:00
Andra Cismaru ccd95b993c Add verification steps for CRDs. (#3335)
* Update index.md

* Update from 56 to 58

* Add output
2019-02-22 05:30:30 -08:00
SataQiu d86c29ec65 zh: add initial-zipkin-header.md, why-mixer-spans.md (#3354) 2019-02-22 00:17:27 -08:00
Douglas Reid 9622e6162d Remove In-Depth Telemetry Example (#3352)
* Remove In-Depth Telemetry Example

* Add alias for removed doc
2019-02-21 17:08:20 -08:00
Douglas Reid ed54669247 Update 'Missing Metrics' help to match 1.1 changes (#3353)
* Update 'Missing Metrics' help to match 1.1 changes
2019-02-21 17:05:33 -08:00
Eric Van Norman 29b79d84ed IBM Platform update (#3333)
- Added a section for using the new Istio add-on for IKS clusters
- update IKS command to use --export. Mpt sure if we can totally move
  new ks command syntax yet.
2019-02-21 16:07:27 -08:00
Pengyuan Bian 85b2bb2c7c Add missing attributes and tcp connection open / close metrics (#3346) 2019-02-21 15:32:23 -08:00
Ozben Evren cc4e78995c Add port forwarding instructions to ControlZ page. (#3347) 2019-02-21 14:26:58 -08:00
Dmitri Dolguikh 112fef65ac Fix for bash interpreting "||" in cluster name as a logical "or". (#3350) 2019-02-21 14:25:55 -08:00
Brian Avery d87e02d7df Update to Kubernetes 1.13 (#3351)
* Update to Kubernetes 1.13
2019-02-21 14:21:29 -08:00
Rachael Graham 0a9575c6ea IBM Cloud quickstart update (#3285)
* add-on steps, link updates, cluster version

* BookInfo -> Bookinfo

* review update - public prereqs

* Update index.md
2019-02-21 12:11:27 -08:00
Maria Skidanova d6bee371f7 More Crds (#3341) 2019-02-21 12:02:39 -08:00
John Howard 3239fa5cb7 Typo: iistio -> istio (#3342) 2019-02-21 12:01:32 -08:00
Andra Cismaru 1bde241b40 Clarify helm instructions (#3332)
* Update index.md

* Update index.md
2019-02-21 11:12:25 -08:00
Andra Cismaru 24c905bdc7 Update index.md (#3330) 2019-02-21 11:10:53 -08:00
Martin Taillefer 2e938778b0
Update reference docs. (#3334) 2019-02-21 11:08:58 -08:00
Steven Dake f34ec8f704 Tidy up the installation instructions (#3276)
* Tidy up the installation instructions

We use our Istio.io charts distribution mechanism extensively in this
documentation rework. Helm is a great package manager, and does a pretty
decent job of distributing packages.  These are not advanced features of
helm manifests - but insteead tried and tested CLI operations that have bee
 around since the dawn of Helm.  While we have made a call not to use advanced
features of helm manifests, using more advanced workflows (helm cli commands)
with Helm are expected by operators.

* Fix linting errors
2019-02-21 10:24:06 -08:00
Brian Avery a146dc4df0 Release was incorrect generating an invalid yaml for the cluster (#3324)
The --name in helm template was istio-egressgateway. This generated a release name of istio-egressgateway. The one from the helm template was istio. This led to an error when attempting to apply.
2019-02-21 09:40:53 -08:00
Martin Taillefer 591815c72f
Eliminate the use of bootstrap and jquery. (#3323)
This removes two very large dependencies which ends up making
each page load considerably faster, especially on mobile. Plus,
not using bootstrap actually made several things simpler throughout
the site's logic.
2019-02-21 09:40:10 -08:00
lei-tang 39a370f90d Fix the failure of missing mounted cert secret (#3316) 2019-02-21 07:54:24 -08:00
Eric Van Norman e6f70b370f Update read command for Z Shell (#3320)
* Update read command for Z Shell

* Update to fix testcase
2019-02-21 07:53:45 -08:00
Steven Dake 2de5e147ac Makefile override bind (#3319)
* Permit override of the serve domain

When I use `serve` I serve from a remote server.  I have hand modified
the Makefile for ages to allow me to override the serve location so that
hugo renders and links the site properly.  Document how to do this and
encode it within the Makefile.

* Clean up expectations
2019-02-21 07:52:30 -08:00
Vishal Yadav 96c8cbadd6 Fixed typo: port 433 to 443 in the doc (#3318) 2019-02-21 06:59:27 -08:00
Vincent e2a72751dc zh: about/notes/1.0.6/index.md (#3308)
* zh: about/notes/1.0.6/index.md

* fixed: typo
2019-02-20 20:35:26 -08:00
Frank Budinsky 324906940f Egress task corrections and clarifications (#3315)
* Corrections and clarifications

* spelling

* review comments

* more review suggestions
2019-02-20 14:37:27 -08:00
mtail 1131e59d3e Update the vulnerability address. 2019-02-20 14:14:53 -08:00
Vadim Eisenberg 6e04852114 remove VirtualService from HTTPS egress access configuration (#3309) 2019-02-20 10:48:26 -08:00
Vadim Eisenberg f082496963 Fix typos in the authorization task (#3310)
* remove redundant slash

* productpager -> productpage

* remove bind-productpager-viewer from .spelling
2019-02-20 10:00:33 -08:00
mtail 405ad98764 A few infrastructure fixes
- Added some missing styling on the landing page.

- Fixed extra margin values in the dropdown menu.

- Improved popover positioning on small screens.
2019-02-20 07:44:55 -08:00
Martin Taillefer 959da91043
Infrastructure improvements. (#3306)
- Stop using Bootstrap's tab component.

- Improve the formatting of the hesder on mobile.
2019-02-20 06:41:40 -08:00
Vishal Yadav 854660ca19 1.1.0 snap6: Fixed nits(from version v2) in the doc (#3307)
Fixed nits(from version v2) in the doc for intellegent routing/Traffic
Shifting point
2019-02-20 06:37:42 -08:00
Venil Noronha e049ed3bbd Adds documentation related to experimental RBAC (#3298)
* Adds documentation related to experimental RBAC

This adds documentation related to the newly introduced experimental
key.

Signed-off-by: Venil Noronha <veniln@vmware.com>

* Update experimental constraint key

This updates the experimental constraint key and related documentation.

Signed-off-by: Venil Noronha <veniln@vmware.com>
2019-02-20 06:35:33 -08:00
mtail 076ea2f253 Disable emoji support.
Emoji decoding is happening in text blocks, leading to errors.
2019-02-19 16:22:20 -08:00
mtail bcabb8a18c Update the list of support k8s versions. 2019-02-19 12:16:33 -08:00
Martin Taillefer 5e788508a0
Add support for content to be rendered about the auto-generated content in list pages. (#3299) 2019-02-19 12:15:39 -08:00
Yossi Mesika d2338822fa Remove the section for editing values and add set flags instead (#3297) 2019-02-19 11:25:28 -08:00
Vadim Eisenberg 72ecfc7a6c Update connectivity in icp multicluster (#3294)
* networking -> network connectivity

* single control plane topology -> single control plane topology with VPN connectivity

* a single control plane topology with VPN connectivity -> a single control plane with VPN connectivity topology
2019-02-19 10:01:30 -08:00
Brian Avery 3423fdcb09 Cleaned up grammar in security concepts (#3293)
* Removed unnecessary commas

* Fixed comma usage
2019-02-19 09:51:19 -08:00
Martin Taillefer 6d57493a14
Enable blockquote lint check. (#3295) 2019-02-19 09:49:44 -08:00