- 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.
* 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
- 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.
* 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
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.
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.
* 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
* 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>
* 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