* Add net-istio webhook to spec.registry.override
container name `webhook` is duplicated with serving and net-istio. But
the example does not have net-istio's webhook so users hit an issue
like https://github.com/knative/operator/issues/519https://github.com/knative-sandbox/net-istio/pull/560 when we followed
it.
This patch adds the net-istio webhook to the doc.
* Remove white space
* Update docs/admin/install/operator/configuring-serving-cr.md
Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
* Fix to correct deploy name
Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
- Move dns docs to snippet (have to use include syntax because of
included macro, unfortunately)
- Update xip.io -> sslip.io in text
- Capitalize Service
- Fix some bad formatting in Operator install nearby
- Change "For these" -> "In these cases"
- Swap info to warning admonition style
- Remove "CAVEAT" and parenthetical reference to it
- Added much nicer "Knative provides" intro sentence
Looks like navigation.instant makes link anchors not work properly. I
don't think the feature really buys us anything, our search index isn't
_that_ big, so easiest to just disable it.
* Documentation for KReference.Group feature
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
* Explain why
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
* Suggestions
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
* Added link issue
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
* State -> Stage
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
* Add a warning about experimental features
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
* Fix trailing space
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
* Warning
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
As discussed in the recent TOC meeting, we want to be sure the Ingresses
we list in the install instructions are ones we're confident will work
well with Knative, to avoid folks having a bad first experience.
Currently we don't have good (any) CI coverage for Gloo, so removing it
from the list for the moment until we do.
bumping knative.dev/hack de04b70...e35bcb8:
> e35bcb8 Rollback random GOBIN and make it relative to GOPATH again (# 73)
> 1c52c48 Skip GOPATH hacks if the repository is already on GOPATH (# 72)
Signed-off-by: Knative Automation <automation@knative.team>
* add base blog v0.23
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add blog release for v0.23
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add comment on rabbit release notes link
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* dealing with my OCD to be consistent on the v in version
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* fix typo container instead of pod
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* using version number style
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* address comments in review
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* address review comments on removing "Version" when using vx.y.z format
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* Update mkdocs.yml
* Update mkdocs.yml
* Update mkdocs.yml
* bringing back the purple
* Revert "bringing back the purple"
This reverts commit a6af055288.
* Removing reference to GKE-specific docs
* bash, resolving redirect warning for help
* replace all shells with bash across the entire project
* style guide conformance
* index -> readme
* serving link fixes while I'm at it
* fix serving links and redirects
* lint
The e2e tests haven't been passing for a little while and we want to
ensure users will have a good time using this Ingress with Knative before
listing it in the install guide.