* 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
Old images cleanup is no longer part of e2e test, this functionality will be moved to a separate job runs periodically.
Proposed Changes
This part is done in knative/test-infra, updating dependencies in this repo to include this update.
Link to the issue in test-infra: knative/test-infra#276
* updating thier to their
* new commit to force cla check to rerun
* undo new commit to force cla check to rerun
* new commit with updated email address
* new commit with updated email address
This will yield the same result (single-line output as -w 0 disables line
breaks). However note that, -w flag doesn't exist in BSD base64, but this PR
is not about that.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>