The existing manifest was not updated, we need to wait for a new
rrelease but until then, it is better we host it ourselves so the guide
works correctly.
In addition, remove a comment that no longer applies since current
configuration of Ingress uses only standard options.
The current rendered site does not correctly link local in-repo
documents. This results in the LoadBalancer links on the Ingress User
Guide pages going to a 404.
Unfortunately this behavior is different between "normal" markdown
rendering in local IDEs and while viewing source files in GitHub. But
this change makes the rendered public site correctly link to the page.
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
In addition to the extraPortMapping example, document how to run the
Ingress with a LoadBalancer provisioning by cloud-provider kind, that
provides a more realistic experience.
It also removes the specific implimentation details of the guide so it
is more agnostic of the Ingress implementation.
Change-Id: I865e72ca4571f0c513a1e9e412bc5e9c06a67a51
Updates the Contour ingress docs to link
to the Contour website for a usage example
since the kind example is nginx-specific.
Signed-off-by: Steve Kriss <krisss@vmware.com>
This commit adds support for installing Ambassador
(https://getambassador.io/) as an Ingress Controller.
Ambassador is installed via the Ambassador Operator which
is the recommended way of installed Ambassador (it makes sure
users always have the latest version of Ambassador installed
and takes care of the update schedule as well).