Reran redirectredirects to generate redirects from the yaml metadata,
added them to the list of redirects, then ran them all through `sort |
uniq` to remove duplicated and put them in a nice order.
* Style tweaks for apiserversource
* Add reference for apiserversource
* Add reference page to mkdocs.yml
* Adding back because this PR should not touch containersource
* Apply suggestions from code review
Co-authored-by: Ali Ok <aliok@redhat.com>
* Apply feedback from review part 1
* Define PodSpecable and other tweaks
* Fix whitespace
Co-authored-by: Ali Ok <aliok@redhat.com>
* Added a new doc for covert from k8s deploy to knative service
* Address snneji's comments
* Added Kubernetes Deploy and Service Link
* added to navigation
Co-authored-by: Omer B <obensaadon@vmware.com>
* Add cookie warning to site
Imports the cookie warning from the old site. For simplicity,
this uses the same script from the old site in both places, so we
have to import jquery.
Note: this doesn't actually turn analytics on, but we now could do so.
* Tweak margins
* Add non-EU version
* include a section about disabling autotls for a namespace
* handle rename of namespace certificate controller
* handle rename of other net-* controllers
* 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>