Our controller does resolution of tags to digests, which has been a
source of confusion. This documents the fact that we do it, why we do
it, and how to configure the controller to work around common issues.
* Added autoscaling and scale-to-zero docs
* Adding autoscaling and scale-to-zero docs
* Minor changes to address review comments
* updated link in README
* remove an unnecessary comma
* copy the serving link to open "good-first-issue"
left the [CONTRIBUTING.md](../contributing/CONTRIBUTING.md) link since it works on the site - need to add code to handle the long URL in GH so it converts to the relative URL for the site
* Java samples gives 404
it should point to the `java-spring` sample
* fix missing spark and "all samples" links
* remove title (move to _index.md)
* add missing _index.md
* qualify Java sample
* Add Micronaut Sample
* Updated Dockerfile to use AdoptOpenJDK.
* renamed directory
* removed .factorypath
* ignore .factorypath
* removed PORT from Dockerfile
updated `application.yml` to respect port env var, and using a reasonable default
* renamed helloworld-micronaut to helloworld-java-micronaut
* Added frontmatter _index.md, and added link in samples/README.md
* small typo and PR#1202
* Eventing doesn't care about Gloo or Istio
* Update eventing and eventing-sources release artifacts
Eventing no longer requires Serving, and there are more channels and
sources now.
Add section about the new Knative Serving release version label, while
keeping the old way in a different section.
Also add an Eventing section. The Eventing components have the release
version label, but it's set to "devel" in 0.6.0.
* Serving Samples: add instructions to clone code
* added intro sentence, added space
* add specific branch for clone and fix codeblocks
* -b branchname and codeblocks
* point to branch + codeblocks
* -b branch + spacing
* branch and space
* branch and spaces
* forgot the -spring
* branch and spaces
* branch and spaces
* branch and spaces
* branch and spaces
* branch and spaces
* use a branch
* typo
* branch and space
* branch and spaces
* branch and spaces
* typo
* typo
* typo
* typo
* typo
* typo
* typo
* typo
* typo
* fix failing test
* try to fix error
* remove typo to fix build error
* Add Broker/Trigger docs from eventing repo
Mostly a copy of github.com/knative/eventing/docs/broker/README.md, but
with a new intro and without the Implementation section.
* Update wording based on feedback
* Add title yaml and remove errant apostrophe
* initial version of installing cert-manager
* add the guide of using auto TLS
* fix typos
* address comments
* add details about configuring config-netwrok CM
* fix typos
* call out that Gloo currently does not support this feature yet
* address comments
* complete end-to-end edit for clarity and organization
* Edit and include "configure DNS provider" steps
Full edit + Move "configure DNS provider" steps here (from out of "using-an-ssl-sert.md")
* make this topic specific to only cert-manager install
topic is a general cert-manager install and user can choose from the last section for how to proceed
* Update Knative-custom-install.md
Add the command to delete Knative TLS related components.
* add using-cert-manager-on-gcp back
* rename using-an-ssl-cert to using-a-tls-cert
* edit "enabling auto TLS"
* Apply suggestions from code review
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Apply suggestions from code review
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update Knative-with-AKS.md
* Apply suggestions from code review
Co-Authored-By: RichieEscarez <rescarez@google.com>
* add command to check networking-certmanager exists
* always remove cert manager controller
* remove typo (forgotten text)
* edit and fix (from writing a host specific version)
* make alphabetical and add no cert manager selector
* add missing !
* update each host for cert-manager
* Update Knative-custom-install.md
* edit and fix all the steps
* Update using-auto-tls.md
* Update installing-cert-manager.md
* Update installing-cert-manager.md
* Update installing-cert-manager.md
* Edit for clarity and link to auto TLS
* update link to example
* typo
* edit to say create clusterissuer
* add missing steps and more commands
* fix indentation
* add missing code tags
cluster-addon-enable knative -y $CLUSTER_NAME
or
cluster-addon-enable knative $CLUSTER_NAME -y
works but the currently documented
cluster-addon-enable -y knative $CLUSTER_NAME
doesn't.
* Updating istio install guide
* Updating istio install guide
* Updating formatting, default install, and adds background info
* Updating SDS section
* Adding periods to lists
* Moving istio info from custom install to Istio page
* Makes automatic sidecar injection the default
* Adding pointer to new Istio guide from any-k8s install
* Adding pointer to new Istio guide to other installs
* Reverting minikube changes
* Makes automatic sidecar injection the default
* Reverting minishift changes too
* Changing default to without sidecar injection
* Changing default to without sidecar injection