* Set target concurrency to 10 for more consistent testing.
* Use hey instead of /load-generator.
* Add panic mode to Algorithm section.
* Add Customization section with annotations.
* Add link to Kubecon demo.
* Update Other Experiments with hey commands.
* Clarify customized examples.
* Update Other Experiments comments to reflect limited test duration.
* move all install comps to adv file
* recovering review comments
* filename change
* title update
* There can be multiple components in a knative package
* fix links
* new serving version
* Update install/Knative-custom-install.md
in testing I found that this is not a real namespace so removing
* Update packages in table
* review feedback, 0.2.1 eventing, eventsource lists
* edit Istio steps around admission controller
* fix indentation
* Recover networking related comments
* Update the GCP PubSub example.
1. Add the second secret, erroneously removed in #559.
2. Make the examples easier to apply by using `sed` to replace the required replacements.
3. Remove the dependency on `ko` by using the released image from https://github.com/knative/eventing-sources/tree/v0.2.1.
* Replace `kail` with `kubectl logs`.
* If gcppubsub-source-secret already exists, then overwrite it.
* Add a step to wait for message-dumper to come online.
* Update README.md
Standardizing punctuation to use a colon before a command.
* PR comments.
* samples/autoscale-go: simplify instructions
This patch simplifies the autoscaling tutorial by eliminating steps to:
- go-get the repo
- set a $REPO
- enable GCR API
- show how to authenticate to GCR via docker client
- push image
- update service.yaml
Instead we just do:
- deploy service.yaml that has a pre-built public image
I just published this image to `gcr.io/knative-samples/autoscale-go:0.1` and I
have eliminated excessive Dockerfile instructions that cause the entire docs/
repo to be sent to docker-engine as part of the "docker build".
Fixes#633.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
* fix: bundle load generator into img, update docs
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
* Use Istio release artifact URL to install
This is more likely to be authoritative than the checked-in version.
* Correct shell block
* Install serving v0.2.2
* Use Build release artifact URL to install
This is more likely to be authoritative than the checked-in version.
* Point to the top-level install docs from eventing
* Update some docs for installation of knative on GKE
- more bash annotations
- make project also a variable
- rearrange and re-word some docs about cluster name and zone
* Some re-arranging of actions about the GCP project in the docs.
* Minor text updates in the GCP project section.
* Add some GCP -> Google Cloud Platform abbreviation pieces.
* Fluentd DaemonSet needs a specific Label on Nodes
The Fluentd DaemonSet will only run on nodes labeled with
`beta.kubernetes.io/fluentd-ds-ready="true"`. This label isn't set on
Nodes out of the box on some platforms, including minikube. It appears
to be set by default on GKE.
* Add steps to ensure the Fluentd DaemonSet is up
* Fix markdown after resolving merge conflict