* Adding new Getting Started walkthrough, updates to GKE and minikube install guides
* Edit of new getting started guide and minor updates to existing install guides.
* Changes based on @labadavs review
* Rename samples to languge-specific folders
* Remove steren-app and steren-function since they aren't working
* Rename buildpack folders
* Rename buildpack-function
* Merging in progress work from install repo into /docs/install
* Updates to Knative-with-GKE.md and README.md
* Fixing formatting of lists
* Updating minikube guide to be parallel with GKE guide
* Wrapping Knative-with-Minikube.md at 80 chars
These should default properly today, and this is consistent with our omission of Ports from the container spec. A forthcoming change will actually disallow specifying this.
* 1. remove Ingress with Gateway. 2. fix typos
* replace the custom domain 'knative.dev' with 'knative-exampl.ecom' to avoid confusion
* 1. replace knative-example.com with mydomain.com. 2. fix some weird line break
* fix typo and reorder the content about how to create DNS records
* Create presubmit and end-to-end test infrastructure
Partially addresses #65.
Note that build, unit and integration tests are currently placeholders for the real stuff (see #67, #66 and #30).
* Fixes:
* Correctly wait for knative/serving to be up
* Add proper E2E header, stating that no tests are run
* 1. Add an instruction to set up local DNS. 2. reference the instruction of setting up static IP in this doc
* fix typo
* Use command line to add IP-domain record into /etc/hosts
* fix typo
* Update samples to not use Ingress.
This is follow-up of https://github.com/knative/serving/pull/1228. We
moved to Istio v1alpha3 / Gateway which requires a different way to
get the external IP address to send traffic to our samples.
* Also update the command to find service domain.
* Simplify DNS instructions
- make it clearer that the `data:` snippet is truncated.
- Demonstrate the simple use case of using a single custom domain name for all routes.
- fix typo
* use example.com
* Move to using Istio v1alpha3 API.
* Removing ingressInformer from controllers since we no longer need.
* Update typo and utilization target for HPA.
* Add README.md to explain how we create these types.
* Update per PR feedback
* Update per PR feedback.
* Add back the timeout settings.
The timeout headers were added when we used v1alpha2 in order to allow
more time for 0->1 scaling. I accidentally undo that change when
moving to v1alpha3. This adds it back.
* Run hack/update-codegen.sh.
* Update per PR feedback.
* Update per PR feedback.
* Update per PR feedback.
By default the controller is configured to skip resolving
for the following registries:
- ko.local
- dev.local
This should address issue #1093
Co-authored-by: Sukhil Suresh <ssuresh@pivotal.io>